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

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

<https://eurobis.org/id/occurrence/8331__183103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "183103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8331_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-09-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1697'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/183103'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1697_120280'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.322222222222'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-74.3'^^xsd:double;
  dwc:latitude '38.5'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-74.3 38.5, -74.3 38.5, -74.3 38.5, -74.3 38.5, -74.3 38.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/183103","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"feeding with humpback minke common dolphins finback"}; Identification Type: Photo Identification; Taxon recorded as "Short-beaked Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '183103'^^xsd:integer;
  dwc:observationDate '2021-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8331__78778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8331__78778> ;
  mr:hasGeometry <https://eurobis.org/id/point/8331__78778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.952402 -70.343056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.952402"^^xsd:decimal ;
  dwc:decimalLongitude "-70.343056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "111319.49"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8331__78778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "78778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8331_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-09-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1697'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/78778'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1697_202253'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.778333333333'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-70.343056'^^xsd:double;
  dwc:latitude '42.952402'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.343056 42.952402, -70.343056 42.952402, -70.343056 42.952402, -70.343056 42.952402, -70.343056 42.952402))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/78778","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Short-beaked Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '78778'^^xsd:integer;
  dwc:observationDate '2019-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8331__486697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8331__486697> ;
  mr:hasGeometry <https://eurobis.org/id/point/8331__486697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.033335 -70.23189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.033335"^^xsd:decimal ;
  dwc:decimalLongitude "-70.23189"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8331__486697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "486697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8331_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-09-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1697'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/486697'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2024'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1697_221869'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.4825'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-70.23189'^^xsd:double;
  dwc:latitude '42.033335'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.23189 42.033335, -70.23189 42.033335, -70.23189 42.033335, -70.23189 42.033335, -70.23189 42.033335))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/486697","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"*Encounter reviewed by the collaborative efforts of Center for Coastal Studies and Allied Whale, College of the Atlantic.*"}; Identification Type: Photo Identification; Taxon recorded as "Short-beaked Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '486697'^^xsd:integer;
  dwc:observationDate '2024-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8331__432301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8331__432301> ;
  mr:hasGeometry <https://eurobis.org/id/point/8331__432301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.642167 -61.408333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.642167"^^xsd:decimal ;
  dwc:decimalLongitude "-61.408333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "111319.49"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8331__432301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "432301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8331_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-09-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1697'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/432301'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1697_172098'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-61.408333'^^xsd:double;
  dwc:latitude '45.642167'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.408333 45.642167, -61.408333 45.642167, -61.408333 45.642167, -61.408333 45.642167, -61.408333 45.642167))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/432301","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Photos taken from shore. Along with many other sea mammals and birds, these dolphins appeared to be pursuing the annual migration of Atlantic Saury, which migrate through this area on an annual autumn run."}; Identification Type: Photo Identification; Taxon recorded as "Short-beaked Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '432301'^^xsd:integer;
  dwc:observationDate '2021-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8331__126052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8331__126052> ;
  mr:hasGeometry <https://eurobis.org/id/point/8331__126052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.6334 -28.6336)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.6334"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6336"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "111319.49"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8331__126052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "126052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8331_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-09-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1697'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/126052'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1697_173678'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.346944444444'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-28.6336'^^xsd:double;
  dwc:latitude '38.6334'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.6336 38.6334, -28.6336 38.6334, -28.6336 38.6334, -28.6336 38.6334, -28.6336 38.6334))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/126052","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Short-beaked Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '126052'^^xsd:integer;
  dwc:observationDate '2016-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8331__126064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8331__126064> ;
  mr:hasGeometry <https://eurobis.org/id/point/8331__126064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.515982 -28.589544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.515982"^^xsd:decimal ;
  dwc:decimalLongitude "-28.589544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "111319.49"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8331__126064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "126064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8331_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-09-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1697'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/126064'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1697_190087'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10.659444444444'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-28.589544'^^xsd:double;
  dwc:latitude '38.515982'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.589544 38.515982, -28.589544 38.515982, -28.589544 38.515982, -28.589544 38.515982, -28.589544 38.515982))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/126064","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Short-beaked Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '126064'^^xsd:integer;
  dwc:observationDate '2016-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8331__120534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8331__120534> ;
  mr:hasGeometry <https://eurobis.org/id/point/8331__120534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.50255 -28.5842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.50255"^^xsd:decimal ;
  dwc:decimalLongitude "-28.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/8331__120534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.50255 -28.5842)"^^geo:wktLiteral ;
  geo-pos:lat "38.50255"^^xsd:decimal ;
  geo-pos:long "-28.5842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8331__120534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "120534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8331_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-09-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1697'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/120534'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1697_1042'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.698333333333'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-28.5842'^^xsd:double;
  dwc:latitude '38.50255'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.5842 38.50255, -28.5842 38.50255, -28.5842 38.50255, -28.5842 38.50255, -28.5842 38.50255))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/120534","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Skin disease"}; Identification Type: Photo Identification; Taxon recorded as "Short-beaked Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '120534'^^xsd:integer;
  dwc:observationDate '2014-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8331__119440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8331__119440> ;
  mr:hasGeometry <https://eurobis.org/id/point/8331__119440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34165 -28.412317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.34165"^^xsd:decimal ;
  dwc:decimalLongitude "-28.412317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8331__119440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "119440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8331_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-09-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1697'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/119440'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1697_185969'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.820833333333'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-28.412317'^^xsd:double;
  dwc:latitude '38.34165'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.412317 38.34165, -28.412317 38.34165, -28.412317 38.34165, -28.412317 38.34165, -28.412317 38.34165))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/119440","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Short-beaked Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '119440'^^xsd:integer;
  dwc:observationDate '2013-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8331__92932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8331__92932> ;
  mr:hasGeometry <https://eurobis.org/id/point/8331__92932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.381337 -28.31012)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.381337"^^xsd:decimal ;
  dwc:decimalLongitude "-28.31012"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "111319.49"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8331__92932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "92932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8331_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-09-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1697'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/92932'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2018'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1697_99088'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.065'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-28.31012'^^xsd:double;
  dwc:latitude '38.381337'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.31012 38.381337, -28.31012 38.381337, -28.31012 38.381337, -28.31012 38.381337, -28.31012 38.381337))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/92932","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Short-beaked Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '92932'^^xsd:integer;
  dwc:observationDate '2018-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8331__425008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8331__425008> ;
  mr:hasGeometry <https://eurobis.org/id/point/8331__425008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.709328 -25.627577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.709328"^^xsd:decimal ;
  dwc:decimalLongitude "-25.627577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "111319.49"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8331__425008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "425008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8331_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-09-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1697'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/425008'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2023'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1697_61029'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-25.627577'^^xsd:double;
  dwc:latitude '37.709328'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.627577 37.709328, -25.627577 37.709328, -25.627577 37.709328, -25.627577 37.709328, -25.627577 37.709328))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/425008","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Short-beaked Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '425008'^^xsd:integer;
  dwc:observationDate '2023-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8331__210690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8331__210690> ;
  mr:hasGeometry <https://eurobis.org/id/point/8331__210690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.590567 -25.626082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.590567"^^xsd:decimal ;
  dwc:decimalLongitude "-25.626082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "111319.49"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8331__210690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "210690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8331_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-09-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1697'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/210690'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1697_219272'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '2.2922222222222'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-25.626082'^^xsd:double;
  dwc:latitude '37.590567'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.626082 37.590567, -25.626082 37.590567, -25.626082 37.590567, -25.626082 37.590567, -25.626082 37.590567))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/210690","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"This was a 3-hour whale watching trip out of Ponta Delgada, Sao Miguel Island, Azores (Portugal). There was a group of ~15 Common Dolphin seen followed by a mother/calf pair of Sperm Whales, one of which did three breaches in a row a fair distance from the boat, and then dove. Later in the trip we saw another Sperm Whale that was likely a different individual."}; Identification Type: Photo Identification; Taxon recorded as "Short-beaked Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '210690'^^xsd:integer;
  dwc:observationDate '2021-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8331__366652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8331__366652> ;
  mr:hasGeometry <https://eurobis.org/id/point/8331__366652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.694187 -25.511177)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.694187"^^xsd:decimal ;
  dwc:decimalLongitude "-25.511177"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "111319.49"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8331__366652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "366652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8331_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-09-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1697'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/366652'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2018'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1697_15282'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-25.511177'^^xsd:double;
  dwc:latitude '37.694187'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.511177 37.694187, -25.511177 37.694187, -25.511177 37.694187, -25.511177 37.694187, -25.511177 37.694187))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/366652","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Short-beaked Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '366652'^^xsd:integer;
  dwc:observationDate '2018-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8331__163648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8331__163648> ;
  mr:hasGeometry <https://eurobis.org/id/point/8331__163648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.623432 -16.926444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.623432"^^xsd:decimal ;
  dwc:decimalLongitude "-16.926444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "111319.49"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8331__163648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "163648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8331_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-09-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1697'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/163648'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1697_153277'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.509444444444'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-16.926444'^^xsd:double;
  dwc:latitude '32.623432'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.926444 32.623432, -16.926444 32.623432, -16.926444 32.623432, -16.926444 32.623432, -16.926444 32.623432))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/163648","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Common dolphin, 3 adults and 1 baby"}; Identification Type: Photo Identification; Taxon recorded as "Short-beaked Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '163648'^^xsd:integer;
  dwc:observationDate '2021-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8331__28960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8331__28960> ;
  mr:hasGeometry <https://eurobis.org/id/point/8331__28960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.213735 -15.394249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.213735"^^xsd:decimal ;
  dwc:decimalLongitude "-15.394249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "111319.49"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8331__28960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8331_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-09-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1697'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/28960'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1697_177028'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '14.589166666667'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-15.394249'^^xsd:double;
  dwc:latitude '28.213735'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-15.394249 28.213735, -15.394249 28.213735, -15.394249 28.213735, -15.394249 28.213735, -15.394249 28.213735))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/28960","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"We met a group of Risso\'s dolphins, including several young animals. There is also a group of Common dolphins in the last photo."}; Identification Type: Photo Identification; Taxon recorded as "Short-beaked Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '28960'^^xsd:integer;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8331__62656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8331__62656> ;
  mr:hasGeometry <https://eurobis.org/id/point/8331__62656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.424915 -9.450645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.424915"^^xsd:decimal ;
  dwc:decimalLongitude "-9.450645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "111319.49"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8331__62656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "62656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8331_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-09-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1697'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/62656'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1697_94877'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.101388888889'^^xsd:double;
  dwc:continentOcean 'Celtic Sea'^^xsd:string;
  dwc:longitude '-9.450645'^^xsd:double;
  dwc:latitude '51.424915'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.450645 51.424915, -9.450645 51.424915, -9.450645 51.424915, -9.450645 51.424915, -9.450645 51.424915))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/62656","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Short-beaked Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '62656'^^xsd:integer;
  dwc:observationDate '2019-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8331__365248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8331__365248> ;
  mr:hasGeometry <https://eurobis.org/id/point/8331__365248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.822414 -5.218506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.822414"^^xsd:decimal ;
  dwc:decimalLongitude "-5.218506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "111319.49"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8331__365248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "365248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8331_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-09-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1697'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/365248'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2023'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1697_196101'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'English Channel'^^xsd:string;
  dwc:longitude '-5.218506'^^xsd:double;
  dwc:latitude '49.822414'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.218506 49.822414, -5.218506 49.822414, -5.218506 49.822414, -5.218506 49.822414, -5.218506 49.822414))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/365248","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Short-beaked Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '365248'^^xsd:integer;
  dwc:observationDate '2023-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8331__388835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8331__388835> ;
  mr:hasGeometry <https://eurobis.org/id/point/8331__388835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.798 -4.737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8331__388835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "388835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8331_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-09-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1697'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/388835'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2023'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1697_212871'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.178055555556'^^xsd:double;
  dwc:continentOcean 'Celtic Sea'^^xsd:string;
  dwc:longitude '-4.737'^^xsd:double;
  dwc:latitude '48.798'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.737 48.798, -4.737 48.798, -4.737 48.798, -4.737 48.798, -4.737 48.798))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/388835","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Pod of 7 common dolphins, attracted to ship"}; Identification Type: Photo Identification; Taxon recorded as "Short-beaked Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '388835'^^xsd:integer;
  dwc:observationDate '2023-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8331__165888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8331__165888> ;
  mr:hasGeometry <https://eurobis.org/id/point/8331__165888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.398763 39.91756)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.398763"^^xsd:decimal ;
  dwc:decimalLongitude "39.91756"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "111319.49"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8331__165888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "165888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8331_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-09-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1697'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/165888'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2020'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1697_145128'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.91756'^^xsd:double;
  dwc:latitude '43.398763'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.91756 43.398763, 39.91756 43.398763, 39.91756 43.398763, 39.91756 43.398763, 39.91756 43.398763))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/165888","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"An estimated 15+ short-beaked common dolphins have been spotted off Imeretinskaya Port (Adler city, Russia) during a private boat cruise."}; Identification Type: Photo Identification; Taxon recorded as "Short-beaked Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '165888'^^xsd:integer;
  dwc:observationDate '2020-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
# EOF