@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/8309__183105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__183105> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__183105> ;
  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/8309__183105>
  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/8309__183105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "183105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/183105'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1741_123041'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.405277777778'^^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/183105","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"minke finback humpback common dolphin great shearwater storm petrel dovekie phalarops all feeding together"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '183105'^^xsd:integer;
  dwc:observationDate '2021-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__183101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__183101> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__183101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.49 -74.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.49"^^xsd:decimal ;
  dwc:decimalLongitude "-74.11"^^xsd:decimal ;
  dwc: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/8309__183101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.49 -74.11)"^^geo:wktLiteral ;
  geo-pos:lat "38.49"^^xsd:decimal ;
  geo-pos:long "-74.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__183101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "183101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/183101'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1741_178803'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.120833333333'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-74.11'^^xsd:double;
  dwc:latitude '38.49'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-74.11 38.49, -74.11 38.49, -74.11 38.49, -74.11 38.49, -74.11 38.49))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/183101","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"feeding with common dolphins storm petrels and sooty shearwaters"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '183101'^^xsd:integer;
  dwc:observationDate '2021-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__387131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__387131> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__387131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.489741 -73.918762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.489741"^^xsd:decimal ;
  dwc:decimalLongitude "-73.918762"^^xsd:decimal ;
  dwc: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/8309__387131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.489741 -73.918762)"^^geo:wktLiteral ;
  geo-pos:lat "40.489741"^^xsd:decimal ;
  geo-pos:long "-73.918762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__387131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "387131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/387131'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2023'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1741_62318'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-73.918762'^^xsd:double;
  dwc:latitude '40.489741'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-73.918762 40.489741, -73.918762 40.489741, -73.918762 40.489741, -73.918762 40.489741, -73.918762 40.489741))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/387131","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"1 Minke - body condition was noted as poor, despite visible/successful feeding. Minke was reported dead shortly after sighting, likely this one."}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '387131'^^xsd:integer;
  dwc:observationDate '2023-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__467397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__467397> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__467397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.922603 -73.740203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.922603"^^xsd:decimal ;
  dwc:decimalLongitude "-73.740203"^^xsd:decimal ;
  dwc: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/8309__467397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.922603 -73.740203)"^^geo:wktLiteral ;
  geo-pos:lat "40.922603"^^xsd:decimal ;
  geo-pos:long "-73.740203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__467397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "467397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/467397'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2020'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1741_95614'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-73.740203'^^xsd:double;
  dwc:latitude '40.922603'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-73.740203 40.922603, -73.740203 40.922603, -73.740203 40.922603, -73.740203 40.922603, -73.740203 40.922603))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/467397","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '467397'^^xsd:integer;
  dwc:observationDate '2020-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__446490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__446490> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__446490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.575987 -70.552547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.575987"^^xsd:decimal ;
  dwc:decimalLongitude "-70.552547"^^xsd:decimal ;
  dwc: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/8309__446490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.575987 -70.552547)"^^geo:wktLiteral ;
  geo-pos:lat "42.575987"^^xsd:decimal ;
  geo-pos:long "-70.552547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__446490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "446490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/446490'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1741_135505'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-70.552547'^^xsd:double;
  dwc:latitude '42.575987'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.552547 42.575987, -70.552547 42.575987, -70.552547 42.575987, -70.552547 42.575987, -70.552547 42.575987))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/446490","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '446490'^^xsd:integer;
  dwc:observationDate '2019-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__446484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__446484> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__446484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.575987 -70.552547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.575987"^^xsd:decimal ;
  dwc:decimalLongitude "-70.552547"^^xsd:decimal ;
  dwc: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/8309__446484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.575987 -70.552547)"^^geo:wktLiteral ;
  geo-pos:lat "42.575987"^^xsd:decimal ;
  geo-pos:long "-70.552547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__446484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "446484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/446484'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1741_231116'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-70.552547'^^xsd:double;
  dwc:latitude '42.575987'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.552547 42.575987, -70.552547 42.575987, -70.552547 42.575987, -70.552547 42.575987, -70.552547 42.575987))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/446484","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '446484'^^xsd:integer;
  dwc:observationDate '2019-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__446487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__446487> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__446487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.575987 -70.552547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.575987"^^xsd:decimal ;
  dwc:decimalLongitude "-70.552547"^^xsd:decimal ;
  dwc: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/8309__446487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.575987 -70.552547)"^^geo:wktLiteral ;
  geo-pos:lat "42.575987"^^xsd:decimal ;
  geo-pos:long "-70.552547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__446487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "446487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/446487'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1741_255077'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-70.552547'^^xsd:double;
  dwc:latitude '42.575987'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.552547 42.575987, -70.552547 42.575987, -70.552547 42.575987, -70.552547 42.575987, -70.552547 42.575987))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/446487","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '446487'^^xsd:integer;
  dwc:observationDate '2019-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__48334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__48334> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__48334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.237822 -70.52529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.237822"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 "11131.95"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__48334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "48334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/48334'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2018'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1741_41011'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.022777777778'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-70.52529'^^xsd:double;
  dwc:latitude '42.237822'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.52529 42.237822, -70.52529 42.237822, -70.52529 42.237822, -70.52529 42.237822, -70.52529 42.237822))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/48334","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '48334'^^xsd:integer;
  dwc:observationDate '2018-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__219021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__219021> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__219021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.006907 -70.493431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.006907"^^xsd:decimal ;
  dwc:decimalLongitude "-70.493431"^^xsd:decimal ;
  dwc: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/8309__219021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.006907 -70.493431)"^^geo:wktLiteral ;
  geo-pos:lat "43.006907"^^xsd:decimal ;
  geo-pos:long "-70.493431"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__219021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "219021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/219021'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2018'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1741_250681'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.438888888889'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-70.493431'^^xsd:double;
  dwc:latitude '43.006907'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.493431 43.006907, -70.493431 43.006907, -70.493431 43.006907, -70.493431 43.006907, -70.493431 43.006907))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/219021","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Gulf of Maine - near Hampton, NH"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '219021'^^xsd:integer;
  dwc:observationDate '2018-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__76560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__76560> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__76560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.253602 -70.435345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.253602"^^xsd:decimal ;
  dwc:decimalLongitude "-70.435345"^^xsd:decimal ;
  dwc: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/8309__76560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.253602 -70.435345)"^^geo:wktLiteral ;
  geo-pos:lat "42.253602"^^xsd:decimal ;
  geo-pos:long "-70.435345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__76560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "76560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/76560'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1741_129662'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.107777777778'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-70.435345'^^xsd:double;
  dwc:latitude '42.253602'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.435345 42.253602, -70.435345 42.253602, -70.435345 42.253602, -70.435345 42.253602, -70.435345 42.253602))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/76560","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '76560'^^xsd:integer;
  dwc:observationDate '2019-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__77258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__77258> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__77258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.297571 -70.382774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.297571"^^xsd:decimal ;
  dwc:decimalLongitude "-70.382774"^^xsd:decimal ;
  dwc: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/8309__77258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.297571 -70.382774)"^^geo:wktLiteral ;
  geo-pos:lat "42.297571"^^xsd:decimal ;
  geo-pos:long "-70.382774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__77258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "77258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/77258'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1741_41563'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.287777777778'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-70.382774'^^xsd:double;
  dwc:latitude '42.297571'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.382774 42.297571, -70.382774 42.297571, -70.382774 42.297571, -70.382774 42.297571, -70.382774 42.297571))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/77258","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '77258'^^xsd:integer;
  dwc:observationDate '2019-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__76578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__76578> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__76578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.350266 -70.3373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.350266"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3373"^^xsd:decimal ;
  dwc: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/8309__76578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.350266 -70.3373)"^^geo:wktLiteral ;
  geo-pos:lat "42.350266"^^xsd:decimal ;
  geo-pos:long "-70.3373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__76578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "76578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/76578'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1741_41545'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '11.945277777778'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-70.3373'^^xsd:double;
  dwc:latitude '42.350266'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3373 42.350266, -70.3373 42.350266, -70.3373 42.350266, -70.3373 42.350266, -70.3373 42.350266))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/76578","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '76578'^^xsd:integer;
  dwc:observationDate '2019-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__426427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__426427> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__426427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.907633 -70.323272)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.907633"^^xsd:decimal ;
  dwc:decimalLongitude "-70.323272"^^xsd:decimal ;
  dwc: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/8309__426427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.907633 -70.323272)"^^geo:wktLiteral ;
  geo-pos:lat "41.907633"^^xsd:decimal ;
  geo-pos:long "-70.323272"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__426427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "426427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/426427'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1741_110975'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.602222222222'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-70.323272'^^xsd:double;
  dwc:latitude '41.907633'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.323272 41.907633, -70.323272 41.907633, -70.323272 41.907633, -70.323272 41.907633, -70.323272 41.907633))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/426427","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '426427'^^xsd:integer;
  dwc:observationDate '2010-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__426557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__426557> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__426557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 -70.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 "111319.49"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__426557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "426557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/426557'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1741_230729'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.654722222222'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-70.3'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3 42.3, -70.3 42.3, -70.3 42.3, -70.3 42.3, -70.3 42.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/426557","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '426557'^^xsd:integer;
  dwc:observationDate '2012-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__329743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__329743> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__329743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.365647 -70.227356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.365647"^^xsd:decimal ;
  dwc:decimalLongitude "-70.227356"^^xsd:decimal ;
  dwc: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/8309__329743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.365647 -70.227356)"^^geo:wktLiteral ;
  geo-pos:lat "42.365647"^^xsd:decimal ;
  geo-pos:long "-70.227356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__329743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "329743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/329743'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2018'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1741_133317'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.778611111111'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-70.227356'^^xsd:double;
  dwc:latitude '42.365647'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.227356 42.365647, -70.227356 42.365647, -70.227356 42.365647, -70.227356 42.365647, -70.227356 42.365647))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/329743","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '329743'^^xsd:integer;
  dwc:observationDate '2018-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__388735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__388735> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__388735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.110464 -70.145328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.110464"^^xsd:decimal ;
  dwc:decimalLongitude "-70.145328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__388735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "388735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/388735'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2023'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1741_86473'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.221388888889'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-70.145328'^^xsd:double;
  dwc:latitude '42.110464'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.145328 42.110464, -70.145328 42.110464, -70.145328 42.110464, -70.145328 42.110464, -70.145328 42.110464))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/388735","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '388735'^^xsd:integer;
  dwc:observationDate '2023-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__393779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__393779> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__393779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.883197 -69.790649)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.883197"^^xsd:decimal ;
  dwc:decimalLongitude "-69.790649"^^xsd:decimal ;
  dwc: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/8309__393779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.883197 -69.790649)"^^geo:wktLiteral ;
  geo-pos:lat "47.883197"^^xsd:decimal ;
  geo-pos:long "-69.790649"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__393779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "393779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/393779'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2023'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1741_246244'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.790649'^^xsd:double;
  dwc:latitude '47.883197'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.790649 47.883197, -69.790649 47.883197, -69.790649 47.883197, -69.790649 47.883197, -69.790649 47.883197))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/393779","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '393779'^^xsd:integer;
  dwc:observationDate '2023-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__398163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__398163> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__398163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.635908 -69.714665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.635908"^^xsd:decimal ;
  dwc:decimalLongitude "-69.714665"^^xsd:decimal ;
  dwc: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/8309__398163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.635908 -69.714665)"^^geo:wktLiteral ;
  geo-pos:lat "43.635908"^^xsd:decimal ;
  geo-pos:long "-69.714665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__398163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "398163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/398163'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2023'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1741_238327'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-69.714665'^^xsd:double;
  dwc:latitude '43.635908'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.714665 43.635908, -69.714665 43.635908, -69.714665 43.635908, -69.714665 43.635908, -69.714665 43.635908))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/398163","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '398163'^^xsd:integer;
  dwc:observationDate '2023-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__25656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__25656> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__25656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.217153 -69.557533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.217153"^^xsd:decimal ;
  dwc:decimalLongitude "-69.557533"^^xsd:decimal ;
  dwc: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/8309__25656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.217153 -69.557533)"^^geo:wktLiteral ;
  geo-pos:lat "48.217153"^^xsd:decimal ;
  geo-pos:long "-69.557533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__25656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/25656'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2017'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1741_200321'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.749722222222'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.557533'^^xsd:double;
  dwc:latitude '48.217153'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.557533 48.217153, -69.557533 48.217153, -69.557533 48.217153, -69.557533 48.217153, -69.557533 48.217153))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/25656","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '25656'^^xsd:integer;
  dwc:observationDate '2017-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__473261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__473261> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__473261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.253362 -69.488783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.253362"^^xsd:decimal ;
  dwc:decimalLongitude "-69.488783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__473261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "473261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/473261'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2024'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1741_47797'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.350277777778'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.488783'^^xsd:double;
  dwc:latitude '48.253362'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.488783 48.253362, -69.488783 48.253362, -69.488783 48.253362, -69.488783 48.253362, -69.488783 48.253362))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/473261","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke Whale called Witch Hat in the Meriscope catalog"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '473261'^^xsd:integer;
  dwc:observationDate '2024-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__218686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__218686> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__218686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.270491 -69.466289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.270491"^^xsd:decimal ;
  dwc:decimalLongitude "-69.466289"^^xsd:decimal ;
  dwc: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/8309__218686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.270491 -69.466289)"^^geo:wktLiteral ;
  geo-pos:lat "48.270491"^^xsd:decimal ;
  geo-pos:long "-69.466289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__218686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "218686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/218686'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1741_218832'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.013611111111'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.466289'^^xsd:double;
  dwc:latitude '48.270491'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.466289 48.270491, -69.466289 48.270491, -69.466289 48.270491, -69.466289 48.270491, -69.466289 48.270491))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/218686","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"From shore"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '218686'^^xsd:integer;
  dwc:observationDate '2021-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__366632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__366632> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__366632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285685 -69.445921)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.285685"^^xsd:decimal ;
  dwc:decimalLongitude "-69.445921"^^xsd:decimal ;
  dwc: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/8309__366632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285685 -69.445921)"^^geo:wktLiteral ;
  geo-pos:lat "48.285685"^^xsd:decimal ;
  geo-pos:long "-69.445921"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__366632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "366632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/366632'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1741_173856'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.6541666666667'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.445921'^^xsd:double;
  dwc:latitude '48.285685'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.445921 48.285685, -69.445921 48.285685, -69.445921 48.285685, -69.445921 48.285685, -69.445921 48.285685))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/366632","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke whale photographed from shore"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '366632'^^xsd:integer;
  dwc:observationDate '2021-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__366633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__366633> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__366633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285806 -69.445884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.285806"^^xsd:decimal ;
  dwc:decimalLongitude "-69.445884"^^xsd:decimal ;
  dwc: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/8309__366633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285806 -69.445884)"^^geo:wktLiteral ;
  geo-pos:lat "48.285806"^^xsd:decimal ;
  geo-pos:long "-69.445884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__366633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "366633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/366633'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1741_165860'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.7286111111111'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.445884'^^xsd:double;
  dwc:latitude '48.285806'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.445884 48.285806, -69.445884 48.285806, -69.445884 48.285806, -69.445884 48.285806, -69.445884 48.285806))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/366633","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke whale photographed from shore"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '366633'^^xsd:integer;
  dwc:observationDate '2021-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__366628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__366628> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__366628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285592 -69.445846)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.285592"^^xsd:decimal ;
  dwc:decimalLongitude "-69.445846"^^xsd:decimal ;
  dwc: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/8309__366628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285592 -69.445846)"^^geo:wktLiteral ;
  geo-pos:lat "48.285592"^^xsd:decimal ;
  geo-pos:long "-69.445846"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__366628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "366628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/366628'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1741_245586'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.5755555555556'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.445846'^^xsd:double;
  dwc:latitude '48.285592'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.445846 48.285592, -69.445846 48.285592, -69.445846 48.285592, -69.445846 48.285592, -69.445846 48.285592))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/366628","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Shore based. I believe these are two different minke whales who were in close association (see location of mirrors on water, parallel to course of whale photographed in some images)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '366628'^^xsd:integer;
  dwc:observationDate '2021-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__366630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__366630> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__366630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285536 -69.445739)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.285536"^^xsd:decimal ;
  dwc:decimalLongitude "-69.445739"^^xsd:decimal ;
  dwc: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/8309__366630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285536 -69.445739)"^^geo:wktLiteral ;
  geo-pos:lat "48.285536"^^xsd:decimal ;
  geo-pos:long "-69.445739"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__366630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "366630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/366630'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1741_118139'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.5841666666667'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.445739'^^xsd:double;
  dwc:latitude '48.285536'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.445739 48.285536, -69.445739 48.285536, -69.445739 48.285536, -69.445739 48.285536, -69.445739 48.285536))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/366630","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke whale photographed from shore"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '366630'^^xsd:integer;
  dwc:observationDate '2021-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__366629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__366629> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__366629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285584 -69.445739)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.285584"^^xsd:decimal ;
  dwc:decimalLongitude "-69.445739"^^xsd:decimal ;
  dwc: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/8309__366629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285584 -69.445739)"^^geo:wktLiteral ;
  geo-pos:lat "48.285584"^^xsd:decimal ;
  geo-pos:long "-69.445739"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__366629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "366629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/366629'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1741_101903'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.5786111111111'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.445739'^^xsd:double;
  dwc:latitude '48.285584'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.445739 48.285584, -69.445739 48.285584, -69.445739 48.285584, -69.445739 48.285584, -69.445739 48.285584))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/366629","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Shore based. I believe these are two different minke whales who were in close association (see location of mirrors on water, parallel to course of whale photographed in some images)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '366629'^^xsd:integer;
  dwc:observationDate '2021-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__366631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__366631> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__366631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.2858 -69.445717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.2858"^^xsd:decimal ;
  dwc:decimalLongitude "-69.445717"^^xsd:decimal ;
  dwc: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/8309__366631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.2858 -69.445717)"^^geo:wktLiteral ;
  geo-pos:lat "48.2858"^^xsd:decimal ;
  geo-pos:long "-69.445717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__366631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "366631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/366631'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1741_85915'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.6155555555556'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.445717'^^xsd:double;
  dwc:latitude '48.2858'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.445717 48.2858, -69.445717 48.2858, -69.445717 48.2858, -69.445717 48.2858, -69.445717 48.2858))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/366631","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke whale photographed from shore"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '366631'^^xsd:integer;
  dwc:observationDate '2021-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__366641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__366641> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__366641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285814 -69.445706)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.285814"^^xsd:decimal ;
  dwc:decimalLongitude "-69.445706"^^xsd:decimal ;
  dwc: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/8309__366641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285814 -69.445706)"^^geo:wktLiteral ;
  geo-pos:lat "48.285814"^^xsd:decimal ;
  geo-pos:long "-69.445706"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__366641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "366641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/366641'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1741_189815'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.0922222222222'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.445706'^^xsd:double;
  dwc:latitude '48.285814'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.445706 48.285814, -69.445706 48.285814, -69.445706 48.285814, -69.445706 48.285814, -69.445706 48.285814))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/366641","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke whale photographed from shore"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '366641'^^xsd:integer;
  dwc:observationDate '2021-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__366635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__366635> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__366635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285817 -69.445685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.285817"^^xsd:decimal ;
  dwc:decimalLongitude "-69.445685"^^xsd:decimal ;
  dwc: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/8309__366635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285817 -69.445685)"^^geo:wktLiteral ;
  geo-pos:lat "48.285817"^^xsd:decimal ;
  geo-pos:long "-69.445685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__366635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "366635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/366635'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1741_93905'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.8863888888889'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.445685'^^xsd:double;
  dwc:latitude '48.285817'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.445685 48.285817, -69.445685 48.285817, -69.445685 48.285817, -69.445685 48.285817, -69.445685 48.285817))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/366635","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke whale photographed from shore"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '366635'^^xsd:integer;
  dwc:observationDate '2021-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__366634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__366634> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__366634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285807 -69.445642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.285807"^^xsd:decimal ;
  dwc:decimalLongitude "-69.445642"^^xsd:decimal ;
  dwc: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/8309__366634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285807 -69.445642)"^^geo:wktLiteral ;
  geo-pos:lat "48.285807"^^xsd:decimal ;
  geo-pos:long "-69.445642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__366634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "366634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/366634'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1741_197648'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.8586111111111'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.445642'^^xsd:double;
  dwc:latitude '48.285807'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.445642 48.285807, -69.445642 48.285807, -69.445642 48.285807, -69.445642 48.285807, -69.445642 48.285807))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/366634","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke whale photographed from shore"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '366634'^^xsd:integer;
  dwc:observationDate '2021-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__366627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__366627> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__366627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285721 -69.44561)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.285721"^^xsd:decimal ;
  dwc:decimalLongitude "-69.44561"^^xsd:decimal ;
  dwc: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/8309__366627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285721 -69.44561)"^^geo:wktLiteral ;
  geo-pos:lat "48.285721"^^xsd:decimal ;
  geo-pos:long "-69.44561"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__366627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "366627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/366627'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1741_109875'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.565'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.44561'^^xsd:double;
  dwc:latitude '48.285721'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.44561 48.285721, -69.44561 48.285721, -69.44561 48.285721, -69.44561 48.285721, -69.44561 48.285721))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/366627","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke whale photographed from shore"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '366627'^^xsd:integer;
  dwc:observationDate '2021-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__366640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__366640> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__366640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285722 -69.445588)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.285722"^^xsd:decimal ;
  dwc:decimalLongitude "-69.445588"^^xsd:decimal ;
  dwc: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/8309__366640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285722 -69.445588)"^^geo:wktLiteral ;
  geo-pos:lat "48.285722"^^xsd:decimal ;
  geo-pos:long "-69.445588"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__366640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "366640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/366640'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1741_253650'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.0719444444444'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.445588'^^xsd:double;
  dwc:latitude '48.285722'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.445588 48.285722, -69.445588 48.285722, -69.445588 48.285722, -69.445588 48.285722, -69.445588 48.285722))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/366640","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke whale photographed from shore"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '366640'^^xsd:integer;
  dwc:observationDate '2021-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__263125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__263125> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__263125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285794 -69.445438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.285794"^^xsd:decimal ;
  dwc:decimalLongitude "-69.445438"^^xsd:decimal ;
  dwc: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/8309__263125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285794 -69.445438)"^^geo:wktLiteral ;
  geo-pos:lat "48.285794"^^xsd:decimal ;
  geo-pos:long "-69.445438"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__263125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "263125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/263125'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1741_140080'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.471388888889'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.445438'^^xsd:double;
  dwc:latitude '48.285794'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.445438 48.285794, -69.445438 48.285794, -69.445438 48.285794, -69.445438 48.285794, -69.445438 48.285794))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/263125","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke whale photographed from shore"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '263125'^^xsd:integer;
  dwc:observationDate '2021-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__263134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__263134> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__263134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285288 -69.44492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.285288"^^xsd:decimal ;
  dwc:decimalLongitude "-69.44492"^^xsd:decimal ;
  dwc: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/8309__263134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285288 -69.44492)"^^geo:wktLiteral ;
  geo-pos:lat "48.285288"^^xsd:decimal ;
  geo-pos:long "-69.44492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__263134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "263134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/263134'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1741_59965'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.5311111111111'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.44492'^^xsd:double;
  dwc:latitude '48.285288'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.44492 48.285288, -69.44492 48.285288, -69.44492 48.285288, -69.44492 48.285288, -69.44492 48.285288))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/263134","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke whale photographed from shore"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '263134'^^xsd:integer;
  dwc:observationDate '2021-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__263126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__263126> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__263126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285022 -69.444705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.285022"^^xsd:decimal ;
  dwc:decimalLongitude "-69.444705"^^xsd:decimal ;
  dwc: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/8309__263126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285022 -69.444705)"^^geo:wktLiteral ;
  geo-pos:lat "48.285022"^^xsd:decimal ;
  geo-pos:long "-69.444705"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__263126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "263126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/263126'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1741_4081'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.533888888889'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.444705'^^xsd:double;
  dwc:latitude '48.285022'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.444705 48.285022, -69.444705 48.285022, -69.444705 48.285022, -69.444705 48.285022, -69.444705 48.285022))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/263126","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke whale photographed from shore"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '263126'^^xsd:integer;
  dwc:observationDate '2021-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__263116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__263116> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__263116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285212 -69.444385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.285212"^^xsd:decimal ;
  dwc:decimalLongitude "-69.444385"^^xsd:decimal ;
  dwc: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/8309__263116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285212 -69.444385)"^^geo:wktLiteral ;
  geo-pos:lat "48.285212"^^xsd:decimal ;
  geo-pos:long "-69.444385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__263116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "263116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/263116'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1741_108009'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.545277777778'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.444385'^^xsd:double;
  dwc:latitude '48.285212'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.444385 48.285212, -69.444385 48.285212, -69.444385 48.285212, -69.444385 48.285212, -69.444385 48.285212))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/263116","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke whale photographed from shore"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '263116'^^xsd:integer;
  dwc:observationDate '2021-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__262423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__262423> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__262423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285193 -69.44389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.285193"^^xsd:decimal ;
  dwc:decimalLongitude "-69.44389"^^xsd:decimal ;
  dwc: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/8309__262423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.285193 -69.44389)"^^geo:wktLiteral ;
  geo-pos:lat "48.285193"^^xsd:decimal ;
  geo-pos:long "-69.44389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__262423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "262423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/262423'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1741_219750'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.7475'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.44389'^^xsd:double;
  dwc:latitude '48.285193'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.44389 48.285193, -69.44389 48.285193, -69.44389 48.285193, -69.44389 48.285193, -69.44389 48.285193))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/262423","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke whale (or possibly more than one) photographed from shore."}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '262423'^^xsd:integer;
  dwc:observationDate '2021-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__263131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__263131> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__263131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.284071 -69.442256)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.284071"^^xsd:decimal ;
  dwc:decimalLongitude "-69.442256"^^xsd:decimal ;
  dwc: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/8309__263131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.284071 -69.442256)"^^geo:wktLiteral ;
  geo-pos:lat "48.284071"^^xsd:decimal ;
  geo-pos:long "-69.442256"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__263131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "263131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/263131'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1741_203739'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '18.469444444444'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.442256'^^xsd:double;
  dwc:latitude '48.284071'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.442256 48.284071, -69.442256 48.284071, -69.442256 48.284071, -69.442256 48.284071, -69.442256 48.284071))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/263131","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke whale photographed from shore"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '263131'^^xsd:integer;
  dwc:observationDate '2021-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__262419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__262419> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__262419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.284242 -69.441226)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.284242"^^xsd:decimal ;
  dwc:decimalLongitude "-69.441226"^^xsd:decimal ;
  dwc: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/8309__262419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.284242 -69.441226)"^^geo:wktLiteral ;
  geo-pos:lat "48.284242"^^xsd:decimal ;
  geo-pos:long "-69.441226"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__262419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "262419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/262419'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1741_140071'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.0075'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.441226'^^xsd:double;
  dwc:latitude '48.284242'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.441226 48.284242, -69.441226 48.284242, -69.441226 48.284242, -69.441226 48.284242, -69.441226 48.284242))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/262419","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke whale photographed from shore"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '262419'^^xsd:integer;
  dwc:observationDate '2021-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__262425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__262425> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__262425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.284035 -69.440618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.284035"^^xsd:decimal ;
  dwc:decimalLongitude "-69.440618"^^xsd:decimal ;
  dwc: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/8309__262425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.284035 -69.440618)"^^geo:wktLiteral ;
  geo-pos:lat "48.284035"^^xsd:decimal ;
  geo-pos:long "-69.440618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__262425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "262425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/262425'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1741_251666'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.658888888889'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.440618'^^xsd:double;
  dwc:latitude '48.284035'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.440618 48.284035, -69.440618 48.284035, -69.440618 48.284035, -69.440618 48.284035, -69.440618 48.284035))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/262425","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke whale photographed from shore"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '262425'^^xsd:integer;
  dwc:observationDate '2021-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__262421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__262421> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__262421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.284264 -69.440618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.284264"^^xsd:decimal ;
  dwc:decimalLongitude "-69.440618"^^xsd:decimal ;
  dwc: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/8309__262421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.284264 -69.440618)"^^geo:wktLiteral ;
  geo-pos:lat "48.284264"^^xsd:decimal ;
  geo-pos:long "-69.440618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__262421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "262421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/262421'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1741_140072'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.074166666667'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.440618'^^xsd:double;
  dwc:latitude '48.284264'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.440618 48.284264, -69.440618 48.284264, -69.440618 48.284264, -69.440618 48.284264, -69.440618 48.284264))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/262421","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke whale (or possibly more than one minke whale in close association) photographed from shore."}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '262421'^^xsd:integer;
  dwc:observationDate '2021-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__262386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__262386> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__262386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.284117 -69.439403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.284117"^^xsd:decimal ;
  dwc:decimalLongitude "-69.439403"^^xsd:decimal ;
  dwc: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/8309__262386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.284117 -69.439403)"^^geo:wktLiteral ;
  geo-pos:lat "48.284117"^^xsd:decimal ;
  geo-pos:long "-69.439403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__262386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "262386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/262386'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1741_235703'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.7725'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.439403'^^xsd:double;
  dwc:latitude '48.284117'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.439403 48.284117, -69.439403 48.284117, -69.439403 48.284117, -69.439403 48.284117, -69.439403 48.284117))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/262386","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke whale photographed from shore"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '262386'^^xsd:integer;
  dwc:observationDate '2021-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__263117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__263117> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__263117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.282757 -69.438994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.282757"^^xsd:decimal ;
  dwc:decimalLongitude "-69.438994"^^xsd:decimal ;
  dwc: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/8309__263117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.282757 -69.438994)"^^geo:wktLiteral ;
  geo-pos:lat "48.282757"^^xsd:decimal ;
  geo-pos:long "-69.438994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__263117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "263117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/263117'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1741_179901'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.681388888889'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.438994'^^xsd:double;
  dwc:latitude '48.282757'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.438994 48.282757, -69.438994 48.282757, -69.438994 48.282757, -69.438994 48.282757, -69.438994 48.282757))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/263117","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke whale photographed from shore"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '263117'^^xsd:integer;
  dwc:observationDate '2021-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__262424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__262424> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__262424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.283964 -69.437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.283964"^^xsd:decimal ;
  dwc:decimalLongitude "-69.437"^^xsd:decimal ;
  dwc: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/8309__262424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.283964 -69.437)"^^geo:wktLiteral ;
  geo-pos:lat "48.283964"^^xsd:decimal ;
  geo-pos:long "-69.437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__262424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "262424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/262424'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1741_195775'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.803055555556'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.437'^^xsd:double;
  dwc:latitude '48.283964'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.437 48.283964, -69.437 48.283964, -69.437 48.283964, -69.437 48.283964, -69.437 48.283964))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/262424","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke whale photographed from shore (or possibly more than one)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '262424'^^xsd:integer;
  dwc:observationDate '2021-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__294864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__294864> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__294864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.309919 -69.420376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.309919"^^xsd:decimal ;
  dwc:decimalLongitude "-69.420376"^^xsd:decimal ;
  dwc: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/8309__294864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.309919 -69.420376)"^^geo:wktLiteral ;
  geo-pos:lat "48.309919"^^xsd:decimal ;
  geo-pos:long "-69.420376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__294864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "294864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/294864'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2017'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1741_12791'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.5997222222222'^^xsd:double;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-69.420376'^^xsd:double;
  dwc:latitude '48.309919'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.420376 48.309919, -69.420376 48.309919, -69.420376 48.309919, -69.420376 48.309919, -69.420376 48.309919))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/294864","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '294864'^^xsd:integer;
  dwc:observationDate '2017-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__377526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__377526> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__377526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.094353 -66.9827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.094353"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__377526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "377526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/377526'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2022'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1741_213932'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.869722222222'^^xsd:double;
  dwc:continentOcean 'Bay of Fundy'^^xsd:string;
  dwc:longitude '-66.9827'^^xsd:double;
  dwc:latitude '45.094353'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.9827 45.094353, -66.9827 45.094353, -66.9827 45.094353, -66.9827 45.094353, -66.9827 45.094353))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/377526","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '377526'^^xsd:integer;
  dwc:observationDate '2022-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__315286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__315286> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__315286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.47827 -66.77424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.47827"^^xsd:decimal ;
  dwc:decimalLongitude "-66.77424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__315286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "315286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/315286'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2022'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1741_92843'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.620555555556'^^xsd:double;
  dwc:continentOcean 'Bay of Fundy'^^xsd:string;
  dwc:longitude '-66.77424'^^xsd:double;
  dwc:latitude '44.47827'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.77424 44.47827, -66.77424 44.47827, -66.77424 44.47827, -66.77424 44.47827, -66.77424 44.47827))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/315286","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '315286'^^xsd:integer;
  dwc:observationDate '2022-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__365659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__365659> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__365659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.641072 -66.769916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.641072"^^xsd:decimal ;
  dwc:decimalLongitude "-66.769916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__365659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "365659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/365659'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2022'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1741_173841'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.7047222222222'^^xsd:double;
  dwc:continentOcean 'Bay of Fundy'^^xsd:string;
  dwc:longitude '-66.769916'^^xsd:double;
  dwc:latitude '44.641072'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.769916 44.641072, -66.769916 44.641072, -66.769916 44.641072, -66.769916 44.641072, -66.769916 44.641072))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/365659","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '365659'^^xsd:integer;
  dwc:observationDate '2022-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__406051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__406051> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__406051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.575 -66.591)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.575"^^xsd:decimal ;
  dwc:decimalLongitude "-66.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/8309__406051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.575 -66.591)"^^geo:wktLiteral ;
  geo-pos:lat "44.575"^^xsd:decimal ;
  geo-pos:long "-66.591"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__406051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "406051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/406051'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2023'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1741_46706'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '15.555833333333'^^xsd:double;
  dwc:continentOcean 'Bay of Fundy'^^xsd:string;
  dwc:longitude '-66.591'^^xsd:double;
  dwc:latitude '44.575'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.591 44.575, -66.591 44.575, -66.591 44.575, -66.591 44.575, -66.591 44.575))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/406051","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '406051'^^xsd:integer;
  dwc:observationDate '2023-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__377420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__377420> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__377420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.51215 -66.58054)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.51215"^^xsd:decimal ;
  dwc:decimalLongitude "-66.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/8309__377420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.51215 -66.58054)"^^geo:wktLiteral ;
  geo-pos:lat "44.51215"^^xsd:decimal ;
  geo-pos:long "-66.58054"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__377420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "377420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/377420'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2023'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1741_158097'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '19.309722222222'^^xsd:double;
  dwc:continentOcean 'Bay of Fundy'^^xsd:string;
  dwc:longitude '-66.58054'^^xsd:double;
  dwc:latitude '44.51215'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.58054 44.51215, -66.58054 44.51215, -66.58054 44.51215, -66.58054 44.51215, -66.58054 44.51215))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/377420","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '377420'^^xsd:integer;
  dwc:observationDate '2023-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__317116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__317116> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__317116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.494444 -63.103889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.494444"^^xsd:decimal ;
  dwc:decimalLongitude "-63.103889"^^xsd:decimal ;
  dwc: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/8309__317116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.494444 -63.103889)"^^geo:wktLiteral ;
  geo-pos:lat "58.494444"^^xsd:decimal ;
  geo-pos:long "-63.103889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__317116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "317116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/317116'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2022'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1741_44907'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.428055555556'^^xsd:double;
  dwc:continentOcean 'Labrador Sea'^^xsd:string;
  dwc:longitude '-63.103889'^^xsd:double;
  dwc:latitude '58.494444'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.103889 58.494444, -63.103889 58.494444, -63.103889 58.494444, -63.103889 58.494444, -63.103889 58.494444))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/317116","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"4- 5 Minke whales in the area probably feeding"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '317116'^^xsd:integer;
  dwc:observationDate '2022-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__321551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__321551> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__321551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.201393 -62.624002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.201393"^^xsd:decimal ;
  dwc:decimalLongitude "-62.624002"^^xsd:decimal ;
  dwc: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/8309__321551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.201393 -62.624002)"^^geo:wktLiteral ;
  geo-pos:lat "58.201393"^^xsd:decimal ;
  geo-pos:long "-62.624002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__321551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "321551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/321551'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2022'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1741_69078'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17.793611111111'^^xsd:double;
  dwc:continentOcean 'Labrador Sea'^^xsd:string;
  dwc:longitude '-62.624002'^^xsd:double;
  dwc:latitude '58.201393'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.624002 58.201393, -62.624002 58.201393, -62.624002 58.201393, -62.624002 58.201393, -62.624002 58.201393))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/321551","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"A few pods of Minke whales while stationary in Hebron Harbour. Uncertain if the photos are the same whale or represent different whales in the pod."}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '321551'^^xsd:integer;
  dwc:observationDate '2022-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__475093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__475093> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__475093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.41 -61.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.41"^^xsd:decimal ;
  dwc:decimalLongitude "-61.21"^^xsd:decimal ;
  dwc: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/8309__475093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.41 -61.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.41"^^xsd:decimal ;
  geo-pos:long "-61.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__475093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "475093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/475093'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2024'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1741_23985'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-61.21'^^xsd:double;
  dwc:latitude '45.41'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.21 45.41, -61.21 45.41, -61.21 45.41, -61.21 45.41, -61.21 45.41))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/475093","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '475093'^^xsd:integer;
  dwc:observationDate '2024-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__429855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__429855> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__429855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.659472 -61.00821)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.659472"^^xsd:decimal ;
  dwc:decimalLongitude "-61.00821"^^xsd:decimal ;
  dwc: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/8309__429855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.659472 -61.00821)"^^geo:wktLiteral ;
  geo-pos:lat "46.659472"^^xsd:decimal ;
  geo-pos:long "-61.00821"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__429855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "429855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/429855'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2020'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1741_135161'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Gulf of St. Lawrence'^^xsd:string;
  dwc:longitude '-61.00821'^^xsd:double;
  dwc:latitude '46.659472'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.00821 46.659472, -61.00821 46.659472, -61.00821 46.659472, -61.00821 46.659472, -61.00821 46.659472))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/429855","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke Whale seen in Pleasant Bay off the coast of Cape Breton Island near Chéticamp"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '429855'^^xsd:integer;
  dwc:observationDate '2020-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__396121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__396121> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__396121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.534405 -53.595734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.534405"^^xsd:decimal ;
  dwc:decimalLongitude "-53.595734"^^xsd:decimal ;
  dwc: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/8309__396121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.534405 -53.595734)"^^geo:wktLiteral ;
  geo-pos:lat "47.534405"^^xsd:decimal ;
  geo-pos:long "-53.595734"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__396121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "396121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/396121'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2023'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1741_46596'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.378333333333'^^xsd:double;
  dwc:continentOcean 'Labrador Sea'^^xsd:string;
  dwc:longitude '-53.595734'^^xsd:double;
  dwc:latitude '47.534405'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.595734 47.534405, -53.595734 47.534405, -53.595734 47.534405, -53.595734 47.534405, -53.595734 47.534405))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/396121","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Photos taken from shore."}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '396121'^^xsd:integer;
  dwc:observationDate '2023-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__396122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__396122> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__396122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.536301 -53.55235)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.536301"^^xsd:decimal ;
  dwc:decimalLongitude "-53.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 "11131.95"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__396122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "396122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/396122'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2023'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1741_78679'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.738888888889'^^xsd:double;
  dwc:continentOcean 'Labrador Sea'^^xsd:string;
  dwc:longitude '-53.55235'^^xsd:double;
  dwc:latitude '47.536301'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.55235 47.536301, -53.55235 47.536301, -53.55235 47.536301, -53.55235 47.536301, -53.55235 47.536301))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/396122","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Photos taken from shore."}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '396122'^^xsd:integer;
  dwc:observationDate '2023-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__443170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__443170> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__443170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.390739 -53.131033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.390739"^^xsd:decimal ;
  dwc:decimalLongitude "-53.131033"^^xsd:decimal ;
  dwc: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/8309__443170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.390739 -53.131033)"^^geo:wktLiteral ;
  geo-pos:lat "47.390739"^^xsd:decimal ;
  geo-pos:long "-53.131033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__443170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "443170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/443170'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1741_223023'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Labrador Sea'^^xsd:string;
  dwc:longitude '-53.131033'^^xsd:double;
  dwc:latitude '47.390739'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.131033 47.390739, -53.131033 47.390739, -53.131033 47.390739, -53.131033 47.390739, -53.131033 47.390739))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/443170","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"This Minke Whale was one of several that were feeding off the beach at George’s Cove, Holyrood, Newfoundland. Photo taken from shore."}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '443170'^^xsd:integer;
  dwc:observationDate '2010-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__443169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__443169> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__443169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.39036 -53.129255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.39036"^^xsd:decimal ;
  dwc:decimalLongitude "-53.129255"^^xsd:decimal ;
  dwc: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/8309__443169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.39036 -53.129255)"^^geo:wktLiteral ;
  geo-pos:lat "47.39036"^^xsd:decimal ;
  geo-pos:long "-53.129255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__443169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "443169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/443169'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1741_15585'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Labrador Sea'^^xsd:string;
  dwc:longitude '-53.129255'^^xsd:double;
  dwc:latitude '47.39036'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.129255 47.39036, -53.129255 47.39036, -53.129255 47.39036, -53.129255 47.39036, -53.129255 47.39036))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/443169","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"This was one of several Minke Whales feeding off the beach at George’s Cove, Holyrood, Newfoundland. Photo taken from shore."}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '443169'^^xsd:integer;
  dwc:observationDate '2010-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__478240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__478240> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__478240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.206081 -52.825012)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.206081"^^xsd:decimal ;
  dwc:decimalLongitude "-52.825012"^^xsd:decimal ;
  dwc: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/8309__478240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.206081 -52.825012)"^^geo:wktLiteral ;
  geo-pos:lat "47.206081"^^xsd:decimal ;
  geo-pos:long "-52.825012"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__478240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "478240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/478240'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2024'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1741_151816'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.916666666667'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-52.825012'^^xsd:double;
  dwc:latitude '47.206081'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.825012 47.206081, -52.825012 47.206081, -52.825012 47.206081, -52.825012 47.206081, -52.825012 47.206081))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/478240","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke Whale with dark square marking"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '478240'^^xsd:integer;
  dwc:observationDate '2024-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__476966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__476966> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__476966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.244318 -52.824326)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.244318"^^xsd:decimal ;
  dwc:decimalLongitude "-52.824326"^^xsd:decimal ;
  dwc: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/8309__476966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.244318 -52.824326)"^^geo:wktLiteral ;
  geo-pos:lat "47.244318"^^xsd:decimal ;
  geo-pos:long "-52.824326"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__476966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "476966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/476966'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2024'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1741_167813'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '15.9'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-52.824326'^^xsd:double;
  dwc:latitude '47.244318'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.824326 47.244318, -52.824326 47.244318, -52.824326 47.244318, -52.824326 47.244318, -52.824326 47.244318))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/476966","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 "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '476966'^^xsd:integer;
  dwc:observationDate '2024-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__475395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__475395> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__475395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.19605 -52.822266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.19605"^^xsd:decimal ;
  dwc:decimalLongitude "-52.822266"^^xsd:decimal ;
  dwc: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/8309__475395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.19605 -52.822266)"^^geo:wktLiteral ;
  geo-pos:lat "47.19605"^^xsd:decimal ;
  geo-pos:long "-52.822266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__475395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "475395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/475395'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2024'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1741_167769'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.433333333333'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-52.822266'^^xsd:double;
  dwc:latitude '47.19605'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.822266 47.19605, -52.822266 47.19605, -52.822266 47.19605, -52.822266 47.19605, -52.822266 47.19605))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/475395","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Female Minke Whae (photo) with a calf ( no photo of calf)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '475395'^^xsd:integer;
  dwc:observationDate '2024-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__476196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__476196> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__476196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.185318 -52.821236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.185318"^^xsd:decimal ;
  dwc:decimalLongitude "-52.821236"^^xsd:decimal ;
  dwc: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/8309__476196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.185318 -52.821236)"^^geo:wktLiteral ;
  geo-pos:lat "47.185318"^^xsd:decimal ;
  geo-pos:long "-52.821236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__476196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "476196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/476196'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2024'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1741_175750'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.183333333333'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-52.821236'^^xsd:double;
  dwc:latitude '47.185318'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.821236 47.185318, -52.821236 47.185318, -52.821236 47.185318, -52.821236 47.185318, -52.821236 47.185318))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/476196","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '476196'^^xsd:integer;
  dwc:observationDate '2024-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__478241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__478241> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__478241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.196323 -52.820892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.196323"^^xsd:decimal ;
  dwc:decimalLongitude "-52.820892"^^xsd:decimal ;
  dwc: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/8309__478241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.196323 -52.820892)"^^geo:wktLiteral ;
  geo-pos:lat "47.196323"^^xsd:decimal ;
  geo-pos:long "-52.820892"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__478241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "478241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/478241'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2024'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1741_111992'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-52.820892'^^xsd:double;
  dwc:latitude '47.196323'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.820892 47.196323, -52.820892 47.196323, -52.820892 47.196323, -52.820892 47.196323, -52.820892 47.196323))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/478241","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '478241'^^xsd:integer;
  dwc:observationDate '2024-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__477611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__477611> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__477611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.219724 -52.819519)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.219724"^^xsd:decimal ;
  dwc:decimalLongitude "-52.819519"^^xsd:decimal ;
  dwc: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/8309__477611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.219724 -52.819519)"^^geo:wktLiteral ;
  geo-pos:lat "47.219724"^^xsd:decimal ;
  geo-pos:long "-52.819519"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__477611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "477611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/477611'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2024'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1741_239590'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-52.819519'^^xsd:double;
  dwc:latitude '47.219724'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.819519 47.219724, -52.819519 47.219724, -52.819519 47.219724, -52.819519 47.219724, -52.819519 47.219724))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/477611","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '477611'^^xsd:integer;
  dwc:observationDate '2024-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__469570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__469570> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__469570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.231226 -52.808876)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.231226"^^xsd:decimal ;
  dwc:decimalLongitude "-52.808876"^^xsd:decimal ;
  dwc: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/8309__469570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.231226 -52.808876)"^^geo:wktLiteral ;
  geo-pos:lat "47.231226"^^xsd:decimal ;
  geo-pos:long "-52.808876"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__469570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "469570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/469570'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2024'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1741_231471'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.490555555556'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-52.808876'^^xsd:double;
  dwc:latitude '47.231226'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.808876 47.231226, -52.808876 47.231226, -52.808876 47.231226, -52.808876 47.231226, -52.808876 47.231226))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/469570","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"One of two Minke Whales present"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '469570'^^xsd:integer;
  dwc:observationDate '2024-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__475720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__475720> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__475720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.216809 -52.80201)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.216809"^^xsd:decimal ;
  dwc:decimalLongitude "-52.80201"^^xsd:decimal ;
  dwc: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/8309__475720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.216809 -52.80201)"^^geo:wktLiteral ;
  geo-pos:lat "47.216809"^^xsd:decimal ;
  geo-pos:long "-52.80201"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__475720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "475720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/475720'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2024'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1741_239528'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.383333333333'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-52.80201'^^xsd:double;
  dwc:latitude '47.216809'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.80201 47.216809, -52.80201 47.216809, -52.80201 47.216809, -52.80201 47.216809, -52.80201 47.216809))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/475720","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '475720'^^xsd:integer;
  dwc:observationDate '2024-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__477613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__477613> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__477613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.192279 -52.79686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.192279"^^xsd:decimal ;
  dwc:decimalLongitude "-52.79686"^^xsd:decimal ;
  dwc: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/8309__477613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.192279 -52.79686)"^^geo:wktLiteral ;
  geo-pos:lat "47.192279"^^xsd:decimal ;
  geo-pos:long "-52.79686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__477613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "477613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/477613'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2024'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1741_183812'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.083333333333'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-52.79686'^^xsd:double;
  dwc:latitude '47.192279'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.79686 47.192279, -52.79686 47.192279, -52.79686 47.192279, -52.79686 47.192279, -52.79686 47.192279))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/477613","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '477613'^^xsd:integer;
  dwc:observationDate '2024-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__12241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__12241> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__12241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.292574 -52.76621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.292574"^^xsd:decimal ;
  dwc:decimalLongitude "-52.76621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__12241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "12241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/12241'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1741_199995'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.8166666666667'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-52.76621'^^xsd:double;
  dwc:latitude '47.292574'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.76621 47.292574, -52.76621 47.292574, -52.76621 47.292574, -52.76621 47.292574, -52.76621 47.292574))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/12241","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '12241'^^xsd:integer;
  dwc:observationDate '2016-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__125763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__125763> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__125763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.188595 -51.189816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.188595"^^xsd:decimal ;
  dwc:decimalLongitude "-51.189816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__125763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "125763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/125763'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1741_34190'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.694722222222'^^xsd:double;
  dwc:continentOcean 'Davis Strait'^^xsd:string;
  dwc:longitude '-51.189816'^^xsd:double;
  dwc:latitude '69.188595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-51.189816 69.188595, -51.189816 69.188595, -51.189816 69.188595, -51.189816 69.188595, -51.189816 69.188595))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/125763","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '125763'^^xsd:integer;
  dwc:observationDate '2019-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__458473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__458473> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__458473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.329317 -28.050417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.329317"^^xsd:decimal ;
  dwc:decimalLongitude "-28.050417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__458473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "458473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/458473'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2024'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1741_135676'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.607222222222'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-28.050417'^^xsd:double;
  dwc:latitude '38.329317'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.050417 38.329317, -28.050417 38.329317, -28.050417 38.329317, -28.050417 38.329317, -28.050417 38.329317))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/458473","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Picture of Minke whale (Balaenoptera acutorostrata) taken by Arianna Fornaroli (second-skipper onboard)."}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '458473'^^xsd:integer;
  dwc:observationDate '2024-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__25516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__25516> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__25516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.729 -25.673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.729"^^xsd:decimal ;
  dwc:decimalLongitude "-25.673"^^xsd:decimal ;
  dwc: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/8309__25516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.729 -25.673)"^^geo:wktLiteral ;
  geo-pos:lat "37.729"^^xsd:decimal ;
  geo-pos:long "-25.673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__25516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/25516'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1741_40547'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '3.855'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-25.673'^^xsd:double;
  dwc:latitude '37.729'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.673 37.729, -25.673 37.729, -25.673 37.729, -25.673 37.729, -25.673 37.729))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/25516","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '25516'^^xsd:integer;
  dwc:observationDate '2016-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__380538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__380538> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__380538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.616485 -24.099609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.616485"^^xsd:decimal ;
  dwc:decimalLongitude "-24.099609"^^xsd:decimal ;
  dwc: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/8309__380538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.616485 -24.099609)"^^geo:wktLiteral ;
  geo-pos:lat "65.616485"^^xsd:decimal ;
  geo-pos:long "-24.099609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__380538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "380538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/380538'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2023'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1741_166201'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-24.099609'^^xsd:double;
  dwc:latitude '65.616485'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.099609 65.616485, -24.099609 65.616485, -24.099609 65.616485, -24.099609 65.616485, -24.099609 65.616485))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/380538","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Approx 3 or 4 minkes around the ship in the fjord leaving Patreksfjordur"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '380538'^^xsd:integer;
  dwc:observationDate '2023-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__181510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__181510> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__181510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.937009 -23.670353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.937009"^^xsd:decimal ;
  dwc:decimalLongitude "-23.670353"^^xsd:decimal ;
  dwc: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/8309__181510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.937009 -23.670353)"^^geo:wktLiteral ;
  geo-pos:lat "64.937009"^^xsd:decimal ;
  geo-pos:long "-23.670353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__181510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "181510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/181510'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1741_194622'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.096111111111'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-23.670353'^^xsd:double;
  dwc:latitude '64.937009'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.670353 64.937009, -23.670353 64.937009, -23.670353 64.937009, -23.670353 64.937009, -23.670353 64.937009))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/181510","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Small Minke Whale, surfaced a couple of times before disappearing."}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '181510'^^xsd:integer;
  dwc:observationDate '2021-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__119284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__119284> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__119284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.074283 -22.605803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.074283"^^xsd:decimal ;
  dwc:decimalLongitude "-22.605803"^^xsd:decimal ;
  dwc: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/8309__119284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.074283 -22.605803)"^^geo:wktLiteral ;
  geo-pos:lat "64.074283"^^xsd:decimal ;
  geo-pos:long "-22.605803"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__119284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "119284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/119284'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1741_122277'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.703888888889'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-22.605803'^^xsd:double;
  dwc:latitude '64.074283'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.605803 64.074283, -22.605803 64.074283, -22.605803 64.074283, -22.605803 64.074283, -22.605803 64.074283))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/119284","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Photos from shore - lighthouse in Gardur"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '119284'^^xsd:integer;
  dwc:observationDate '2012-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__119286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__119286> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__119286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.074283 -22.605803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.074283"^^xsd:decimal ;
  dwc:decimalLongitude "-22.605803"^^xsd:decimal ;
  dwc: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/8309__119286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.074283 -22.605803)"^^geo:wktLiteral ;
  geo-pos:lat "64.074283"^^xsd:decimal ;
  geo-pos:long "-22.605803"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__119286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "119286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/119286'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1741_225821'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.389444444444'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-22.605803'^^xsd:double;
  dwc:latitude '64.074283'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.605803 64.074283, -22.605803 64.074283, -22.605803 64.074283, -22.605803 64.074283, -22.605803 64.074283))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/119286","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Photos from shore - lighthouse in Gardur"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '119286'^^xsd:integer;
  dwc:observationDate '2012-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__119283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__119283> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__119283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.074283 -22.605803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.074283"^^xsd:decimal ;
  dwc:decimalLongitude "-22.605803"^^xsd:decimal ;
  dwc: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/8309__119283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.074283 -22.605803)"^^geo:wktLiteral ;
  geo-pos:lat "64.074283"^^xsd:decimal ;
  geo-pos:long "-22.605803"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__119283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "119283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/119283'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1741_169948'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.879166666667'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-22.605803'^^xsd:double;
  dwc:latitude '64.074283'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.605803 64.074283, -22.605803 64.074283, -22.605803 64.074283, -22.605803 64.074283, -22.605803 64.074283))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/119283","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Photos from shore - lighthouse in Gardur"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '119283'^^xsd:integer;
  dwc:observationDate '2012-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__469655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__469655> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__469655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.17 -22.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.17"^^xsd:decimal ;
  dwc:decimalLongitude "-22.32"^^xsd:decimal ;
  dwc: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/8309__469655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.17 -22.32)"^^geo:wktLiteral ;
  geo-pos:lat "64.17"^^xsd:decimal ;
  geo-pos:long "-22.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__469655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "469655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/469655'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2024'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1741_7885'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-22.32'^^xsd:double;
  dwc:latitude '64.17'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.32 64.17, -22.32 64.17, -22.32 64.17, -22.32 64.17, -22.32 64.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/469655","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"There were two Minke Whales within close proximity of one another."}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '469655'^^xsd:integer;
  dwc:observationDate '2024-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__421855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__421855> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__421855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.17 -22.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.17"^^xsd:decimal ;
  dwc:decimalLongitude "-22.32"^^xsd:decimal ;
  dwc: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/8309__421855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.17 -22.32)"^^geo:wktLiteral ;
  geo-pos:lat "64.17"^^xsd:decimal ;
  geo-pos:long "-22.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__421855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "421855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/421855'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2023'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1741_86848'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.313333333333'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-22.32'^^xsd:double;
  dwc:latitude '64.17'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.32 64.17, -22.32 64.17, -22.32 64.17, -22.32 64.17, -22.32 64.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/421855","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke whale spotted when sailing out from Reykjavik Harbour."}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '421855'^^xsd:integer;
  dwc:observationDate '2023-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__451982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__451982> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__451982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.190276 -22.263794)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.190276"^^xsd:decimal ;
  dwc:decimalLongitude "-22.263794"^^xsd:decimal ;
  dwc: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/8309__451982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.190276 -22.263794)"^^geo:wktLiteral ;
  geo-pos:lat "64.190276"^^xsd:decimal ;
  geo-pos:long "-22.263794"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__451982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "451982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/451982'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2024'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1741_159327'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.698055555556'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-22.263794'^^xsd:double;
  dwc:latitude '64.190276'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.263794 64.190276, -22.263794 64.190276, -22.263794 64.190276, -22.263794 64.190276, -22.263794 64.190276))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/451982","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '451982'^^xsd:integer;
  dwc:observationDate '2024-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__20974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__20974> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__20974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.233611 -22.216389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.233611"^^xsd:decimal ;
  dwc:decimalLongitude "-22.216389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__20974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/20974'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2017'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1741_152384'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.804722222222'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-22.216389'^^xsd:double;
  dwc:latitude '64.233611'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.216389 64.233611, -22.216389 64.233611, -22.216389 64.233611, -22.216389 64.233611, -22.216389 64.233611))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/20974","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Several Minke whales seen"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '20974'^^xsd:integer;
  dwc:observationDate '2017-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__127056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__127056> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__127056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.245648 -22.164702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.245648"^^xsd:decimal ;
  dwc:decimalLongitude "-22.164702"^^xsd:decimal ;
  dwc: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/8309__127056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.245648 -22.164702)"^^geo:wktLiteral ;
  geo-pos:lat "64.245648"^^xsd:decimal ;
  geo-pos:long "-22.164702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__127056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "127056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/127056'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1741_201840'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.788055555556'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-22.164702'^^xsd:double;
  dwc:latitude '64.245648'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.164702 64.245648, -22.164702 64.245648, -22.164702 64.245648, -22.164702 64.245648, -22.164702 64.245648))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/127056","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"One of several Minke Whales observed in Faxaflói Bay off Reykjavik."}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '127056'^^xsd:integer;
  dwc:observationDate '2016-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__337840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__337840> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__337840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.174099 -22.041295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.174099"^^xsd:decimal ;
  dwc:decimalLongitude "-22.041295"^^xsd:decimal ;
  dwc: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/8309__337840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.174099 -22.041295)"^^geo:wktLiteral ;
  geo-pos:lat "64.174099"^^xsd:decimal ;
  geo-pos:long "-22.041295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__337840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "337840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/337840'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2022'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1741_197006'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-22.041295'^^xsd:double;
  dwc:latitude '64.174099'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.041295 64.174099, -22.041295 64.174099, -22.041295 64.174099, -22.041295 64.174099, -22.041295 64.174099))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/337840","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '337840'^^xsd:integer;
  dwc:observationDate '2022-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__463930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__463930> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__463930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.388986 -19.627594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.388986"^^xsd:decimal ;
  dwc:decimalLongitude "-19.627594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__463930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "463930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/463930'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2024'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1741_175540'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.653333333333'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-19.627594'^^xsd:double;
  dwc:latitude '63.388986'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-19.627594 63.388986, -19.627594 63.388986, -19.627594 63.388986, -19.627594 63.388986, -19.627594 63.388986))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/463930","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '463930'^^xsd:integer;
  dwc:observationDate '2024-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__58294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__58294> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__58294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.4 -16.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.4"^^xsd:decimal ;
  dwc:decimalLongitude "-16.16"^^xsd:decimal ;
  dwc: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/8309__58294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.4 -16.16)"^^geo:wktLiteral ;
  geo-pos:lat "28.4"^^xsd:decimal ;
  geo-pos:long "-16.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__58294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "58294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/58294'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1741_232979'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.888888888889'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-16.16'^^xsd:double;
  dwc:latitude '28.4'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.16 28.4, -16.16 28.4, -16.16 28.4, -16.16 28.4, -16.16 28.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/58294","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"ID not confirmed, probable minke whale(s)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '58294'^^xsd:integer;
  dwc:observationDate '2015-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__421358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__421358> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__421358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.225681 -10.384426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.225681"^^xsd:decimal ;
  dwc:decimalLongitude "-10.384426"^^xsd:decimal ;
  dwc: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/8309__421358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.225681 -10.384426)"^^geo:wktLiteral ;
  geo-pos:lat "52.225681"^^xsd:decimal ;
  geo-pos:long "-10.384426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__421358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "421358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/421358'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1741_86832'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.024444444444'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-10.384426'^^xsd:double;
  dwc:latitude '52.225681'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.384426 52.225681, -10.384426 52.225681, -10.384426 52.225681, -10.384426 52.225681, -10.384426 52.225681))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/421358","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Dorsal fin amputated from this animal, seen on the day previous but no photo could be taken then."}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '421358'^^xsd:integer;
  dwc:observationDate '2021-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__421359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__421359> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__421359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.23681 -10.371666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.23681"^^xsd:decimal ;
  dwc:decimalLongitude "-10.371666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__421359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "421359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/421359'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2021'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1741_134983'^^xsd:string;
  dwc:yearCollected '2021'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '18.159722222222'^^xsd:double;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-10.371666'^^xsd:double;
  dwc:latitude '52.23681'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.371666 52.23681, -10.371666 52.23681, -10.371666 52.23681, -10.371666 52.23681, -10.371666 52.23681))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/421359","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '421359'^^xsd:integer;
  dwc:observationDate '2021-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__361701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__361701> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__361701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.46873 -9.329453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.46873"^^xsd:decimal ;
  dwc:decimalLongitude "-9.329453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__361701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "361701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/361701'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2023'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1741_37833'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.470277777778'^^xsd:double;
  dwc:continentOcean 'Celtic Sea'^^xsd:string;
  dwc:longitude '-9.329453'^^xsd:double;
  dwc:latitude '51.46873'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.329453 51.46873, -9.329453 51.46873, -9.329453 51.46873, -9.329453 51.46873, -9.329453 51.46873))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/361701","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"seen here feeding with Common Bottle noised Dolphin In Tragumna Bay West Cork. Humpback Whale HW-MN0102912 nearby as well seen feeding together."}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '361701'^^xsd:integer;
  dwc:observationDate '2023-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__361702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__361702> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__361702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.46873 -9.329453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.46873"^^xsd:decimal ;
  dwc:decimalLongitude "-9.329453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__361702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "361702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/361702'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2023'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1741_37834'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.470277777778'^^xsd:double;
  dwc:continentOcean 'Celtic Sea'^^xsd:string;
  dwc:longitude '-9.329453'^^xsd:double;
  dwc:latitude '51.46873'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.329453 51.46873, -9.329453 51.46873, -9.329453 51.46873, -9.329453 51.46873, -9.329453 51.46873))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/361702","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"seen here feeding with Common Bottle noised Dolphin In Tragumna Bay West Cork. Humpback Whale HW-MN0102912 nearby as well seen feeding together."}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '361702'^^xsd:integer;
  dwc:observationDate '2023-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__361703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__361703> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__361703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.46873 -9.329453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.46873"^^xsd:decimal ;
  dwc:decimalLongitude "-9.329453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__361703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "361703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/361703'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2023'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1741_229595'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.470277777778'^^xsd:double;
  dwc:continentOcean 'Celtic Sea'^^xsd:string;
  dwc:longitude '-9.329453'^^xsd:double;
  dwc:latitude '51.46873'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.329453 51.46873, -9.329453 51.46873, -9.329453 51.46873, -9.329453 51.46873, -9.329453 51.46873))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/361703","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"seen here feeding with Common Bottle noised Dolphin In Tragumna Bay West Cork. Humpback Whale HW-MN0102912 nearby as well seen feeding together."}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '361703'^^xsd:integer;
  dwc:observationDate '2023-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__58214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__58214> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__58214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.442346 -9.302673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.442346"^^xsd:decimal ;
  dwc:decimalLongitude "-9.302673"^^xsd:decimal ;
  dwc: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/8309__58214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.442346 -9.302673)"^^geo:wktLiteral ;
  geo-pos:lat "51.442346"^^xsd:decimal ;
  geo-pos:long "-9.302673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__58214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "58214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/58214'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2018'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1741_113291'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12.664166666667'^^xsd:double;
  dwc:continentOcean 'Celtic Sea'^^xsd:string;
  dwc:longitude '-9.302673'^^xsd:double;
  dwc:latitude '51.442346'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.302673 51.442346, -9.302673 51.442346, -9.302673 51.442346, -9.302673 51.442346, -9.302673 51.442346))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/58214","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '58214'^^xsd:integer;
  dwc:observationDate '2018-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__361322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__361322> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__361322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.482128 -9.269371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.482128"^^xsd:decimal ;
  dwc:decimalLongitude "-9.269371"^^xsd:decimal ;
  dwc: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/8309__361322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.482128 -9.269371)"^^geo:wktLiteral ;
  geo-pos:lat "51.482128"^^xsd:decimal ;
  geo-pos:long "-9.269371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__361322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "361322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/361322'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2023'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1741_181686'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.525'^^xsd:double;
  dwc:continentOcean 'Celtic Sea'^^xsd:string;
  dwc:longitude '-9.269371'^^xsd:double;
  dwc:latitude '51.482128'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.269371 51.482128, -9.269371 51.482128, -9.269371 51.482128, -9.269371 51.482128, -9.269371 51.482128))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/361322","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '361322'^^xsd:integer;
  dwc:observationDate '2023-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__310289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__310289> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__310289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.506534 -9.169877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.506534"^^xsd:decimal ;
  dwc:decimalLongitude "-9.169877"^^xsd:decimal ;
  dwc: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/8309__310289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.506534 -9.169877)"^^geo:wktLiteral ;
  geo-pos:lat "51.506534"^^xsd:decimal ;
  geo-pos:long "-9.169877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__310289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "310289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/310289'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2022'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1741_236530'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.044722222222'^^xsd:double;
  dwc:continentOcean 'Celtic Sea'^^xsd:string;
  dwc:longitude '-9.169877'^^xsd:double;
  dwc:latitude '51.506534'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.169877 51.506534, -9.169877 51.506534, -9.169877 51.506534, -9.169877 51.506534, -9.169877 51.506534))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/310289","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '310289'^^xsd:integer;
  dwc:observationDate '2022-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__360349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__360349> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__360349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.503818 -9.167447)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.503818"^^xsd:decimal ;
  dwc:decimalLongitude "-9.167447"^^xsd:decimal ;
  dwc: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/8309__360349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.503818 -9.167447)"^^geo:wktLiteral ;
  geo-pos:lat "51.503818"^^xsd:decimal ;
  geo-pos:long "-9.167447"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__360349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "360349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/360349'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2023'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1741_14051'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.688888888889'^^xsd:double;
  dwc:continentOcean 'Celtic Sea'^^xsd:string;
  dwc:longitude '-9.167447'^^xsd:double;
  dwc:latitude '51.503818'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.167447 51.503818, -9.167447 51.503818, -9.167447 51.503818, -9.167447 51.503818, -9.167447 51.503818))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/360349","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Up to 20 Minkie whales feeding in two sites and creating a great frenzy of activity with Dolphins and seabirds all joining in"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '360349'^^xsd:integer;
  dwc:observationDate '2023-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__370260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__370260> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__370260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.028044 -8.236189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.028044"^^xsd:decimal ;
  dwc:decimalLongitude "-8.236189"^^xsd:decimal ;
  dwc: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/8309__370260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.028044 -8.236189)"^^geo:wktLiteral ;
  geo-pos:lat "37.028044"^^xsd:decimal ;
  geo-pos:long "-8.236189"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__370260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "370260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/370260'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2022'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1741_6109'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-8.236189'^^xsd:double;
  dwc:latitude '37.028044'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.236189 37.028044, -8.236189 37.028044, -8.236189 37.028044, -8.236189 37.028044, -8.236189 37.028044))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/370260","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '370260'^^xsd:integer;
  dwc:observationDate '2022-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__93894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__93894> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__93894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.9446 -7.370539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.9446"^^xsd:decimal ;
  dwc:decimalLongitude "-7.370539"^^xsd:decimal ;
  dwc: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/8309__93894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.9446 -7.370539)"^^geo:wktLiteral ;
  geo-pos:lat "56.9446"^^xsd:decimal ;
  geo-pos:long "-7.370539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__93894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "93894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/93894'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2017'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1741_113727'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.219722222222'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-7.370539'^^xsd:double;
  dwc:latitude '56.9446'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.370539 56.9446, -7.370539 56.9446, -7.370539 56.9446, -7.370539 56.9446, -7.370539 56.9446))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/93894","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '93894'^^xsd:integer;
  dwc:observationDate '2017-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445336> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.713257 -6.971292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.713257"^^xsd:decimal ;
  dwc:decimalLongitude "-6.971292"^^xsd:decimal ;
  dwc: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/8309__445336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.713257 -6.971292)"^^geo:wktLiteral ;
  geo-pos:lat "57.713257"^^xsd:decimal ;
  geo-pos:long "-6.971292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__445336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445336'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1741_31419'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.574722222222'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-6.971292'^^xsd:double;
  dwc:latitude '57.713257'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.971292 57.713257, -6.971292 57.713257, -6.971292 57.713257, -6.971292 57.713257, -6.971292 57.713257))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445336","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445336'^^xsd:integer;
  dwc:observationDate '2007-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445393> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.61356 -6.63678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.61356"^^xsd:decimal ;
  dwc:decimalLongitude "-6.63678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__445393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445393'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1741_119522'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '18.464166666667'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-6.63678'^^xsd:double;
  dwc:latitude '57.61356'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.63678 57.61356, -6.63678 57.61356, -6.63678 57.61356, -6.63678 57.61356, -6.63678 57.61356))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445393","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445393'^^xsd:integer;
  dwc:observationDate '2016-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445392> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.613512 -6.636393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.613512"^^xsd:decimal ;
  dwc:decimalLongitude "-6.636393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__445392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445392'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2016'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1741_223069'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '18.464166666667'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-6.636393'^^xsd:double;
  dwc:latitude '57.613512'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.636393 57.613512, -6.636393 57.613512, -6.636393 57.613512, -6.636393 57.613512, -6.636393 57.613512))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445392","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445392'^^xsd:integer;
  dwc:observationDate '2016-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445390> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.710937 -6.35758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.710937"^^xsd:decimal ;
  dwc:decimalLongitude "-6.35758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__445390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445390'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1741_223067'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.818333333333'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-6.35758'^^xsd:double;
  dwc:latitude '57.710937'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.35758 57.710937, -6.35758 57.710937, -6.35758 57.710937, -6.35758 57.710937, -6.35758 57.710937))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445390","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445390'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445339> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.843147 -6.329129)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.843147"^^xsd:decimal ;
  dwc:decimalLongitude "-6.329129"^^xsd:decimal ;
  dwc: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/8309__445339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.843147 -6.329129)"^^geo:wktLiteral ;
  geo-pos:lat "57.843147"^^xsd:decimal ;
  geo-pos:long "-6.329129"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__445339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445339'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1741_151236'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.091666666667'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-6.329129'^^xsd:double;
  dwc:latitude '57.843147'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.329129 57.843147, -6.329129 57.843147, -6.329129 57.843147, -6.329129 57.843147, -6.329129 57.843147))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445339","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445339'^^xsd:integer;
  dwc:observationDate '2011-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__93893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__93893> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__93893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.885002 -6.290016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.885002"^^xsd:decimal ;
  dwc:decimalLongitude "-6.290016"^^xsd:decimal ;
  dwc: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/8309__93893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.885002 -6.290016)"^^geo:wktLiteral ;
  geo-pos:lat "56.885002"^^xsd:decimal ;
  geo-pos:long "-6.290016"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__93893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "93893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/93893'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2017'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1741_161603'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12.379166666667'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-6.290016'^^xsd:double;
  dwc:latitude '56.885002'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.290016 56.885002, -6.290016 56.885002, -6.290016 56.885002, -6.290016 56.885002, -6.290016 56.885002))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/93893","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '93893'^^xsd:integer;
  dwc:observationDate '2017-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__93892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__93892> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__93892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.894004 -6.284523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.894004"^^xsd:decimal ;
  dwc:decimalLongitude "-6.284523"^^xsd:decimal ;
  dwc: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/8309__93892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.894004 -6.284523)"^^geo:wktLiteral ;
  geo-pos:lat "56.894004"^^xsd:decimal ;
  geo-pos:long "-6.284523"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__93892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "93892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/93892'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2017'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1741_57645'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12.323055555556'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-6.284523'^^xsd:double;
  dwc:latitude '56.894004'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.284523 56.894004, -6.284523 56.894004, -6.284523 56.894004, -6.284523 56.894004, -6.284523 56.894004))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/93892","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '93892'^^xsd:integer;
  dwc:observationDate '2017-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445337> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.785928 -6.279583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.785928"^^xsd:decimal ;
  dwc:decimalLongitude "-6.279583"^^xsd:decimal ;
  dwc: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/8309__445337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.785928 -6.279583)"^^geo:wktLiteral ;
  geo-pos:lat "57.785928"^^xsd:decimal ;
  geo-pos:long "-6.279583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__445337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445337'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1741_111376'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.808888888889'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-6.279583'^^xsd:double;
  dwc:latitude '57.785928'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.279583 57.785928, -6.279583 57.785928, -6.279583 57.785928, -6.279583 57.785928, -6.279583 57.785928))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445337","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445337'^^xsd:integer;
  dwc:observationDate '2009-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445338> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.612079 -6.169346)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.612079"^^xsd:decimal ;
  dwc:decimalLongitude "-6.169346"^^xsd:decimal ;
  dwc: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/8309__445338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.612079 -6.169346)"^^geo:wktLiteral ;
  geo-pos:lat "57.612079"^^xsd:decimal ;
  geo-pos:long "-6.169346"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__445338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445338'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1741_223064'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.593611111111'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-6.169346'^^xsd:double;
  dwc:latitude '57.612079'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.169346 57.612079, -6.169346 57.612079, -6.169346 57.612079, -6.169346 57.612079, -6.169346 57.612079))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445338","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445338'^^xsd:integer;
  dwc:observationDate '2010-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445386> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.703126 -6.085892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.703126"^^xsd:decimal ;
  dwc:decimalLongitude "-6.085892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__445386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445386'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1741_71316'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '15.563333333333'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-6.085892'^^xsd:double;
  dwc:latitude '57.703126'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.085892 57.703126, -6.085892 57.703126, -6.085892 57.703126, -6.085892 57.703126, -6.085892 57.703126))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445386","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445386'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445384> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.68998 -6.084457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.68998"^^xsd:decimal ;
  dwc:decimalLongitude "-6.084457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__445384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445384'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1741_111380'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.408055555556'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-6.084457'^^xsd:double;
  dwc:latitude '57.68998'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.084457 57.68998, -6.084457 57.68998, -6.084457 57.68998, -6.084457 57.68998, -6.084457 57.68998))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445384","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445384'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445383> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.695687 -6.084251)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.695687"^^xsd:decimal ;
  dwc:decimalLongitude "-6.084251"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__445383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445383'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1741_23491'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.266666666667'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-6.084251'^^xsd:double;
  dwc:latitude '57.695687'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.084251 57.695687, -6.084251 57.695687, -6.084251 57.695687, -6.084251 57.695687, -6.084251 57.695687))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445383","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445383'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445391> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.69536 -6.083022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.69536"^^xsd:decimal ;
  dwc:decimalLongitude "-6.083022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__445391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445391'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1741_223068'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.600555555556'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-6.083022'^^xsd:double;
  dwc:latitude '57.69536'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.083022 57.69536, -6.083022 57.69536, -6.083022 57.69536, -6.083022 57.69536, -6.083022 57.69536))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445391","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445391'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445340> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.746116 -6.023978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.746116"^^xsd:decimal ;
  dwc:decimalLongitude "-6.023978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__445340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445340'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1741_223065'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.482777777778'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-6.023978'^^xsd:double;
  dwc:latitude '57.746116'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.023978 57.746116, -6.023978 57.746116, -6.023978 57.746116, -6.023978 57.746116, -6.023978 57.746116))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445340","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445340'^^xsd:integer;
  dwc:observationDate '2013-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445400> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.043993 -6.015981)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.043993"^^xsd:decimal ;
  dwc:decimalLongitude "-6.015981"^^xsd:decimal ;
  dwc: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/8309__445400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.043993 -6.015981)"^^geo:wktLiteral ;
  geo-pos:lat "58.043993"^^xsd:decimal ;
  geo-pos:long "-6.015981"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__445400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445400'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2022'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1741_39255'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.733611111111'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-6.015981'^^xsd:double;
  dwc:latitude '58.043993'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.015981 58.043993, -6.015981 58.043993, -6.015981 58.043993, -6.015981 58.043993, -6.015981 58.043993))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445400","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445400'^^xsd:integer;
  dwc:observationDate '2022-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445375> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.704682 -6.007199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.704682"^^xsd:decimal ;
  dwc:decimalLongitude "-6.007199"^^xsd:decimal ;
  dwc: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/8309__445375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.704682 -6.007199)"^^geo:wktLiteral ;
  geo-pos:lat "57.704682"^^xsd:decimal ;
  geo-pos:long "-6.007199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__445375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445375'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1741_7431'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.508055555556'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-6.007199'^^xsd:double;
  dwc:latitude '57.704682'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445375","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445375'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445374> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.704682 -6.007199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.704682"^^xsd:decimal ;
  dwc:decimalLongitude "-6.007199"^^xsd:decimal ;
  dwc: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/8309__445374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.704682 -6.007199)"^^geo:wktLiteral ;
  geo-pos:lat "57.704682"^^xsd:decimal ;
  geo-pos:long "-6.007199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__445374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445374'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1741_55300'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.508333333333'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-6.007199'^^xsd:double;
  dwc:latitude '57.704682'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445374","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445374'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445382> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.704682 -6.007199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.704682"^^xsd:decimal ;
  dwc:decimalLongitude "-6.007199"^^xsd:decimal ;
  dwc: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/8309__445382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.704682 -6.007199)"^^geo:wktLiteral ;
  geo-pos:lat "57.704682"^^xsd:decimal ;
  geo-pos:long "-6.007199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__445382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445382'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1741_63287'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '17.257222222222'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-6.007199'^^xsd:double;
  dwc:latitude '57.704682'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445382","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445382'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445379> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.704682 -6.007199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.704682"^^xsd:decimal ;
  dwc:decimalLongitude "-6.007199"^^xsd:decimal ;
  dwc: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/8309__445379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.704682 -6.007199)"^^geo:wktLiteral ;
  geo-pos:lat "57.704682"^^xsd:decimal ;
  geo-pos:long "-6.007199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__445379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445379'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1741_87301'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.331111111111'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-6.007199'^^xsd:double;
  dwc:latitude '57.704682'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445379","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445379'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445381> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.704682 -6.007199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.704682"^^xsd:decimal ;
  dwc:decimalLongitude "-6.007199"^^xsd:decimal ;
  dwc: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/8309__445381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.704682 -6.007199)"^^geo:wktLiteral ;
  geo-pos:lat "57.704682"^^xsd:decimal ;
  geo-pos:long "-6.007199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__445381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445381'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1741_119521'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.773333333333'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-6.007199'^^xsd:double;
  dwc:latitude '57.704682'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445381","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445381'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445376> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.704682 -6.007199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.704682"^^xsd:decimal ;
  dwc:decimalLongitude "-6.007199"^^xsd:decimal ;
  dwc: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/8309__445376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.704682 -6.007199)"^^geo:wktLiteral ;
  geo-pos:lat "57.704682"^^xsd:decimal ;
  geo-pos:long "-6.007199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__445376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445376'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1741_143349'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.646388888889'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-6.007199'^^xsd:double;
  dwc:latitude '57.704682'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445376","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445376'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445377> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.704682 -6.007199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.704682"^^xsd:decimal ;
  dwc:decimalLongitude "-6.007199"^^xsd:decimal ;
  dwc: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/8309__445377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.704682 -6.007199)"^^geo:wktLiteral ;
  geo-pos:lat "57.704682"^^xsd:decimal ;
  geo-pos:long "-6.007199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__445377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445377'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1741_167283'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.901944444444'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-6.007199'^^xsd:double;
  dwc:latitude '57.704682'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445377","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445377'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445380> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.704682 -6.007199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.704682"^^xsd:decimal ;
  dwc:decimalLongitude "-6.007199"^^xsd:decimal ;
  dwc: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/8309__445380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.704682 -6.007199)"^^geo:wktLiteral ;
  geo-pos:lat "57.704682"^^xsd:decimal ;
  geo-pos:long "-6.007199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__445380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445380'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1741_183268'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.763611111111'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-6.007199'^^xsd:double;
  dwc:latitude '57.704682'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445380","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445380'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445378> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.704682 -6.007199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.704682"^^xsd:decimal ;
  dwc:decimalLongitude "-6.007199"^^xsd:decimal ;
  dwc: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/8309__445378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.704682 -6.007199)"^^geo:wktLiteral ;
  geo-pos:lat "57.704682"^^xsd:decimal ;
  geo-pos:long "-6.007199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__445378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445378'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1741_223066'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.265833333333'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-6.007199'^^xsd:double;
  dwc:latitude '57.704682'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682, -6.007199 57.704682))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445378","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445378'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445341> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.836076 -5.887126)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.836076"^^xsd:decimal ;
  dwc:decimalLongitude "-5.887126"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__445341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445341'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1741_7429'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.933333333333'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-5.887126'^^xsd:double;
  dwc:latitude '57.836076'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.887126 57.836076, -5.887126 57.836076, -5.887126 57.836076, -5.887126 57.836076, -5.887126 57.836076))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445341","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445341'^^xsd:integer;
  dwc:observationDate '2013-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445385> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.795545 -5.862162)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.795545"^^xsd:decimal ;
  dwc:decimalLongitude "-5.862162"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__445385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445385'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1741_143350'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.471944444444'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-5.862162'^^xsd:double;
  dwc:latitude '57.795545'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.862162 57.795545, -5.862162 57.795545, -5.862162 57.795545, -5.862162 57.795545, -5.862162 57.795545))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445385","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445385'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445389> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.73103 -5.851279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.73103"^^xsd:decimal ;
  dwc:decimalLongitude "-5.851279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__445389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445389'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1741_79417'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '9.6883333333333'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-5.851279'^^xsd:double;
  dwc:latitude '57.73103'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.851279 57.73103, -5.851279 57.73103, -5.851279 57.73103, -5.851279 57.73103, -5.851279 57.73103))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445389","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445389'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445388> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.79789 -5.846474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.79789"^^xsd:decimal ;
  dwc:decimalLongitude "-5.846474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__445388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445388'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1741_135476'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '17.914444444444'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-5.846474'^^xsd:double;
  dwc:latitude '57.79789'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.846474 57.79789, -5.846474 57.79789, -5.846474 57.79789, -5.846474 57.79789, -5.846474 57.79789))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445388","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445388'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445387> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.812995 -5.845377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.812995"^^xsd:decimal ;
  dwc:decimalLongitude "-5.845377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__445387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445387'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2015'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1741_159222'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.709722222222'^^xsd:double;
  dwc:continentOcean 'Inner Seas off the West Coast of Scotland'^^xsd:string;
  dwc:longitude '-5.845377'^^xsd:double;
  dwc:latitude '57.812995'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.845377 57.812995, -5.845377 57.812995, -5.845377 57.812995, -5.845377 57.812995, -5.845377 57.812995))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445387","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445387'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__469489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__469489> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__469489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.69 -4.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.69"^^xsd:decimal ;
  dwc:decimalLongitude "-4.08"^^xsd:decimal ;
  dwc: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/8309__469489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.69 -4.08)"^^geo:wktLiteral ;
  geo-pos:lat "57.69"^^xsd:decimal ;
  geo-pos:long "-4.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__469489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "469489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/469489'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2024'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1741_103793'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.0583333333333'^^xsd:double;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '-4.08'^^xsd:double;
  dwc:latitude '57.69'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.08 57.69, -4.08 57.69, -4.08 57.69, -4.08 57.69, -4.08 57.69))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/469489","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Single animal feeding amongst mixed flock of auks. Looked to be medium sized 6-7m"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '469489'^^xsd:integer;
  dwc:observationDate '2024-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445399> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.669158 -3.983457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.669158"^^xsd:decimal ;
  dwc:decimalLongitude "-3.983457"^^xsd:decimal ;
  dwc: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/8309__445399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.669158 -3.983457)"^^geo:wktLiteral ;
  geo-pos:lat "57.669158"^^xsd:decimal ;
  geo-pos:long "-3.983457"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__445399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445399'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2020'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1741_255044'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.3402777777778'^^xsd:double;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '-3.983457'^^xsd:double;
  dwc:latitude '57.669158'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.983457 57.669158, -3.983457 57.669158, -3.983457 57.669158, -3.983457 57.669158, -3.983457 57.669158))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445399","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445399'^^xsd:integer;
  dwc:observationDate '2020-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445402> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.659693 -3.981436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.659693"^^xsd:decimal ;
  dwc:decimalLongitude "-3.981436"^^xsd:decimal ;
  dwc: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/8309__445402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.659693 -3.981436)"^^geo:wktLiteral ;
  geo-pos:lat "57.659693"^^xsd:decimal ;
  geo-pos:long "-3.981436"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__445402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445402'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2023'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1741_215122'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.381111111111'^^xsd:double;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '-3.981436'^^xsd:double;
  dwc:latitude '57.659693'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.981436 57.659693, -3.981436 57.659693, -3.981436 57.659693, -3.981436 57.659693, -3.981436 57.659693))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445402","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Feeding with BND very unusual here."}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445402'^^xsd:integer;
  dwc:observationDate '2023-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445335> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.679195 -3.962728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.679195"^^xsd:decimal ;
  dwc:decimalLongitude "-3.962728"^^xsd:decimal ;
  dwc: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/8309__445335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.679195 -3.962728)"^^geo:wktLiteral ;
  geo-pos:lat "57.679195"^^xsd:decimal ;
  geo-pos:long "-3.962728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__445335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445335'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1741_63285'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.934722222222'^^xsd:double;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '-3.962728'^^xsd:double;
  dwc:latitude '57.679195'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.962728 57.679195, -3.962728 57.679195, -3.962728 57.679195, -3.962728 57.679195, -3.962728 57.679195))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445335","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445335'^^xsd:integer;
  dwc:observationDate '2006-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445395> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.67831 -3.950727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.67831"^^xsd:decimal ;
  dwc:decimalLongitude "-3.950727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__445395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445395'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2018'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1741_239031'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.720833333333'^^xsd:double;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '-3.950727'^^xsd:double;
  dwc:latitude '57.67831'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.950727 57.67831, -3.950727 57.67831, -3.950727 57.67831, -3.950727 57.67831, -3.950727 57.67831))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445395","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445395'^^xsd:integer;
  dwc:observationDate '2018-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445396> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.679407 -3.938642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.679407"^^xsd:decimal ;
  dwc:decimalLongitude "-3.938642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__445396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445396'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1741_55301'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '10.839166666667'^^xsd:double;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '-3.938642'^^xsd:double;
  dwc:latitude '57.679407'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.938642 57.679407, -3.938642 57.679407, -3.938642 57.679407, -3.938642 57.679407, -3.938642 57.679407))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445396","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445396'^^xsd:integer;
  dwc:observationDate '2019-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445401> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.635644 -3.930463)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.635644"^^xsd:decimal ;
  dwc:decimalLongitude "-3.930463"^^xsd:decimal ;
  dwc: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/8309__445401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.635644 -3.930463)"^^geo:wktLiteral ;
  geo-pos:lat "57.635644"^^xsd:decimal ;
  geo-pos:long "-3.930463"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__445401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445401'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2023'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1741_71317'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.978333333333'^^xsd:double;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '-3.930463'^^xsd:double;
  dwc:latitude '57.635644'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.930463 57.635644, -3.930463 57.635644, -3.930463 57.635644, -3.930463 57.635644, -3.930463 57.635644))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445401","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445401'^^xsd:integer;
  dwc:observationDate '2023-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445397> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.68725 -3.916593)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.68725"^^xsd:decimal ;
  dwc:decimalLongitude "-3.916593"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__445397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445397'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1741_191155'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '12.708333333333'^^xsd:double;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '-3.916593'^^xsd:double;
  dwc:latitude '57.68725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.916593 57.68725, -3.916593 57.68725, -3.916593 57.68725, -3.916593 57.68725, -3.916593 57.68725))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445397","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445397'^^xsd:integer;
  dwc:observationDate '2019-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__479811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__479811> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__479811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.687521 -3.907435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.687521"^^xsd:decimal ;
  dwc:decimalLongitude "-3.907435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__479811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "479811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/479811'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2024'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1741_136087'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.690833333333'^^xsd:double;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '-3.907435'^^xsd:double;
  dwc:latitude '57.687521'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.907435 57.687521, -3.907435 57.687521, -3.907435 57.687521, -3.907435 57.687521, -3.907435 57.687521))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/479811","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"At least 2 minke feeding with birds. Elusive and moving erratically."}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '479811'^^xsd:integer;
  dwc:observationDate '2024-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__479810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__479810> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__479810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.687629 -3.907066)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.687629"^^xsd:decimal ;
  dwc:decimalLongitude "-3.907066"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__479810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "479810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/479810'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2024'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1741_87943'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.690833333333'^^xsd:double;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '-3.907066'^^xsd:double;
  dwc:latitude '57.687629'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.907066 57.687629, -3.907066 57.687629, -3.907066 57.687629, -3.907066 57.687629, -3.907066 57.687629))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/479810","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"At least 2 minke feeding with birds. Elusive and moving erratically."}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '479810'^^xsd:integer;
  dwc:observationDate '2024-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445398> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.685838 -3.891722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.685838"^^xsd:decimal ;
  dwc:decimalLongitude "-3.891722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__445398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445398'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1741_47319'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.922222222222'^^xsd:double;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '-3.891722'^^xsd:double;
  dwc:latitude '57.685838'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.891722 57.685838, -3.891722 57.685838, -3.891722 57.685838, -3.891722 57.685838, -3.891722 57.685838))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445398","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445398'^^xsd:integer;
  dwc:observationDate '2019-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__445394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__445394> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__445394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.118875 -1.022821)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.118875"^^xsd:decimal ;
  dwc:decimalLongitude "-1.022821"^^xsd:decimal ;
  dwc: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/8309__445394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.118875 -1.022821)"^^geo:wktLiteral ;
  geo-pos:lat "60.118875"^^xsd:decimal ;
  geo-pos:long "-1.022821"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__445394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "445394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/445394'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2018'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1741_143351'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.889722222222'^^xsd:double;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '-1.022821'^^xsd:double;
  dwc:latitude '60.118875'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.022821 60.118875, -1.022821 60.118875, -1.022821 60.118875, -1.022821 60.118875, -1.022821 60.118875))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/445394","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '445394'^^xsd:integer;
  dwc:observationDate '2018-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__479330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__479330> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__479330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.568251 17.917975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.568251"^^xsd:decimal ;
  dwc:decimalLongitude "17.917975"^^xsd:decimal ;
  dwc: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/8309__479330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.568251 17.917975)"^^geo:wktLiteral ;
  geo-pos:lat "79.568251"^^xsd:decimal ;
  geo-pos:long "17.917975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__479330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "479330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/479330'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2024'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1741_120167'^^xsd:string;
  dwc:yearCollected '2024'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.163888888889'^^xsd:double;
  dwc:continentOcean 'Barentsz Sea'^^xsd:string;
  dwc:longitude '17.917975'^^xsd:double;
  dwc:latitude '79.568251'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.917975 79.568251, 17.917975 79.568251, 17.917975 79.568251, 17.917975 79.568251, 17.917975 79.568251))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/479330","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Minke whale feeding and breaching."}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '479330'^^xsd:integer;
  dwc:observationDate '2024-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__316292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__316292> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__316292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.579542 18.556408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.579542"^^xsd:decimal ;
  dwc:decimalLongitude "18.556408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__316292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "316292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/316292'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2022'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1741_252632'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '21.355277777778'^^xsd:double;
  dwc:continentOcean 'Barentsz Sea'^^xsd:string;
  dwc:longitude '18.556408'^^xsd:double;
  dwc:latitude '79.579542'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((18.556408 79.579542, 18.556408 79.579542, 18.556408 79.579542, 18.556408 79.579542, 18.556408 79.579542))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/316292","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"1 Minke Whale seen whilst cruising past the bird cliffs at Alkefjellet."}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '316292'^^xsd:integer;
  dwc:observationDate '2022-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__162372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__162372> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__162372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.943095 18.614273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.943095"^^xsd:decimal ;
  dwc:decimalLongitude "18.614273"^^xsd:decimal ;
  dwc: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/8309__162372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.943095 18.614273)"^^geo:wktLiteral ;
  geo-pos:lat "77.943095"^^xsd:decimal ;
  geo-pos:long "18.614273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__162372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "162372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/162372'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1741_10868'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16.296666666667'^^xsd:double;
  dwc:continentOcean 'Barentsz Sea'^^xsd:string;
  dwc:longitude '18.614273'^^xsd:double;
  dwc:latitude '77.943095'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((18.614273 77.943095, 18.614273 77.943095, 18.614273 77.943095, 18.614273 77.943095, 18.614273 77.943095))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/162372","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '162372'^^xsd:integer;
  dwc:observationDate '2019-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__25295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__25295> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__25295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.617709 19.973145)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.617709"^^xsd:decimal ;
  dwc:decimalLongitude "19.973145"^^xsd:decimal ;
  dwc: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/8309__25295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.617709 19.973145)"^^geo:wktLiteral ;
  geo-pos:lat "77.617709"^^xsd:decimal ;
  geo-pos:long "19.973145"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__25295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/25295'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2017'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1741_96570'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.563611111111'^^xsd:double;
  dwc:continentOcean 'Barentsz Sea'^^xsd:string;
  dwc:longitude '19.973145'^^xsd:double;
  dwc:latitude '77.617709'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((19.973145 77.617709, 19.973145 77.617709, 19.973145 77.617709, 19.973145 77.617709, 19.973145 77.617709))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/25295","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Repeated breaching"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '25295'^^xsd:integer;
  dwc:observationDate '2017-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__378263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__378263> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__378263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.791445 30.791575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.791445"^^xsd:decimal ;
  dwc:decimalLongitude "30.791575"^^xsd:decimal ;
  dwc: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/8309__378263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.791445 30.791575)"^^geo:wktLiteral ;
  geo-pos:lat "69.791445"^^xsd:decimal ;
  geo-pos:long "30.791575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8309__378263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "378263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/378263'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2023'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1741_14502'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.623611111111'^^xsd:double;
  dwc:continentOcean 'Barentsz Sea'^^xsd:string;
  dwc:longitude '30.791575'^^xsd:double;
  dwc:latitude '69.791445'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((30.791575 69.791445, 30.791575 69.791445, 30.791575 69.791445, 30.791575 69.791445, 30.791575 69.791445))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/378263","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Landbased Whale Watching on my individual visit at Grense Jakobselv."}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '378263'^^xsd:integer;
  dwc:observationDate '2023-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__396595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__396595> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__396595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.389607 31.166621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.389607"^^xsd:decimal ;
  dwc:decimalLongitude "31.166621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__396595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "396595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/396595'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2023'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1741_6711'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.826666666667'^^xsd:double;
  dwc:continentOcean 'Barentsz Sea'^^xsd:string;
  dwc:longitude '31.166621'^^xsd:double;
  dwc:latitude '70.389607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((31.166621 70.389607, 31.166621 70.389607, 31.166621 70.389607, 31.166621 70.389607, 31.166621 70.389607))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/396595","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"photo was taken from shore"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '396595'^^xsd:integer;
  dwc:observationDate '2023-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__396596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__396596> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__396596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.389607 31.166621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.389607"^^xsd:decimal ;
  dwc:decimalLongitude "31.166621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__396596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "396596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/396596'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2023'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1741_254343'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.935555555556'^^xsd:double;
  dwc:continentOcean 'Barentsz Sea'^^xsd:string;
  dwc:longitude '31.166621'^^xsd:double;
  dwc:latitude '70.389607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((31.166621 70.389607, 31.166621 70.389607, 31.166621 70.389607, 31.166621 70.389607, 31.166621 70.389607))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/396596","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"photo was taken from shore"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '396596'^^xsd:integer;
  dwc:observationDate '2023-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8309__25362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8309__25362> ;
  mr:hasGeometry <https://eurobis.org/id/point/8309__25362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.274725 44.236987)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.274725"^^xsd:decimal ;
  dwc:decimalLongitude "44.236987"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8309__25362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8309_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-08-15'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1741'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/25362'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2017'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1741_40536'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '1.92'^^xsd:double;
  dwc:continentOcean 'Barentsz Sea'^^xsd:string;
  dwc:longitude '44.236987'^^xsd:double;
  dwc:latitude '79.274725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((44.236987 79.274725, 44.236987 79.274725, 44.236987 79.274725, 44.236987 79.274725, 44.236987 79.274725))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/25362","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"2 together; multiple individuals seen during day"}; Identification Type: Photo Identification; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '25362'^^xsd:integer;
  dwc:observationDate '2017-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
# EOF