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

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

<https://eurobis.org/id/occurrence/8305__166384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "166384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8305_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-02'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1769'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/166384'^^xsd:anyURI;
  dwc:scientificName 'Balaena mysticetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1769_151404'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '3.9552777777778'^^xsd:double;
  dwc:continentOcean 'Chukchi Sea'^^xsd:string;
  dwc:longitude '-179.9'^^xsd:double;
  dwc:latitude '70.9'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-179.9 70.9, -179.9 70.9, -179.9 70.9, -179.9 70.9, -179.9 70.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/166384","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"The Greenland whale was spotted on Wrangel Island"}; Identification Type: Photo Identification; Taxon recorded as "Bowhead" by the provider'^^xsd:string;
  dwc:aphiaid '137086'^^xsd:integer;
  dwc:occurrenceId '166384'^^xsd:integer;
  dwc:observationDate '2019-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137086'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8305__108281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8305__108281> ;
  mr:hasGeometry <https://eurobis.org/id/point/8305__108281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70 -178.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70"^^xsd:decimal ;
  dwc:decimalLongitude "-178.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "111319.49"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8305__108281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "108281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8305_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-02'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1769'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/108281'^^xsd:anyURI;
  dwc:scientificName 'Balaena mysticetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1769_33363'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.7425'^^xsd:double;
  dwc:continentOcean 'Chukchi Sea'^^xsd:string;
  dwc:longitude '-178.5'^^xsd:double;
  dwc:latitude '70'^^xsd:integer;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-178.5 70, -178.5 70, -178.5 70, -178.5 70, -178.5 70))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/108281","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Chukchi Sea on the way to Wrangel Island"}; Identification Type: Photo Identification; Taxon recorded as "Bowhead" by the provider'^^xsd:string;
  dwc:aphiaid '137086'^^xsd:integer;
  dwc:occurrenceId '108281'^^xsd:integer;
  dwc:observationDate '2019-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137086'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8305__70682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8305__70682> ;
  mr:hasGeometry <https://eurobis.org/id/point/8305__70682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.5269 10.863333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "80.5269"^^xsd:decimal ;
  dwc:decimalLongitude "10.863333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "11131.95"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8305__70682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "70682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8305_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-02'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1769'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/70682'^^xsd:anyURI;
  dwc:scientificName 'Balaena mysticetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1769_111192'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.4858333333333'^^xsd:double;
  dwc:continentOcean 'Arctic Ocean'^^xsd:string;
  dwc:longitude '10.863333'^^xsd:double;
  dwc:latitude '80.5269'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.863333 80.5269, 10.863333 80.5269, 10.863333 80.5269, 10.863333 80.5269, 10.863333 80.5269))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/70682","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Resting. 3 animals seen - one photographed"}; Identification Type: Photo Identification; Taxon recorded as "Bowhead" by the provider'^^xsd:string;
  dwc:aphiaid '137086'^^xsd:integer;
  dwc:occurrenceId '70682'^^xsd:integer;
  dwc:observationDate '2019-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137086'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8305__120040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8305__120040> ;
  mr:hasGeometry <https://eurobis.org/id/point/8305__120040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.803 8.875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.803"^^xsd:decimal ;
  dwc:decimalLongitude "8.875"^^xsd:decimal ;
  dwc: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/8305__120040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.803 8.875)"^^geo:wktLiteral ;
  geo-pos:lat "79.803"^^xsd:decimal ;
  geo-pos:long "8.875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8305__120040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "120040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8305_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-02'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1769'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/120040'^^xsd:anyURI;
  dwc:scientificName 'Balaena mysticetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1769_80439'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '0.18027777777778'^^xsd:double;
  dwc:continentOcean 'Greenland Sea'^^xsd:string;
  dwc:longitude '8.875'^^xsd:double;
  dwc:latitude '79.803'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.875 79.803, 8.875 79.803, 8.875 79.803, 8.875 79.803, 8.875 79.803))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/120040","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"4+ individuals sighted over an hour"}; Identification Type: Photo Identification; Taxon recorded as "Bowhead" by the provider'^^xsd:string;
  dwc:aphiaid '137086'^^xsd:integer;
  dwc:occurrenceId '120040'^^xsd:integer;
  dwc:observationDate '2019-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137086'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8305__366441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8305__366441> ;
  mr:hasGeometry <https://eurobis.org/id/point/8305__366441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.850828 -6.16951)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.850828"^^xsd:decimal ;
  dwc:decimalLongitude "-6.16951"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8305__366441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "366441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8305_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-02'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1769'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/366441'^^xsd:anyURI;
  dwc:scientificName 'Balaena mysticetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2023'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1769_60652'^^xsd:string;
  dwc:yearCollected '2023'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.023055555556'^^xsd:double;
  dwc:continentOcean 'Greenland Sea'^^xsd:string;
  dwc:longitude '-6.16951'^^xsd:double;
  dwc:latitude '74.850828'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.16951 74.850828, -6.16951 74.850828, -6.16951 74.850828, -6.16951 74.850828, -6.16951 74.850828))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/366441","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Bowhead" by the provider'^^xsd:string;
  dwc:aphiaid '137086'^^xsd:integer;
  dwc:occurrenceId '366441'^^xsd:integer;
  dwc:observationDate '2023-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137086'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8305__305917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8305__305917> ;
  mr:hasGeometry <https://eurobis.org/id/point/8305__305917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.12 0.122222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.12"^^xsd:decimal ;
  dwc:decimalLongitude "0.122222"^^xsd:decimal ;
  dwc: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/8305__305917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.12 0.122222)"^^geo:wktLiteral ;
  geo-pos:lat "78.12"^^xsd:decimal ;
  geo-pos:long "0.122222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8305__305917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "305917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8305_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-02'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1769'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/305917'^^xsd:anyURI;
  dwc:scientificName 'Balaena mysticetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2022'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1769_169018'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.948333333333'^^xsd:double;
  dwc:continentOcean 'Greenland Sea'^^xsd:string;
  dwc:longitude '0.122222'^^xsd:double;
  dwc:latitude '78.12'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.122222 78.12, 0.122222 78.12, 0.122222 78.12, 0.122222 78.12, 0.122222 78.12))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/305917","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Bowhead" by the provider'^^xsd:string;
  dwc:aphiaid '137086'^^xsd:integer;
  dwc:occurrenceId '305917'^^xsd:integer;
  dwc:observationDate '2022-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137086'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8305__67645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8305__67645> ;
  mr:hasGeometry <https://eurobis.org/id/point/8305__67645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.876086 8.963557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.876086"^^xsd:decimal ;
  dwc:decimalLongitude "8.963557"^^xsd:decimal ;
  dwc: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/8305__67645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.876086 8.963557)"^^geo:wktLiteral ;
  geo-pos:lat "79.876086"^^xsd:decimal ;
  geo-pos:long "8.963557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8305__67645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "67645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8305_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-02'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1769'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/67645'^^xsd:anyURI;
  dwc:scientificName 'Balaena mysticetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1769_71920'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Greenland Sea'^^xsd:string;
  dwc:longitude '8.963557'^^xsd:double;
  dwc:latitude '79.876086'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.963557 79.876086, 8.963557 79.876086, 8.963557 79.876086, 8.963557 79.876086, 8.963557 79.876086))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/67645","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Photo from David Hone. Date confirmed from vessel track and [**Flickr album**](https://www.flickr.com/photos/49147448@N00/48125021508/in/album-72157709243333666/).  Bowhead whale seen on several occasions within 1-2 weeks. Extremely rare sighting for the area"}; Identification Type: Photo Identification; Taxon recorded as "Bowhead" by the provider'^^xsd:string;
  dwc:aphiaid '137086'^^xsd:integer;
  dwc:occurrenceId '67645'^^xsd:integer;
  dwc:observationDate '2019-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137086'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8305__72762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8305__72762> ;
  mr:hasGeometry <https://eurobis.org/id/point/8305__72762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.1012 8.76845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "80.1012"^^xsd:decimal ;
  dwc:decimalLongitude "8.76845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8305__72762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "72762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8305_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-02'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1769'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/72762'^^xsd:anyURI;
  dwc:scientificName 'Balaena mysticetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1769_111217'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14.183333333333'^^xsd:double;
  dwc:continentOcean 'Greenland Sea'^^xsd:string;
  dwc:longitude '8.76845'^^xsd:double;
  dwc:latitude '80.1012'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.76845 80.1012, 8.76845 80.1012, 8.76845 80.1012, 8.76845 80.1012, 8.76845 80.1012))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/72762","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"(no remarks)"}; Identification Type: Photo Identification; Taxon recorded as "Bowhead" by the provider'^^xsd:string;
  dwc:aphiaid '137086'^^xsd:integer;
  dwc:occurrenceId '72762'^^xsd:integer;
  dwc:observationDate '2019-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137086'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8305__66174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8305__66174> ;
  mr:hasGeometry <https://eurobis.org/id/point/8305__66174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.445935 -9.858352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.445935"^^xsd:decimal ;
  dwc:decimalLongitude "-9.858352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8305__66174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "66174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8305_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-02'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1769'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/66174'^^xsd:anyURI;
  dwc:scientificName 'Balaena mysticetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2019'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1769_142300'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '21.277222222222'^^xsd:double;
  dwc:continentOcean 'Greenland Sea'^^xsd:string;
  dwc:longitude '-9.858352'^^xsd:double;
  dwc:latitude '75.445935'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.858352 75.445935, -9.858352 75.445935, -9.858352 75.445935, -9.858352 75.445935, -9.858352 75.445935))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/66174","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"North Atlantic Odessey | source  = https://observation.org/waarneming/view/172909469  Bowhead Whales near the rim of the East Greenlandic Packice north of Jan Mayen and west of Spitsbergen (Svalbard)"}; Identification Type: Photo Identification; Taxon recorded as "Bowhead" by the provider'^^xsd:string;
  dwc:aphiaid '137086'^^xsd:integer;
  dwc:occurrenceId '66174'^^xsd:integer;
  dwc:observationDate '2019-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137086'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8305__304513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8305__304513> ;
  mr:hasGeometry <https://eurobis.org/id/point/8305__304513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.26 12.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.26"^^xsd:decimal ;
  dwc:decimalLongitude "12.09"^^xsd:decimal ;
  dwc: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/8305__304513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.26 12.09)"^^geo:wktLiteral ;
  geo-pos:lat "81.26"^^xsd:decimal ;
  geo-pos:long "12.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8305__304513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "304513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8305_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-02'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1769'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/304513'^^xsd:anyURI;
  dwc:scientificName 'Balaena mysticetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2022'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1769_43819'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '17.739444444444'^^xsd:double;
  dwc:continentOcean 'Arctic Ocean'^^xsd:string;
  dwc:longitude '12.09'^^xsd:double;
  dwc:latitude '81.26'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.09 81.26, 12.09 81.26, 12.09 81.26, 12.09 81.26, 12.09 81.26))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/304513","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"Single bowhead whale"}; Identification Type: Photo Identification; Taxon recorded as "Bowhead" by the provider'^^xsd:string;
  dwc:aphiaid '137086'^^xsd:integer;
  dwc:occurrenceId '304513'^^xsd:integer;
  dwc:observationDate '2022-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137086'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8305__20001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8305__20001> ;
  mr:hasGeometry <https://eurobis.org/id/point/8305__20001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.427667 13.578167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "80.427667"^^xsd:decimal ;
  dwc:decimalLongitude "13.578167"^^xsd:decimal ;
  dwc: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/8305__20001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.427667 13.578167)"^^geo:wktLiteral ;
  geo-pos:lat "80.427667"^^xsd:decimal ;
  geo-pos:long "13.578167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "11131.95"^^xsd:integer .

<https://eurobis.org/id/occurrence/8305__20001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8305_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-02'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1769'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/20001'^^xsd:anyURI;
  dwc:scientificName 'Balaena mysticetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2017'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1769_157003'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9.9680555555556'^^xsd:double;
  dwc:continentOcean 'Arctic Ocean'^^xsd:string;
  dwc:longitude '13.578167'^^xsd:double;
  dwc:latitude '80.427667'^^xsd:double;
  dwc:coordinatePrecision '11131.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((13.578167 80.427667, 13.578167 80.427667, 13.578167 80.427667, 13.578167 80.427667, 13.578167 80.427667))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/20001","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"photos by participant Clint Singh. Location from vessel track"}; Identification Type: Photo Identification; Taxon recorded as "Bowhead" by the provider'^^xsd:string;
  dwc:aphiaid '137086'^^xsd:integer;
  dwc:occurrenceId '20001'^^xsd:integer;
  dwc:observationDate '2017-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137086'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/8305__342046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8305__342046> ;
  mr:hasGeometry <https://eurobis.org/id/point/8305__342046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (72.990483 -11.733398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "72.990483"^^xsd:decimal ;
  dwc:decimalLongitude "-11.733398"^^xsd:decimal ;
  dwc: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/8305__342046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (72.990483 -11.733398)"^^geo:wktLiteral ;
  geo-pos:lat "72.990483"^^xsd:decimal ;
  geo-pos:long "-11.733398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "111319.49"^^xsd:integer .

<https://eurobis.org/id/occurrence/8305__342046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "342046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8305_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/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-02'^^xsd:date;
  dwc:institutionCode 'Happywhale.com'^^xsd:string;
  dwc:collectionCode '1769'^^xsd:integer;
  dwc:catalogNumber 'https://happywhale.com/encounter/342046'^^xsd:anyURI;
  dwc:scientificName 'Balaena mysticetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2022'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1769_169709'^^xsd:string;
  dwc:yearCollected '2022'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Greenland Sea'^^xsd:string;
  dwc:longitude '-11.733398'^^xsd:double;
  dwc:latitude '72.990483'^^xsd:double;
  dwc:coordinatePrecision '111319.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.733398 72.990483, -11.733398 72.990483, -11.733398 72.990483, -11.733398 72.990483, -11.733398 72.990483))'^^xsd:string;
  dwc:occurrenceRemarks 'Photo identification; {"catalog_number":"https://happywhale.com/encounter/342046","organism_id":"(unknown)","organism_name":"(no name)","occurrence_remarks":"1 bowhead -Photo taken by Hazel Pittwood hazel_pittwood@live.co.uk"}; Identification Type: Photo Identification; Taxon recorded as "Bowhead" by the provider'^^xsd:string;
  dwc:aphiaid '137086'^^xsd:integer;
  dwc:occurrenceId '342046'^^xsd:integer;
  dwc:observationDate '2022-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137086'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
# EOF