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

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

<https://eurobis.org/id/occurrence/4870__1158_6052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6052'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_6052'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '18.088333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-50.32783'^^xsd:double;
  dwc:startLongitude '-50.32783'^^xsd:double;
  dwc:endLongitude '-50.32783'^^xsd:double;
  dwc:latitude '37.34755'^^xsd:double;
  dwc:startLatitude '37.34755'^^xsd:double;
  dwc:endLatitude '37.34755'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.32783 37.34755, -50.32783 37.34755, -50.32783 37.34755, -50.32783 37.34755, -50.32783 37.34755))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_6052'^^xsd:string;
  dwc:observationDate '2012-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5970> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.817 -30.96375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.817"^^xsd:decimal ;
  dwc:decimalLongitude "-30.96375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5970'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_5970'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.385833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-30.96375'^^xsd:double;
  dwc:startLongitude '-30.96375'^^xsd:double;
  dwc:endLongitude '-30.96375'^^xsd:double;
  dwc:latitude '40.817'^^xsd:double;
  dwc:startLatitude '40.817'^^xsd:double;
  dwc:endLatitude '40.817'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-30.96375 40.817, -30.96375 40.817, -30.96375 40.817, -30.96375 40.817, -30.96375 40.817))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_5970'^^xsd:string;
  dwc:observationDate '2012-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5881> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.28715 -27.91755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.28715"^^xsd:decimal ;
  dwc:decimalLongitude "-27.91755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5881'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_5881'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.047222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.91755'^^xsd:double;
  dwc:startLongitude '-27.91755'^^xsd:double;
  dwc:endLongitude '-27.91755'^^xsd:double;
  dwc:latitude '38.28715'^^xsd:double;
  dwc:startLatitude '38.28715'^^xsd:double;
  dwc:endLatitude '38.28715'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.91755 38.28715, -27.91755 38.28715, -27.91755 38.28715, -27.91755 38.28715, -27.91755 38.28715))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_5881'^^xsd:string;
  dwc:observationDate '2012-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6036> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.63305 -49.392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.63305"^^xsd:decimal ;
  dwc:decimalLongitude "-49.392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6036'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_6036'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.230833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-49.392'^^xsd:double;
  dwc:startLongitude '-49.392'^^xsd:double;
  dwc:endLongitude '-49.392'^^xsd:double;
  dwc:latitude '37.63305'^^xsd:double;
  dwc:startLatitude '37.63305'^^xsd:double;
  dwc:endLatitude '37.63305'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.392 37.63305, -49.392 37.63305, -49.392 37.63305, -49.392 37.63305, -49.392 37.63305))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_6036'^^xsd:string;
  dwc:observationDate '2012-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6942> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.77312 6.25538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.77312"^^xsd:decimal ;
  dwc:decimalLongitude "6.25538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6942'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_6942'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.8311111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '6.25538'^^xsd:double;
  dwc:startLongitude '6.25538'^^xsd:double;
  dwc:endLongitude '6.25538'^^xsd:double;
  dwc:latitude '37.77312'^^xsd:double;
  dwc:startLatitude '37.77312'^^xsd:double;
  dwc:endLatitude '37.77312'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.25538 37.77312, 6.25538 37.77312, 6.25538 37.77312, 6.25538 37.77312, 6.25538 37.77312))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_6942'^^xsd:string;
  dwc:observationDate '2013-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5930> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.82682 -29.66384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.82682"^^xsd:decimal ;
  dwc:decimalLongitude "-29.66384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5930'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_5930'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '15.000833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.66384'^^xsd:double;
  dwc:startLongitude '-29.66384'^^xsd:double;
  dwc:endLongitude '-29.66384'^^xsd:double;
  dwc:latitude '37.82682'^^xsd:double;
  dwc:startLatitude '37.82682'^^xsd:double;
  dwc:endLatitude '37.82682'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.66384 37.82682, -29.66384 37.82682, -29.66384 37.82682, -29.66384 37.82682, -29.66384 37.82682))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_5930'^^xsd:string;
  dwc:observationDate '2012-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5593> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.88626 -2.36577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.88626"^^xsd:decimal ;
  dwc:decimalLongitude "-2.36577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5593'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_5593'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '6.7544444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-2.36577'^^xsd:double;
  dwc:startLongitude '-2.36577'^^xsd:double;
  dwc:endLongitude '-2.36577'^^xsd:double;
  dwc:latitude '49.88626'^^xsd:double;
  dwc:startLatitude '49.88626'^^xsd:double;
  dwc:endLatitude '49.88626'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.36577 49.88626, -2.36577 49.88626, -2.36577 49.88626, -2.36577 49.88626, -2.36577 49.88626))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_5593'^^xsd:string;
  dwc:observationDate '2011-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6079> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.13578 -58.10736)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.13578"^^xsd:decimal ;
  dwc:decimalLongitude "-58.10736"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6079'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_6079'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.148055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-58.10736'^^xsd:double;
  dwc:startLongitude '-58.10736'^^xsd:double;
  dwc:endLongitude '-58.10736'^^xsd:double;
  dwc:latitude '34.13578'^^xsd:double;
  dwc:startLatitude '34.13578'^^xsd:double;
  dwc:endLatitude '34.13578'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.10736 34.13578, -58.10736 34.13578, -58.10736 34.13578, -58.10736 34.13578, -58.10736 34.13578))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_6079'^^xsd:string;
  dwc:observationDate '2012-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6016> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.64516 -44.96247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.64516"^^xsd:decimal ;
  dwc:decimalLongitude "-44.96247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6016'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_6016'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.1575'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-44.96247'^^xsd:double;
  dwc:startLongitude '-44.96247'^^xsd:double;
  dwc:endLongitude '-44.96247'^^xsd:double;
  dwc:latitude '39.64516'^^xsd:double;
  dwc:startLatitude '39.64516'^^xsd:double;
  dwc:endLatitude '39.64516'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-44.96247 39.64516, -44.96247 39.64516, -44.96247 39.64516, -44.96247 39.64516, -44.96247 39.64516))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_6016'^^xsd:string;
  dwc:observationDate '2012-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6046> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.39703 -50.18457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.39703"^^xsd:decimal ;
  dwc:decimalLongitude "-50.18457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6046'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_6046'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.909722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-50.18457'^^xsd:double;
  dwc:startLongitude '-50.18457'^^xsd:double;
  dwc:endLongitude '-50.18457'^^xsd:double;
  dwc:latitude '37.39703'^^xsd:double;
  dwc:startLatitude '37.39703'^^xsd:double;
  dwc:endLatitude '37.39703'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.18457 37.39703, -50.18457 37.39703, -50.18457 37.39703, -50.18457 37.39703, -50.18457 37.39703))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_6046'^^xsd:string;
  dwc:observationDate '2012-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5887> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.31911 -28.08247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.31911"^^xsd:decimal ;
  dwc:decimalLongitude "-28.08247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5887'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_5887'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.192777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.08247'^^xsd:double;
  dwc:startLongitude '-28.08247'^^xsd:double;
  dwc:endLongitude '-28.08247'^^xsd:double;
  dwc:latitude '38.31911'^^xsd:double;
  dwc:startLatitude '38.31911'^^xsd:double;
  dwc:endLatitude '38.31911'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.08247 38.31911, -28.08247 38.31911, -28.08247 38.31911, -28.08247 38.31911, -28.08247 38.31911))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_5887'^^xsd:string;
  dwc:observationDate '2012-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3427> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.42895 -8.4378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.42895"^^xsd:decimal ;
  dwc:decimalLongitude "-8.4378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3427'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_3427'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.893611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-8.4378'^^xsd:double;
  dwc:startLongitude '-8.4378'^^xsd:double;
  dwc:endLongitude '-8.4378'^^xsd:double;
  dwc:latitude '34.42895'^^xsd:double;
  dwc:startLatitude '34.42895'^^xsd:double;
  dwc:endLatitude '34.42895'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.4378 34.42895, -8.4378 34.42895, -8.4378 34.42895, -8.4378 34.42895, -8.4378 34.42895))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_3427'^^xsd:string;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6945> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.35582 3.10135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.35582"^^xsd:decimal ;
  dwc:decimalLongitude "3.10135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6945'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_6945'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.1186111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '3.10135'^^xsd:double;
  dwc:startLongitude '3.10135'^^xsd:double;
  dwc:endLongitude '3.10135'^^xsd:double;
  dwc:latitude '37.35582'^^xsd:double;
  dwc:startLatitude '37.35582'^^xsd:double;
  dwc:endLatitude '37.35582'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.10135 37.35582, 3.10135 37.35582, 3.10135 37.35582, 3.10135 37.35582, 3.10135 37.35582))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_6945'^^xsd:string;
  dwc:observationDate '2013-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_937> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.92683 -26.7065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.92683"^^xsd:decimal ;
  dwc:decimalLongitude "-26.7065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_937'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_937'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.689722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.7065'^^xsd:double;
  dwc:startLongitude '-26.7065'^^xsd:double;
  dwc:endLongitude '-26.7065'^^xsd:double;
  dwc:latitude '38.92683'^^xsd:double;
  dwc:startLatitude '38.92683'^^xsd:double;
  dwc:endLatitude '38.92683'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.7065 38.92683, -26.7065 38.92683, -26.7065 38.92683, -26.7065 38.92683, -26.7065 38.92683))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_937'^^xsd:string;
  dwc:observationDate '1995-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6048> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.37188 -50.25517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.37188"^^xsd:decimal ;
  dwc:decimalLongitude "-50.25517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6048'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_6048'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.491666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-50.25517'^^xsd:double;
  dwc:startLongitude '-50.25517'^^xsd:double;
  dwc:endLongitude '-50.25517'^^xsd:double;
  dwc:latitude '37.37188'^^xsd:double;
  dwc:startLatitude '37.37188'^^xsd:double;
  dwc:endLatitude '37.37188'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.25517 37.37188, -50.25517 37.37188, -50.25517 37.37188, -50.25517 37.37188, -50.25517 37.37188))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_6048'^^xsd:string;
  dwc:observationDate '2012-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6043> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4056 -50.15812)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4056"^^xsd:decimal ;
  dwc:decimalLongitude "-50.15812"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6043'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_6043'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.696388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-50.15812'^^xsd:double;
  dwc:startLongitude '-50.15812'^^xsd:double;
  dwc:endLongitude '-50.15812'^^xsd:double;
  dwc:latitude '37.4056'^^xsd:double;
  dwc:startLatitude '37.4056'^^xsd:double;
  dwc:endLatitude '37.4056'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.15812 37.4056, -50.15812 37.4056, -50.15812 37.4056, -50.15812 37.4056, -50.15812 37.4056))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_6043'^^xsd:string;
  dwc:observationDate '2012-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6058> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.28131 -50.53858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.28131"^^xsd:decimal ;
  dwc:decimalLongitude "-50.53858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6058'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_6058'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '20.987777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-50.53858'^^xsd:double;
  dwc:startLongitude '-50.53858'^^xsd:double;
  dwc:endLongitude '-50.53858'^^xsd:double;
  dwc:latitude '37.28131'^^xsd:double;
  dwc:startLatitude '37.28131'^^xsd:double;
  dwc:endLatitude '37.28131'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.53858 37.28131, -50.53858 37.28131, -50.53858 37.28131, -50.53858 37.28131, -50.53858 37.28131))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_6058'^^xsd:string;
  dwc:observationDate '2012-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6715> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0957 23.86609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.0957"^^xsd:decimal ;
  dwc:decimalLongitude "23.86609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6715'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_6715'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.5847222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '23.86609'^^xsd:double;
  dwc:startLongitude '23.86609'^^xsd:double;
  dwc:endLongitude '23.86609'^^xsd:double;
  dwc:latitude '39.0957'^^xsd:double;
  dwc:startLatitude '39.0957'^^xsd:double;
  dwc:endLatitude '39.0957'^^xsd:double;
  dwc:boundingBox 'POLYGON ((23.86609 39.0957, 23.86609 39.0957, 23.86609 39.0957, 23.86609 39.0957, 23.86609 39.0957))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_6715'^^xsd:string;
  dwc:observationDate '2013-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5971> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.84753 -31.00352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.84753"^^xsd:decimal ;
  dwc:decimalLongitude "-31.00352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5971'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_5971'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.801388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-31.00352'^^xsd:double;
  dwc:startLongitude '-31.00352'^^xsd:double;
  dwc:endLongitude '-31.00352'^^xsd:double;
  dwc:latitude '40.84753'^^xsd:double;
  dwc:startLatitude '40.84753'^^xsd:double;
  dwc:endLatitude '40.84753'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-31.00352 40.84753, -31.00352 40.84753, -31.00352 40.84753, -31.00352 40.84753, -31.00352 40.84753))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_5971'^^xsd:string;
  dwc:observationDate '2012-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6038> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.44796 -49.98602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.44796"^^xsd:decimal ;
  dwc:decimalLongitude "-49.98602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6038'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_6038'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.406944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-49.98602'^^xsd:double;
  dwc:startLongitude '-49.98602'^^xsd:double;
  dwc:endLongitude '-49.98602'^^xsd:double;
  dwc:latitude '37.44796'^^xsd:double;
  dwc:startLatitude '37.44796'^^xsd:double;
  dwc:endLatitude '37.44796'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.98602 37.44796, -49.98602 37.44796, -49.98602 37.44796, -49.98602 37.44796, -49.98602 37.44796))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_6038'^^xsd:string;
  dwc:observationDate '2012-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6944> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.73034 5.22355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.73034"^^xsd:decimal ;
  dwc:decimalLongitude "5.22355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6944'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_6944'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.566944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '5.22355'^^xsd:double;
  dwc:startLongitude '5.22355'^^xsd:double;
  dwc:endLongitude '5.22355'^^xsd:double;
  dwc:latitude '37.73034'^^xsd:double;
  dwc:startLatitude '37.73034'^^xsd:double;
  dwc:endLatitude '37.73034'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.22355 37.73034, 5.22355 37.73034, 5.22355 37.73034, 5.22355 37.73034, 5.22355 37.73034))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_6944'^^xsd:string;
  dwc:observationDate '2013-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3465> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2332 -12.52208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2332"^^xsd:decimal ;
  dwc:decimalLongitude "-12.52208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3465'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_3465'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.075277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-12.52208'^^xsd:double;
  dwc:startLongitude '-12.52208'^^xsd:double;
  dwc:endLongitude '-12.52208'^^xsd:double;
  dwc:latitude '30.2332'^^xsd:double;
  dwc:startLatitude '30.2332'^^xsd:double;
  dwc:endLatitude '30.2332'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-12.52208 30.2332, -12.52208 30.2332, -12.52208 30.2332, -12.52208 30.2332, -12.52208 30.2332))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_3465'^^xsd:string;
  dwc:observationDate '2005-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6021> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.34973 -45.67147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.34973"^^xsd:decimal ;
  dwc:decimalLongitude "-45.67147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6021'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_6021'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '19.409166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-45.67147'^^xsd:double;
  dwc:startLongitude '-45.67147'^^xsd:double;
  dwc:endLongitude '-45.67147'^^xsd:double;
  dwc:latitude '39.34973'^^xsd:double;
  dwc:startLatitude '39.34973'^^xsd:double;
  dwc:endLatitude '39.34973'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-45.67147 39.34973, -45.67147 39.34973, -45.67147 39.34973, -45.67147 39.34973, -45.67147 39.34973))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_6021'^^xsd:string;
  dwc:observationDate '2012-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6045> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.40324 -50.16573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.40324"^^xsd:decimal ;
  dwc:decimalLongitude "-50.16573"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6045'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_6045'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.758055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-50.16573'^^xsd:double;
  dwc:startLongitude '-50.16573'^^xsd:double;
  dwc:endLongitude '-50.16573'^^xsd:double;
  dwc:latitude '37.40324'^^xsd:double;
  dwc:startLatitude '37.40324'^^xsd:double;
  dwc:endLatitude '37.40324'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.16573 37.40324, -50.16573 37.40324, -50.16573 37.40324, -50.16573 37.40324, -50.16573 37.40324))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_6045'^^xsd:string;
  dwc:observationDate '2012-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6033> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.69385 -49.2061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.69385"^^xsd:decimal ;
  dwc:decimalLongitude "-49.2061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6033'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_6033'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.7458333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-49.2061'^^xsd:double;
  dwc:startLongitude '-49.2061'^^xsd:double;
  dwc:endLongitude '-49.2061'^^xsd:double;
  dwc:latitude '37.69385'^^xsd:double;
  dwc:startLatitude '37.69385'^^xsd:double;
  dwc:endLatitude '37.69385'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.2061 37.69385, -49.2061 37.69385, -49.2061 37.69385, -49.2061 37.69385, -49.2061 37.69385))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_6033'^^xsd:string;
  dwc:observationDate '2012-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6961> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.16825 -0.4161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.16825"^^xsd:decimal ;
  dwc:decimalLongitude "-0.4161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6961'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_6961'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.172222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-0.4161'^^xsd:double;
  dwc:startLongitude '-0.4161'^^xsd:double;
  dwc:endLongitude '-0.4161'^^xsd:double;
  dwc:latitude '36.16825'^^xsd:double;
  dwc:startLatitude '36.16825'^^xsd:double;
  dwc:endLatitude '36.16825'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.4161 36.16825, -0.4161 36.16825, -0.4161 36.16825, -0.4161 36.16825, -0.4161 36.16825))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_6961'^^xsd:string;
  dwc:observationDate '2013-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5188> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.93492 -9.81337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.93492"^^xsd:decimal ;
  dwc:decimalLongitude "-9.81337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5188'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_5188'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.626944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-9.81337'^^xsd:double;
  dwc:startLongitude '-9.81337'^^xsd:double;
  dwc:endLongitude '-9.81337'^^xsd:double;
  dwc:latitude '37.93492'^^xsd:double;
  dwc:startLatitude '37.93492'^^xsd:double;
  dwc:endLatitude '37.93492'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.81337 37.93492, -9.81337 37.93492, -9.81337 37.93492, -9.81337 37.93492, -9.81337 37.93492))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5188'^^xsd:string;
  dwc:observationDate '2008-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3875> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52762 -66.19762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.52762"^^xsd:decimal ;
  dwc:decimalLongitude "-66.19762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3875'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_3875'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '15.440277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.19762'^^xsd:double;
  dwc:startLongitude '-66.19762'^^xsd:double;
  dwc:endLongitude '-66.19762'^^xsd:double;
  dwc:latitude '42.52762'^^xsd:double;
  dwc:startLatitude '42.52762'^^xsd:double;
  dwc:endLatitude '42.52762'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.19762 42.52762, -66.19762 42.52762, -66.19762 42.52762, -66.19762 42.52762, -66.19762 42.52762))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_3875'^^xsd:string;
  dwc:observationDate '2005-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6133> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.40778 -67.44057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.40778"^^xsd:decimal ;
  dwc:decimalLongitude "-67.44057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6133'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_6133'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.65'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-67.44057'^^xsd:double;
  dwc:startLongitude '-67.44057'^^xsd:double;
  dwc:endLongitude '-67.44057'^^xsd:double;
  dwc:latitude '42.40778'^^xsd:double;
  dwc:startLatitude '42.40778'^^xsd:double;
  dwc:endLatitude '42.40778'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.44057 42.40778, -67.44057 42.40778, -67.44057 42.40778, -67.44057 42.40778, -67.44057 42.40778))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_6133'^^xsd:string;
  dwc:observationDate '2012-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5247> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.61315 -16.8771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.61315"^^xsd:decimal ;
  dwc:decimalLongitude "-16.8771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5247'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_5247'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.494722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.8771'^^xsd:double;
  dwc:startLongitude '-16.8771'^^xsd:double;
  dwc:endLongitude '-16.8771'^^xsd:double;
  dwc:latitude '32.61315'^^xsd:double;
  dwc:startLatitude '32.61315'^^xsd:double;
  dwc:endLatitude '32.61315'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.8771 32.61315, -16.8771 32.61315, -16.8771 32.61315, -16.8771 32.61315, -16.8771 32.61315))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5247'^^xsd:string;
  dwc:observationDate '2008-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5676> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.29483 -17.42728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.29483"^^xsd:decimal ;
  dwc:decimalLongitude "-17.42728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5676'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_5676'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '19.086666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.42728'^^xsd:double;
  dwc:startLongitude '-17.42728'^^xsd:double;
  dwc:endLongitude '-17.42728'^^xsd:double;
  dwc:latitude '37.29483'^^xsd:double;
  dwc:startLatitude '37.29483'^^xsd:double;
  dwc:endLatitude '37.29483'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.42728 37.29483, -17.42728 37.29483, -17.42728 37.29483, -17.42728 37.29483, -17.42728 37.29483))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5676'^^xsd:string;
  dwc:observationDate '2012-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6192> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8326 -58.90287)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8326"^^xsd:decimal ;
  dwc:decimalLongitude "-58.90287"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6192'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_6192'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.141666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-58.90287'^^xsd:double;
  dwc:startLongitude '-58.90287'^^xsd:double;
  dwc:endLongitude '-58.90287'^^xsd:double;
  dwc:latitude '43.8326'^^xsd:double;
  dwc:startLatitude '43.8326'^^xsd:double;
  dwc:endLatitude '43.8326'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.90287 43.8326, -58.90287 43.8326, -58.90287 43.8326, -58.90287 43.8326, -58.90287 43.8326))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_6192'^^xsd:string;
  dwc:observationDate '2012-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4645> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.21238 20.67845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.21238"^^xsd:decimal ;
  dwc:decimalLongitude "20.67845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4645'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_4645'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '4.4722222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '20.67845'^^xsd:double;
  dwc:startLongitude '20.67845'^^xsd:double;
  dwc:endLongitude '20.67845'^^xsd:double;
  dwc:latitude '33.21238'^^xsd:double;
  dwc:startLatitude '33.21238'^^xsd:double;
  dwc:endLatitude '33.21238'^^xsd:double;
  dwc:boundingBox 'POLYGON ((20.67845 33.21238, 20.67845 33.21238, 20.67845 33.21238, 20.67845 33.21238, 20.67845 33.21238))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4645'^^xsd:string;
  dwc:observationDate '2007-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5269> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.74953 -16.58998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.74953"^^xsd:decimal ;
  dwc:decimalLongitude "-16.58998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5269'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_5269'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13.274444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.58998'^^xsd:double;
  dwc:startLongitude '-16.58998'^^xsd:double;
  dwc:endLongitude '-16.58998'^^xsd:double;
  dwc:latitude '32.74953'^^xsd:double;
  dwc:startLatitude '32.74953'^^xsd:double;
  dwc:endLatitude '32.74953'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.58998 32.74953, -16.58998 32.74953, -16.58998 32.74953, -16.58998 32.74953, -16.58998 32.74953))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5269'^^xsd:string;
  dwc:observationDate '2008-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4145> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.60587 -17.69122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.60587"^^xsd:decimal ;
  dwc:decimalLongitude "-17.69122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4145'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4145'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.9791666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.69122'^^xsd:double;
  dwc:startLongitude '-17.69122'^^xsd:double;
  dwc:endLongitude '-17.69122'^^xsd:double;
  dwc:latitude '66.60587'^^xsd:double;
  dwc:startLatitude '66.60587'^^xsd:double;
  dwc:endLatitude '66.60587'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.69122 66.60587, -17.69122 66.60587, -17.69122 66.60587, -17.69122 66.60587, -17.69122 66.60587))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4145'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4070> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.95527 -24.21212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.95527"^^xsd:decimal ;
  dwc:decimalLongitude "-24.21212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4070'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_4070'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.091388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.21212'^^xsd:double;
  dwc:startLongitude '-24.21212'^^xsd:double;
  dwc:endLongitude '-24.21212'^^xsd:double;
  dwc:latitude '64.95527'^^xsd:double;
  dwc:startLatitude '64.95527'^^xsd:double;
  dwc:endLatitude '64.95527'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.21212 64.95527, -24.21212 64.95527, -24.21212 64.95527, -24.21212 64.95527, -24.21212 64.95527))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4070'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6298> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.40527 -32.58883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.40527"^^xsd:decimal ;
  dwc:decimalLongitude "-32.58883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6298'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_6298'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '14.951388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-32.58883'^^xsd:double;
  dwc:startLongitude '-32.58883'^^xsd:double;
  dwc:endLongitude '-32.58883'^^xsd:double;
  dwc:latitude '62.40527'^^xsd:double;
  dwc:startLatitude '62.40527'^^xsd:double;
  dwc:endLatitude '62.40527'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-32.58883 62.40527, -32.58883 62.40527, -32.58883 62.40527, -32.58883 62.40527, -32.58883 62.40527))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_6298'^^xsd:string;
  dwc:observationDate '2012-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5673> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.22572 -16.00592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.22572"^^xsd:decimal ;
  dwc:decimalLongitude "-16.00592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5673'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_5673'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.0563888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.00592'^^xsd:double;
  dwc:startLongitude '-16.00592'^^xsd:double;
  dwc:endLongitude '-16.00592'^^xsd:double;
  dwc:latitude '37.22572'^^xsd:double;
  dwc:startLatitude '37.22572'^^xsd:double;
  dwc:endLatitude '37.22572'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.00592 37.22572, -16.00592 37.22572, -16.00592 37.22572, -16.00592 37.22572, -16.00592 37.22572))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5673'^^xsd:string;
  dwc:observationDate '2012-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4118> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.63893 -17.81233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.63893"^^xsd:decimal ;
  dwc:decimalLongitude "-17.81233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4118'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_4118'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14.491388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.81233'^^xsd:double;
  dwc:startLongitude '-17.81233'^^xsd:double;
  dwc:endLongitude '-17.81233'^^xsd:double;
  dwc:latitude '66.63893'^^xsd:double;
  dwc:startLatitude '66.63893'^^xsd:double;
  dwc:endLatitude '66.63893'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.81233 66.63893, -17.81233 66.63893, -17.81233 66.63893, -17.81233 66.63893, -17.81233 66.63893))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4118'^^xsd:string;
  dwc:observationDate '2006-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4547> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.64323 -27.48356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.64323"^^xsd:decimal ;
  dwc:decimalLongitude "-27.48356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4547'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_4547'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.7608333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.48356'^^xsd:double;
  dwc:startLongitude '-27.48356'^^xsd:double;
  dwc:endLongitude '-27.48356'^^xsd:double;
  dwc:latitude '65.64323'^^xsd:double;
  dwc:startLatitude '65.64323'^^xsd:double;
  dwc:endLatitude '65.64323'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.48356 65.64323, -27.48356 65.64323, -27.48356 65.64323, -27.48356 65.64323, -27.48356 65.64323))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4547'^^xsd:string;
  dwc:observationDate '2006-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5683> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.95922 -22.74062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.95922"^^xsd:decimal ;
  dwc:decimalLongitude "-22.74062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5683'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_5683'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.5475'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.74062'^^xsd:double;
  dwc:startLongitude '-22.74062'^^xsd:double;
  dwc:endLongitude '-22.74062'^^xsd:double;
  dwc:latitude '36.95922'^^xsd:double;
  dwc:startLatitude '36.95922'^^xsd:double;
  dwc:endLatitude '36.95922'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.74062 36.95922, -22.74062 36.95922, -22.74062 36.95922, -22.74062 36.95922, -22.74062 36.95922))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5683'^^xsd:string;
  dwc:observationDate '2012-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4560> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.87905 -10.0853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.87905"^^xsd:decimal ;
  dwc:decimalLongitude "-10.0853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4560'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_4560'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14.059166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-10.0853'^^xsd:double;
  dwc:startLongitude '-10.0853'^^xsd:double;
  dwc:endLongitude '-10.0853'^^xsd:double;
  dwc:latitude '57.87905'^^xsd:double;
  dwc:startLatitude '57.87905'^^xsd:double;
  dwc:endLatitude '57.87905'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.0853 57.87905, -10.0853 57.87905, -10.0853 57.87905, -10.0853 57.87905, -10.0853 57.87905))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4560'^^xsd:string;
  dwc:observationDate '2006-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4265> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.2065 -17.416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.2065"^^xsd:decimal ;
  dwc:decimalLongitude "-17.416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4265'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_4265'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '23.836666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.416'^^xsd:double;
  dwc:startLongitude '-17.416'^^xsd:double;
  dwc:endLongitude '-17.416'^^xsd:double;
  dwc:latitude '66.2065'^^xsd:double;
  dwc:startLatitude '66.2065'^^xsd:double;
  dwc:endLatitude '66.2065'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.416 66.2065, -17.416 66.2065, -17.416 66.2065, -17.416 66.2065, -17.416 66.2065))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4265'^^xsd:string;
  dwc:observationDate '2006-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5123> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.36853 -28.1989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.36853"^^xsd:decimal ;
  dwc:decimalLongitude "-28.1989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5123'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_5123'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.405833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.1989'^^xsd:double;
  dwc:startLongitude '-28.1989'^^xsd:double;
  dwc:endLongitude '-28.1989'^^xsd:double;
  dwc:latitude '38.36853'^^xsd:double;
  dwc:startLatitude '38.36853'^^xsd:double;
  dwc:endLatitude '38.36853'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.1989 38.36853, -28.1989 38.36853, -28.1989 38.36853, -28.1989 38.36853, -28.1989 38.36853))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5123'^^xsd:string;
  dwc:observationDate '2008-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5773> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.71977 -27.56793)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.71977"^^xsd:decimal ;
  dwc:decimalLongitude "-27.56793"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5773'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_5773'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.941944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.56793'^^xsd:double;
  dwc:startLongitude '-27.56793'^^xsd:double;
  dwc:endLongitude '-27.56793'^^xsd:double;
  dwc:latitude '38.71977'^^xsd:double;
  dwc:startLatitude '38.71977'^^xsd:double;
  dwc:endLatitude '38.71977'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.56793 38.71977, -27.56793 38.71977, -27.56793 38.71977, -27.56793 38.71977, -27.56793 38.71977))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5773'^^xsd:string;
  dwc:observationDate '2012-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5793> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2825 -28.29215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2825"^^xsd:decimal ;
  dwc:decimalLongitude "-28.29215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5793'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_5793'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.8291666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.29215'^^xsd:double;
  dwc:startLongitude '-28.29215'^^xsd:double;
  dwc:endLongitude '-28.29215'^^xsd:double;
  dwc:latitude '38.2825'^^xsd:double;
  dwc:startLatitude '38.2825'^^xsd:double;
  dwc:endLatitude '38.2825'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.29215 38.2825, -28.29215 38.2825, -28.29215 38.2825, -28.29215 38.2825, -28.29215 38.2825))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5793'^^xsd:string;
  dwc:observationDate '2012-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4112> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.55807 -17.75683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.55807"^^xsd:decimal ;
  dwc:decimalLongitude "-17.75683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4112'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_4112'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.984444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.75683'^^xsd:double;
  dwc:startLongitude '-17.75683'^^xsd:double;
  dwc:endLongitude '-17.75683'^^xsd:double;
  dwc:latitude '66.55807'^^xsd:double;
  dwc:startLatitude '66.55807'^^xsd:double;
  dwc:endLatitude '66.55807'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.75683 66.55807, -17.75683 66.55807, -17.75683 66.55807, -17.75683 66.55807, -17.75683 66.55807))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4112'^^xsd:string;
  dwc:observationDate '2006-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5185> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5543 -11.90343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5543"^^xsd:decimal ;
  dwc:decimalLongitude "-11.90343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5185'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_5185'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.7125'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-11.90343'^^xsd:double;
  dwc:startLongitude '-11.90343'^^xsd:double;
  dwc:endLongitude '-11.90343'^^xsd:double;
  dwc:latitude '36.5543'^^xsd:double;
  dwc:startLatitude '36.5543'^^xsd:double;
  dwc:endLatitude '36.5543'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.90343 36.5543, -11.90343 36.5543, -11.90343 36.5543, -11.90343 36.5543, -11.90343 36.5543))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5185'^^xsd:string;
  dwc:observationDate '2008-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4483> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.094 -18.5919)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.094"^^xsd:decimal ;
  dwc:decimalLongitude "-18.5919"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4483'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_4483'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.2'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.5919'^^xsd:double;
  dwc:startLongitude '-18.5919'^^xsd:double;
  dwc:endLongitude '-18.5919'^^xsd:double;
  dwc:latitude '68.094'^^xsd:double;
  dwc:startLatitude '68.094'^^xsd:double;
  dwc:endLatitude '68.094'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.5919 68.094, -18.5919 68.094, -18.5919 68.094, -18.5919 68.094, -18.5919 68.094))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4483'^^xsd:string;
  dwc:observationDate '2006-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6193> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8366 -58.88947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8366"^^xsd:decimal ;
  dwc:decimalLongitude "-58.88947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6193'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_6193'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.269722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-58.88947'^^xsd:double;
  dwc:startLongitude '-58.88947'^^xsd:double;
  dwc:endLongitude '-58.88947'^^xsd:double;
  dwc:latitude '43.8366'^^xsd:double;
  dwc:startLatitude '43.8366'^^xsd:double;
  dwc:endLatitude '43.8366'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.88947 43.8366, -58.88947 43.8366, -58.88947 43.8366, -58.88947 43.8366, -58.88947 43.8366))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_6193'^^xsd:string;
  dwc:observationDate '2012-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4135> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.74416 -17.89488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.74416"^^xsd:decimal ;
  dwc:decimalLongitude "-17.89488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4135'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_4135'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '21.875'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.89488'^^xsd:double;
  dwc:startLongitude '-17.89488'^^xsd:double;
  dwc:endLongitude '-17.89488'^^xsd:double;
  dwc:latitude '66.74416'^^xsd:double;
  dwc:startLatitude '66.74416'^^xsd:double;
  dwc:endLatitude '66.74416'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.89488 66.74416, -17.89488 66.74416, -17.89488 66.74416, -17.89488 66.74416, -17.89488 66.74416))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4135'^^xsd:string;
  dwc:observationDate '2006-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6171> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11358 -61.9135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11358"^^xsd:decimal ;
  dwc:decimalLongitude "-61.9135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6171'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_6171'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.923611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.9135'^^xsd:double;
  dwc:startLongitude '-61.9135'^^xsd:double;
  dwc:endLongitude '-61.9135'^^xsd:double;
  dwc:latitude '44.11358'^^xsd:double;
  dwc:startLatitude '44.11358'^^xsd:double;
  dwc:endLatitude '44.11358'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.9135 44.11358, -61.9135 44.11358, -61.9135 44.11358, -61.9135 44.11358, -61.9135 44.11358))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_6171'^^xsd:string;
  dwc:observationDate '2012-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4213> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.46538 -17.7851)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.46538"^^xsd:decimal ;
  dwc:decimalLongitude "-17.7851"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4213'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4213'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.986666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.7851'^^xsd:double;
  dwc:startLongitude '-17.7851'^^xsd:double;
  dwc:endLongitude '-17.7851'^^xsd:double;
  dwc:latitude '66.46538'^^xsd:double;
  dwc:startLatitude '66.46538'^^xsd:double;
  dwc:endLatitude '66.46538'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.7851 66.46538, -17.7851 66.46538, -17.7851 66.46538, -17.7851 66.46538, -17.7851 66.46538))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4213'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5220> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.81423 -16.43765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.81423"^^xsd:decimal ;
  dwc:decimalLongitude "-16.43765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5220'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_5220'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '8.5538888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.43765'^^xsd:double;
  dwc:startLongitude '-16.43765'^^xsd:double;
  dwc:endLongitude '-16.43765'^^xsd:double;
  dwc:latitude '32.81423'^^xsd:double;
  dwc:startLatitude '32.81423'^^xsd:double;
  dwc:endLatitude '32.81423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.43765 32.81423, -16.43765 32.81423, -16.43765 32.81423, -16.43765 32.81423, -16.43765 32.81423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5220'^^xsd:string;
  dwc:observationDate '2008-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4323> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.40862 -17.68782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.40862"^^xsd:decimal ;
  dwc:decimalLongitude "-17.68782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4323'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_4323'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '23.756111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.68782'^^xsd:double;
  dwc:startLongitude '-17.68782'^^xsd:double;
  dwc:endLongitude '-17.68782'^^xsd:double;
  dwc:latitude '66.40862'^^xsd:double;
  dwc:startLatitude '66.40862'^^xsd:double;
  dwc:endLatitude '66.40862'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.68782 66.40862, -17.68782 66.40862, -17.68782 66.40862, -17.68782 66.40862, -17.68782 66.40862))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4323'^^xsd:string;
  dwc:observationDate '2006-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4534> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.58196 -25.26955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.58196"^^xsd:decimal ;
  dwc:decimalLongitude "-25.26955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4534'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_4534'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.41'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.26955'^^xsd:double;
  dwc:startLongitude '-25.26955'^^xsd:double;
  dwc:endLongitude '-25.26955'^^xsd:double;
  dwc:latitude '66.58196'^^xsd:double;
  dwc:startLatitude '66.58196'^^xsd:double;
  dwc:endLatitude '66.58196'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.26955 66.58196, -25.26955 66.58196, -25.26955 66.58196, -25.26955 66.58196, -25.26955 66.58196))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4534'^^xsd:string;
  dwc:observationDate '2006-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4542> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.64906 -27.44439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.64906"^^xsd:decimal ;
  dwc:decimalLongitude "-27.44439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4542'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_4542'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.1658333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.44439'^^xsd:double;
  dwc:startLongitude '-27.44439'^^xsd:double;
  dwc:endLongitude '-27.44439'^^xsd:double;
  dwc:latitude '65.64906'^^xsd:double;
  dwc:startLatitude '65.64906'^^xsd:double;
  dwc:endLatitude '65.64906'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.44439 65.64906, -27.44439 65.64906, -27.44439 65.64906, -27.44439 65.64906, -27.44439 65.64906))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4542'^^xsd:string;
  dwc:observationDate '2006-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4024> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.16298 -22.41488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.16298"^^xsd:decimal ;
  dwc:decimalLongitude "-22.41488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4024'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_4024'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.3175'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.41488'^^xsd:double;
  dwc:startLongitude '-22.41488'^^xsd:double;
  dwc:endLongitude '-22.41488'^^xsd:double;
  dwc:latitude '64.16298'^^xsd:double;
  dwc:startLatitude '64.16298'^^xsd:double;
  dwc:endLatitude '64.16298'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.41488 64.16298, -22.41488 64.16298, -22.41488 64.16298, -22.41488 64.16298, -22.41488 64.16298))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4024'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4192> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.56332 -17.70332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.56332"^^xsd:decimal ;
  dwc:decimalLongitude "-17.70332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4192'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4192'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.89'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.70332'^^xsd:double;
  dwc:startLongitude '-17.70332'^^xsd:double;
  dwc:endLongitude '-17.70332'^^xsd:double;
  dwc:latitude '66.56332'^^xsd:double;
  dwc:startLatitude '66.56332'^^xsd:double;
  dwc:endLatitude '66.56332'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.70332 66.56332, -17.70332 66.56332, -17.70332 66.56332, -17.70332 66.56332, -17.70332 66.56332))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4192'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5798> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45918 -28.54813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45918"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5798'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_5798'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.378611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.54813'^^xsd:double;
  dwc:startLongitude '-28.54813'^^xsd:double;
  dwc:endLongitude '-28.54813'^^xsd:double;
  dwc:latitude '38.45918'^^xsd:double;
  dwc:startLatitude '38.45918'^^xsd:double;
  dwc:endLatitude '38.45918'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.54813 38.45918, -28.54813 38.45918, -28.54813 38.45918, -28.54813 38.45918, -28.54813 38.45918))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5798'^^xsd:string;
  dwc:observationDate '2012-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4516> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6249 -23.39347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6249"^^xsd:decimal ;
  dwc:decimalLongitude "-23.39347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4516'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_4516'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '23.362222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.39347'^^xsd:double;
  dwc:startLongitude '-23.39347'^^xsd:double;
  dwc:endLongitude '-23.39347'^^xsd:double;
  dwc:latitude '67.6249'^^xsd:double;
  dwc:startLatitude '67.6249'^^xsd:double;
  dwc:endLatitude '67.6249'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.39347 67.6249, -23.39347 67.6249, -23.39347 67.6249, -23.39347 67.6249, -23.39347 67.6249))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4516'^^xsd:string;
  dwc:observationDate '2006-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4189> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5673 -17.71633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.5673"^^xsd:decimal ;
  dwc:decimalLongitude "-17.71633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4189'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4189'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.831944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.71633'^^xsd:double;
  dwc:startLongitude '-17.71633'^^xsd:double;
  dwc:endLongitude '-17.71633'^^xsd:double;
  dwc:latitude '66.5673'^^xsd:double;
  dwc:startLatitude '66.5673'^^xsd:double;
  dwc:endLatitude '66.5673'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.71633 66.5673, -17.71633 66.5673, -17.71633 66.5673, -17.71633 66.5673, -17.71633 66.5673))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4189'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4103> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.63499 -17.50278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.63499"^^xsd:decimal ;
  dwc:decimalLongitude "-17.50278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4103'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_4103'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.0825'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.50278'^^xsd:double;
  dwc:startLongitude '-17.50278'^^xsd:double;
  dwc:endLongitude '-17.50278'^^xsd:double;
  dwc:latitude '66.63499'^^xsd:double;
  dwc:startLatitude '66.63499'^^xsd:double;
  dwc:endLatitude '66.63499'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.50278 66.63499, -17.50278 66.63499, -17.50278 66.63499, -17.50278 66.63499, -17.50278 66.63499))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4103'^^xsd:string;
  dwc:observationDate '2006-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5708> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3043 -28.30678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.3043"^^xsd:decimal ;
  dwc:decimalLongitude "-28.30678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5708'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_5708'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.308611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.30678'^^xsd:double;
  dwc:startLongitude '-28.30678'^^xsd:double;
  dwc:endLongitude '-28.30678'^^xsd:double;
  dwc:latitude '38.3043'^^xsd:double;
  dwc:startLatitude '38.3043'^^xsd:double;
  dwc:endLatitude '38.3043'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.30678 38.3043, -28.30678 38.3043, -28.30678 38.3043, -28.30678 38.3043, -28.30678 38.3043))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5708'^^xsd:string;
  dwc:observationDate '2012-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5772> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.72615 -27.56362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.72615"^^xsd:decimal ;
  dwc:decimalLongitude "-27.56362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5772'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_5772'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.857777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.56362'^^xsd:double;
  dwc:startLongitude '-27.56362'^^xsd:double;
  dwc:endLongitude '-27.56362'^^xsd:double;
  dwc:latitude '38.72615'^^xsd:double;
  dwc:startLatitude '38.72615'^^xsd:double;
  dwc:endLatitude '38.72615'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.56362 38.72615, -27.56362 38.72615, -27.56362 38.72615, -27.56362 38.72615, -27.56362 38.72615))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5772'^^xsd:string;
  dwc:observationDate '2012-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4273> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.19945 -17.72667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.19945"^^xsd:decimal ;
  dwc:decimalLongitude "-17.72667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4273'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_4273'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.719166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.72667'^^xsd:double;
  dwc:startLongitude '-17.72667'^^xsd:double;
  dwc:endLongitude '-17.72667'^^xsd:double;
  dwc:latitude '66.19945'^^xsd:double;
  dwc:startLatitude '66.19945'^^xsd:double;
  dwc:endLatitude '66.19945'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.72667 66.19945, -17.72667 66.19945, -17.72667 66.19945, -17.72667 66.19945, -17.72667 66.19945))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4273'^^xsd:string;
  dwc:observationDate '2006-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5687> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.94086 -23.77157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.94086"^^xsd:decimal ;
  dwc:decimalLongitude "-23.77157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5687'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_5687'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.969166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.77157'^^xsd:double;
  dwc:startLongitude '-23.77157'^^xsd:double;
  dwc:endLongitude '-23.77157'^^xsd:double;
  dwc:latitude '36.94086'^^xsd:double;
  dwc:startLatitude '36.94086'^^xsd:double;
  dwc:endLatitude '36.94086'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.77157 36.94086, -23.77157 36.94086, -23.77157 36.94086, -23.77157 36.94086, -23.77157 36.94086))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5687'^^xsd:string;
  dwc:observationDate '2012-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3879> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48241 -66.13783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48241"^^xsd:decimal ;
  dwc:decimalLongitude "-66.13783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3879'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_3879'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '15.970555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.13783'^^xsd:double;
  dwc:startLongitude '-66.13783'^^xsd:double;
  dwc:endLongitude '-66.13783'^^xsd:double;
  dwc:latitude '42.48241'^^xsd:double;
  dwc:startLatitude '42.48241'^^xsd:double;
  dwc:endLatitude '42.48241'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.13783 42.48241, -66.13783 42.48241, -66.13783 42.48241, -66.13783 42.48241, -66.13783 42.48241))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_3879'^^xsd:string;
  dwc:observationDate '2005-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4493> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.9802 -19.95685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.9802"^^xsd:decimal ;
  dwc:decimalLongitude "-19.95685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4493'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_4493'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.7180555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-19.95685'^^xsd:double;
  dwc:startLongitude '-19.95685'^^xsd:double;
  dwc:endLongitude '-19.95685'^^xsd:double;
  dwc:latitude '67.9802'^^xsd:double;
  dwc:startLatitude '67.9802'^^xsd:double;
  dwc:endLatitude '67.9802'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-19.95685 67.9802, -19.95685 67.9802, -19.95685 67.9802, -19.95685 67.9802, -19.95685 67.9802))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4493'^^xsd:string;
  dwc:observationDate '2006-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6275> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.81056 -35.07072)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.81056"^^xsd:decimal ;
  dwc:decimalLongitude "-35.07072"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6275'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_6275'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.711111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-35.07072'^^xsd:double;
  dwc:startLongitude '-35.07072'^^xsd:double;
  dwc:endLongitude '-35.07072'^^xsd:double;
  dwc:latitude '57.81056'^^xsd:double;
  dwc:startLatitude '57.81056'^^xsd:double;
  dwc:endLatitude '57.81056'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-35.07072 57.81056, -35.07072 57.81056, -35.07072 57.81056, -35.07072 57.81056, -35.07072 57.81056))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_6275'^^xsd:string;
  dwc:observationDate '2012-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5797> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.324 -28.32007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.324"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5797'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_5797'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.530833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.32007'^^xsd:double;
  dwc:startLongitude '-28.32007'^^xsd:double;
  dwc:endLongitude '-28.32007'^^xsd:double;
  dwc:latitude '38.324'^^xsd:double;
  dwc:startLatitude '38.324'^^xsd:double;
  dwc:endLatitude '38.324'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.32007 38.324, -28.32007 38.324, -28.32007 38.324, -28.32007 38.324, -28.32007 38.324))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5797'^^xsd:string;
  dwc:observationDate '2012-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6324> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.25673 -22.28715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.25673"^^xsd:decimal ;
  dwc:decimalLongitude "-22.28715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6324'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_6324'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '20.706388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.28715'^^xsd:double;
  dwc:startLongitude '-22.28715'^^xsd:double;
  dwc:endLongitude '-22.28715'^^xsd:double;
  dwc:latitude '64.25673'^^xsd:double;
  dwc:startLatitude '64.25673'^^xsd:double;
  dwc:endLatitude '64.25673'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.28715 64.25673, -22.28715 64.25673, -22.28715 64.25673, -22.28715 64.25673, -22.28715 64.25673))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_6324'^^xsd:string;
  dwc:observationDate '2012-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4307> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.71477 -17.52732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.71477"^^xsd:decimal ;
  dwc:decimalLongitude "-17.52732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4307'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_4307'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.878611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.52732'^^xsd:double;
  dwc:startLongitude '-17.52732'^^xsd:double;
  dwc:endLongitude '-17.52732'^^xsd:double;
  dwc:latitude '66.71477'^^xsd:double;
  dwc:startLatitude '66.71477'^^xsd:double;
  dwc:endLatitude '66.71477'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.52732 66.71477, -17.52732 66.71477, -17.52732 66.71477, -17.52732 66.71477, -17.52732 66.71477))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4307'^^xsd:string;
  dwc:observationDate '2006-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6327> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.87148 -24.51624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.87148"^^xsd:decimal ;
  dwc:decimalLongitude "-24.51624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6327'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_6327'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.6966666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.51624'^^xsd:double;
  dwc:startLongitude '-24.51624'^^xsd:double;
  dwc:endLongitude '-24.51624'^^xsd:double;
  dwc:latitude '64.87148'^^xsd:double;
  dwc:startLatitude '64.87148'^^xsd:double;
  dwc:endLatitude '64.87148'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.51624 64.87148, -24.51624 64.87148, -24.51624 64.87148, -24.51624 64.87148, -24.51624 64.87148))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_6327'^^xsd:string;
  dwc:observationDate '2012-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4031> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.39317 -23.98127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.39317"^^xsd:decimal ;
  dwc:decimalLongitude "-23.98127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4031'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_4031'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '20.373333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.98127'^^xsd:double;
  dwc:startLongitude '-23.98127'^^xsd:double;
  dwc:endLongitude '-23.98127'^^xsd:double;
  dwc:latitude '63.39317'^^xsd:double;
  dwc:startLatitude '63.39317'^^xsd:double;
  dwc:endLatitude '63.39317'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.98127 63.39317, -23.98127 63.39317, -23.98127 63.39317, -23.98127 63.39317, -23.98127 63.39317))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4031'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6159> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.28109 -64.84469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.28109"^^xsd:decimal ;
  dwc:decimalLongitude "-64.84469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6159'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_6159'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.803611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-64.84469'^^xsd:double;
  dwc:startLongitude '-64.84469'^^xsd:double;
  dwc:endLongitude '-64.84469'^^xsd:double;
  dwc:latitude '43.28109'^^xsd:double;
  dwc:startLatitude '43.28109'^^xsd:double;
  dwc:endLatitude '43.28109'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.84469 43.28109, -64.84469 43.28109, -64.84469 43.28109, -64.84469 43.28109, -64.84469 43.28109))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_6159'^^xsd:string;
  dwc:observationDate '2012-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5526> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6698 -11.78713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6698"^^xsd:decimal ;
  dwc:decimalLongitude "-11.78713"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5526'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_5526'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.0083333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-11.78713'^^xsd:double;
  dwc:startLongitude '-11.78713'^^xsd:double;
  dwc:endLongitude '-11.78713'^^xsd:double;
  dwc:latitude '54.6698'^^xsd:double;
  dwc:startLatitude '54.6698'^^xsd:double;
  dwc:endLatitude '54.6698'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.78713 54.6698, -11.78713 54.6698, -11.78713 54.6698, -11.78713 54.6698, -11.78713 54.6698))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5526'^^xsd:string;
  dwc:observationDate '2010-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5275> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.68499 -16.74707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.68499"^^xsd:decimal ;
  dwc:decimalLongitude "-16.74707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5275'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_5275'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.9875'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.74707'^^xsd:double;
  dwc:startLongitude '-16.74707'^^xsd:double;
  dwc:endLongitude '-16.74707'^^xsd:double;
  dwc:latitude '32.68499'^^xsd:double;
  dwc:startLatitude '32.68499'^^xsd:double;
  dwc:endLatitude '32.68499'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.74707 32.68499, -16.74707 32.68499, -16.74707 32.68499, -16.74707 32.68499, -16.74707 32.68499))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5275'^^xsd:string;
  dwc:observationDate '2008-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6138> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.64592 -65.61175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.64592"^^xsd:decimal ;
  dwc:decimalLongitude "-65.61175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6138'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_6138'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.7125'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.61175'^^xsd:double;
  dwc:startLongitude '-65.61175'^^xsd:double;
  dwc:endLongitude '-65.61175'^^xsd:double;
  dwc:latitude '42.64592'^^xsd:double;
  dwc:startLatitude '42.64592'^^xsd:double;
  dwc:endLatitude '42.64592'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.61175 42.64592, -65.61175 42.64592, -65.61175 42.64592, -65.61175 42.64592, -65.61175 42.64592))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_6138'^^xsd:string;
  dwc:observationDate '2012-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5521> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.99526 -12.46443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.99526"^^xsd:decimal ;
  dwc:decimalLongitude "-12.46443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5521'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_5521'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10.289722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-12.46443'^^xsd:double;
  dwc:startLongitude '-12.46443'^^xsd:double;
  dwc:endLongitude '-12.46443'^^xsd:double;
  dwc:latitude '53.99526'^^xsd:double;
  dwc:startLatitude '53.99526'^^xsd:double;
  dwc:endLatitude '53.99526'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-12.46443 53.99526, -12.46443 53.99526, -12.46443 53.99526, -12.46443 53.99526, -12.46443 53.99526))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5521'^^xsd:string;
  dwc:observationDate '2010-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6602> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27721 -9.50383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27721"^^xsd:decimal ;
  dwc:decimalLongitude "-9.50383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6602'^^xsd:string;
  dwc:scientificName 'Dermochelys coriacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_6602'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '8.2572222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-9.50383'^^xsd:double;
  dwc:startLongitude '-9.50383'^^xsd:double;
  dwc:endLongitude '-9.50383'^^xsd:double;
  dwc:latitude '43.27721'^^xsd:double;
  dwc:startLatitude '43.27721'^^xsd:double;
  dwc:endLatitude '43.27721'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.50383 43.27721, -9.50383 43.27721, -9.50383 43.27721, -9.50383 43.27721, -9.50383 43.27721))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Leatherback turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137209'^^xsd:integer;
  dwc:occurrenceId '1158_6602'^^xsd:string;
  dwc:observationDate '2013-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137209'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3935> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.0461 -60.33909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.0461"^^xsd:decimal ;
  dwc:decimalLongitude "-60.33909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3935'^^xsd:string;
  dwc:scientificName 'Dermochelys coriacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_3935'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.361388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-60.33909'^^xsd:double;
  dwc:startLongitude '-60.33909'^^xsd:double;
  dwc:endLongitude '-60.33909'^^xsd:double;
  dwc:latitude '11.0461'^^xsd:double;
  dwc:startLatitude '11.0461'^^xsd:double;
  dwc:endLatitude '11.0461'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-60.33909 11.0461, -60.33909 11.0461, -60.33909 11.0461, -60.33909 11.0461, -60.33909 11.0461))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Leatherback turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137209'^^xsd:integer;
  dwc:occurrenceId '1158_3935'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137209'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1381> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.954 -65.5575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.954"^^xsd:decimal ;
  dwc:decimalLongitude "-65.5575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1381'^^xsd:string;
  dwc:scientificName 'Dermochelys coriacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_1381'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.4975'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.5575'^^xsd:double;
  dwc:startLongitude '-65.5575'^^xsd:double;
  dwc:endLongitude '-65.5575'^^xsd:double;
  dwc:latitude '42.954'^^xsd:double;
  dwc:startLatitude '42.954'^^xsd:double;
  dwc:endLatitude '42.954'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.5575 42.954, -65.5575 42.954, -65.5575 42.954, -65.5575 42.954, -65.5575 42.954))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Leatherback turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137209'^^xsd:integer;
  dwc:occurrenceId '1158_1381'^^xsd:string;
  dwc:observationDate '1997-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137209'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3934> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.92027 -60.2358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.92027"^^xsd:decimal ;
  dwc:decimalLongitude "-60.2358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3934'^^xsd:string;
  dwc:scientificName 'Dermochelys coriacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_3934'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '17.776666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-60.2358'^^xsd:double;
  dwc:startLongitude '-60.2358'^^xsd:double;
  dwc:endLongitude '-60.2358'^^xsd:double;
  dwc:latitude '10.92027'^^xsd:double;
  dwc:startLatitude '10.92027'^^xsd:double;
  dwc:endLatitude '10.92027'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-60.2358 10.92027, -60.2358 10.92027, -60.2358 10.92027, -60.2358 10.92027, -60.2358 10.92027))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Leatherback turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137209'^^xsd:integer;
  dwc:occurrenceId '1158_3934'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137209'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5519> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.01803 -12.38138)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.01803"^^xsd:decimal ;
  dwc:decimalLongitude "-12.38138"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5519'^^xsd:string;
  dwc:scientificName 'Dermochelys coriacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_5519'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.645'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-12.38138'^^xsd:double;
  dwc:startLongitude '-12.38138'^^xsd:double;
  dwc:endLongitude '-12.38138'^^xsd:double;
  dwc:latitude '54.01803'^^xsd:double;
  dwc:startLatitude '54.01803'^^xsd:double;
  dwc:endLatitude '54.01803'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-12.38138 54.01803, -12.38138 54.01803, -12.38138 54.01803, -12.38138 54.01803, -12.38138 54.01803))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Leatherback turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137209'^^xsd:integer;
  dwc:occurrenceId '1158_5519'^^xsd:string;
  dwc:observationDate '2010-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137209'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2083> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82747 -64.36038)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82747"^^xsd:decimal ;
  dwc:decimalLongitude "-64.36038"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2083'^^xsd:string;
  dwc:scientificName 'Dermochelys coriacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_2083'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-64.36038'^^xsd:double;
  dwc:startLongitude '-64.36038'^^xsd:double;
  dwc:endLongitude '-64.36038'^^xsd:double;
  dwc:latitude '42.82747'^^xsd:double;
  dwc:startLatitude '42.82747'^^xsd:double;
  dwc:endLatitude '42.82747'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.36038 42.82747, -64.36038 42.82747, -64.36038 42.82747, -64.36038 42.82747, -64.36038 42.82747))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Leatherback turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137209'^^xsd:integer;
  dwc:occurrenceId '1158_2083'^^xsd:string;
  dwc:observationDate '2001-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137209'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6007> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.69232 -42.69178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.69232"^^xsd:decimal ;
  dwc:decimalLongitude "-42.69178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6007'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_6007'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.725'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-42.69178'^^xsd:double;
  dwc:startLongitude '-42.69178'^^xsd:double;
  dwc:endLongitude '-42.69178'^^xsd:double;
  dwc:latitude '40.69232'^^xsd:double;
  dwc:startLatitude '40.69232'^^xsd:double;
  dwc:endLatitude '40.69232'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-42.69178 40.69232, -42.69178 40.69232, -42.69178 40.69232, -42.69178 40.69232, -42.69178 40.69232))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_6007'^^xsd:string;
  dwc:observationDate '2012-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6071> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.75331 -54.99216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.75331"^^xsd:decimal ;
  dwc:decimalLongitude "-54.99216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6071'^^xsd:string;
  dwc:scientificName 'Chelonia mydas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_6071'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.216666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-54.99216'^^xsd:double;
  dwc:startLongitude '-54.99216'^^xsd:double;
  dwc:endLongitude '-54.99216'^^xsd:double;
  dwc:latitude '35.75331'^^xsd:double;
  dwc:startLatitude '35.75331'^^xsd:double;
  dwc:endLatitude '35.75331'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.99216 35.75331, -54.99216 35.75331, -54.99216 35.75331, -54.99216 35.75331, -54.99216 35.75331))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Green turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137206'^^xsd:integer;
  dwc:occurrenceId '1158_6071'^^xsd:string;
  dwc:observationDate '2012-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6044> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.40363 -50.16428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.40363"^^xsd:decimal ;
  dwc:decimalLongitude "-50.16428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6044'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_6044'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.745555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-50.16428'^^xsd:double;
  dwc:startLongitude '-50.16428'^^xsd:double;
  dwc:endLongitude '-50.16428'^^xsd:double;
  dwc:latitude '37.40363'^^xsd:double;
  dwc:startLatitude '37.40363'^^xsd:double;
  dwc:endLatitude '37.40363'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.16428 37.40363, -50.16428 37.40363, -50.16428 37.40363, -50.16428 37.40363, -50.16428 37.40363))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_6044'^^xsd:string;
  dwc:observationDate '2012-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5880> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.29822 -27.93042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.29822"^^xsd:decimal ;
  dwc:decimalLongitude "-27.93042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5880'^^xsd:string;
  dwc:scientificName 'Caretta caretta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_5880'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.543888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.93042'^^xsd:double;
  dwc:startLongitude '-27.93042'^^xsd:double;
  dwc:endLongitude '-27.93042'^^xsd:double;
  dwc:latitude '38.29822'^^xsd:double;
  dwc:startLatitude '38.29822'^^xsd:double;
  dwc:endLatitude '38.29822'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.93042 38.29822, -27.93042 38.29822, -27.93042 38.29822, -27.93042 38.29822, -27.93042 38.29822))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Loggerhead turtle" by the provider'^^xsd:string;
  dwc:aphiaid '137205'^^xsd:integer;
  dwc:occurrenceId '1158_5880'^^xsd:string;
  dwc:observationDate '2012-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_7019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_7019> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_7019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5563 -7.67507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5563"^^xsd:decimal ;
  dwc:decimalLongitude "-7.67507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_7019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_7019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_7019'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_7019'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '3.9877777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-7.67507'^^xsd:double;
  dwc:startLongitude '-7.67507'^^xsd:double;
  dwc:endLongitude '-7.67507'^^xsd:double;
  dwc:latitude '47.5563'^^xsd:double;
  dwc:startLatitude '47.5563'^^xsd:double;
  dwc:endLatitude '47.5563'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.67507 47.5563, -7.67507 47.5563, -7.67507 47.5563, -7.67507 47.5563, -7.67507 47.5563))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_7019'^^xsd:string;
  dwc:observationDate '2013-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6892> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.61265 23.85035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.61265"^^xsd:decimal ;
  dwc:decimalLongitude "23.85035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6892'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_6892'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '2.1405555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '23.85035'^^xsd:double;
  dwc:startLongitude '23.85035'^^xsd:double;
  dwc:endLongitude '23.85035'^^xsd:double;
  dwc:latitude '39.61265'^^xsd:double;
  dwc:startLatitude '39.61265'^^xsd:double;
  dwc:endLatitude '39.61265'^^xsd:double;
  dwc:boundingBox 'POLYGON ((23.85035 39.61265, 23.85035 39.61265, 23.85035 39.61265, 23.85035 39.61265, 23.85035 39.61265))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_6892'^^xsd:string;
  dwc:observationDate '2013-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2961> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.47073 -21.63613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.47073"^^xsd:decimal ;
  dwc:decimalLongitude "-21.63613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2961'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_2961'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '22.283333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-21.63613'^^xsd:double;
  dwc:startLongitude '-21.63613'^^xsd:double;
  dwc:endLongitude '-21.63613'^^xsd:double;
  dwc:latitude '66.47073'^^xsd:double;
  dwc:startLatitude '66.47073'^^xsd:double;
  dwc:endLatitude '66.47073'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-21.63613 66.47073, -21.63613 66.47073, -21.63613 66.47073, -21.63613 66.47073, -21.63613 66.47073))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_2961'^^xsd:string;
  dwc:observationDate '2004-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_958> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.227 -28.3765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.227"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_958'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_958'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '6.7472222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.3765'^^xsd:double;
  dwc:startLongitude '-28.3765'^^xsd:double;
  dwc:endLongitude '-28.3765'^^xsd:double;
  dwc:latitude '38.227'^^xsd:double;
  dwc:startLatitude '38.227'^^xsd:double;
  dwc:endLatitude '38.227'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.3765 38.227, -28.3765 38.227, -28.3765 38.227, -28.3765 38.227, -28.3765 38.227))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_958'^^xsd:string;
  dwc:observationDate '1995-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2868> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6613 -24.34778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.6613"^^xsd:decimal ;
  dwc:decimalLongitude "-24.34778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2868'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_2868'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '21.296111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.34778'^^xsd:double;
  dwc:startLongitude '-24.34778'^^xsd:double;
  dwc:endLongitude '-24.34778'^^xsd:double;
  dwc:latitude '64.6613'^^xsd:double;
  dwc:startLatitude '64.6613'^^xsd:double;
  dwc:endLatitude '64.6613'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.34778 64.6613, -24.34778 64.6613, -24.34778 64.6613, -24.34778 64.6613, -24.34778 64.6613))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_2868'^^xsd:string;
  dwc:observationDate '2004-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_460> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.54233 7.8355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.54233"^^xsd:decimal ;
  dwc:decimalLongitude "7.8355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_460'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_460'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.6875'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.8355'^^xsd:double;
  dwc:startLongitude '7.8355'^^xsd:double;
  dwc:endLongitude '7.8355'^^xsd:double;
  dwc:latitude '43.54233'^^xsd:double;
  dwc:startLatitude '43.54233'^^xsd:double;
  dwc:endLatitude '43.54233'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.8355 43.54233, 7.8355 43.54233, 7.8355 43.54233, 7.8355 43.54233, 7.8355 43.54233))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_460'^^xsd:string;
  dwc:observationDate '1994-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2115> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78313 -44.5589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.78313"^^xsd:decimal ;
  dwc:decimalLongitude "-44.5589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2115'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_2115'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-44.5589'^^xsd:double;
  dwc:startLongitude '-44.5589'^^xsd:double;
  dwc:endLongitude '-44.5589'^^xsd:double;
  dwc:latitude '44.78313'^^xsd:double;
  dwc:startLatitude '44.78313'^^xsd:double;
  dwc:endLatitude '44.78313'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-44.5589 44.78313, -44.5589 44.78313, -44.5589 44.78313, -44.5589 44.78313, -44.5589 44.78313))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_2115'^^xsd:string;
  dwc:observationDate '2001-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3008> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.23507 -17.17737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.23507"^^xsd:decimal ;
  dwc:decimalLongitude "-17.17737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3008'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1158_3008'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '12.855'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.17737'^^xsd:double;
  dwc:startLongitude '-17.17737'^^xsd:double;
  dwc:endLongitude '-17.17737'^^xsd:double;
  dwc:latitude '66.23507'^^xsd:double;
  dwc:startLatitude '66.23507'^^xsd:double;
  dwc:endLatitude '66.23507'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.17737 66.23507, -17.17737 66.23507, -17.17737 66.23507, -17.17737 66.23507, -17.17737 66.23507))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_3008'^^xsd:string;
  dwc:observationDate '2004-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5134> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.33065 -28.19232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.33065"^^xsd:decimal ;
  dwc:decimalLongitude "-28.19232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5134'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_5134'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.2508333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.19232'^^xsd:double;
  dwc:startLongitude '-28.19232'^^xsd:double;
  dwc:endLongitude '-28.19232'^^xsd:double;
  dwc:latitude '38.33065'^^xsd:double;
  dwc:startLatitude '38.33065'^^xsd:double;
  dwc:endLatitude '38.33065'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.19232 38.33065, -28.19232 38.33065, -28.19232 38.33065, -28.19232 38.33065, -28.19232 38.33065))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5134'^^xsd:string;
  dwc:observationDate '2008-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2119> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6617 -42.0533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6617"^^xsd:decimal ;
  dwc:decimalLongitude "-42.0533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2119'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_2119'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-42.0533'^^xsd:double;
  dwc:startLongitude '-42.0533'^^xsd:double;
  dwc:endLongitude '-42.0533'^^xsd:double;
  dwc:latitude '45.6617'^^xsd:double;
  dwc:startLatitude '45.6617'^^xsd:double;
  dwc:endLatitude '45.6617'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-42.0533 45.6617, -42.0533 45.6617, -42.0533 45.6617, -42.0533 45.6617, -42.0533 45.6617))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_2119'^^xsd:string;
  dwc:observationDate '2001-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4607> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.19345 23.7793)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.19345"^^xsd:decimal ;
  dwc:decimalLongitude "23.7793"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4607'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_4607'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.0491666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '23.7793'^^xsd:double;
  dwc:startLongitude '23.7793'^^xsd:double;
  dwc:endLongitude '23.7793'^^xsd:double;
  dwc:latitude '35.19345'^^xsd:double;
  dwc:startLatitude '35.19345'^^xsd:double;
  dwc:endLatitude '35.19345'^^xsd:double;
  dwc:boundingBox 'POLYGON ((23.7793 35.19345, 23.7793 35.19345, 23.7793 35.19345, 23.7793 35.19345, 23.7793 35.19345))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_4607'^^xsd:string;
  dwc:observationDate '2007-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_735> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.4735 -61.58167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.4735"^^xsd:decimal ;
  dwc:decimalLongitude "-61.58167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_735'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_735'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.3461111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.58167'^^xsd:double;
  dwc:startLongitude '-61.58167'^^xsd:double;
  dwc:endLongitude '-61.58167'^^xsd:double;
  dwc:latitude '15.4735'^^xsd:double;
  dwc:startLatitude '15.4735'^^xsd:double;
  dwc:endLatitude '15.4735'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.58167 15.4735, -61.58167 15.4735, -61.58167 15.4735, -61.58167 15.4735, -61.58167 15.4735))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_735'^^xsd:string;
  dwc:observationDate '1995-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4587> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.08683 14.35042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.08683"^^xsd:decimal ;
  dwc:decimalLongitude "14.35042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4587'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_4587'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.026944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '14.35042'^^xsd:double;
  dwc:startLongitude '14.35042'^^xsd:double;
  dwc:endLongitude '14.35042'^^xsd:double;
  dwc:latitude '35.08683'^^xsd:double;
  dwc:startLatitude '35.08683'^^xsd:double;
  dwc:endLatitude '35.08683'^^xsd:double;
  dwc:boundingBox 'POLYGON ((14.35042 35.08683, 14.35042 35.08683, 14.35042 35.08683, 14.35042 35.08683, 14.35042 35.08683))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_4587'^^xsd:string;
  dwc:observationDate '2007-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6640> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0964 -5.21412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.0964"^^xsd:decimal ;
  dwc:decimalLongitude "-5.21412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6640'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_6640'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.72611111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.21412'^^xsd:double;
  dwc:startLongitude '-5.21412'^^xsd:double;
  dwc:endLongitude '-5.21412'^^xsd:double;
  dwc:latitude '36.0964'^^xsd:double;
  dwc:startLatitude '36.0964'^^xsd:double;
  dwc:endLatitude '36.0964'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.21412 36.0964, -5.21412 36.0964, -5.21412 36.0964, -5.21412 36.0964, -5.21412 36.0964))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_6640'^^xsd:string;
  dwc:observationDate '2013-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1781> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.83077 -69.26832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.83077"^^xsd:decimal ;
  dwc:decimalLongitude "-69.26832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1781'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_1781'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.951388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-69.26832'^^xsd:double;
  dwc:startLongitude '-69.26832'^^xsd:double;
  dwc:endLongitude '-69.26832'^^xsd:double;
  dwc:latitude '41.83077'^^xsd:double;
  dwc:startLatitude '41.83077'^^xsd:double;
  dwc:endLatitude '41.83077'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.26832 41.83077, -69.26832 41.83077, -69.26832 41.83077, -69.26832 41.83077, -69.26832 41.83077))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_1781'^^xsd:string;
  dwc:observationDate '2000-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6004> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.8264 -42.42162)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.8264"^^xsd:decimal ;
  dwc:decimalLongitude "-42.42162"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6004'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_6004'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.242777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-42.42162'^^xsd:double;
  dwc:startLongitude '-42.42162'^^xsd:double;
  dwc:endLongitude '-42.42162'^^xsd:double;
  dwc:latitude '40.8264'^^xsd:double;
  dwc:startLatitude '40.8264'^^xsd:double;
  dwc:endLatitude '40.8264'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-42.42162 40.8264, -42.42162 40.8264, -42.42162 40.8264, -42.42162 40.8264, -42.42162 40.8264))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_6004'^^xsd:string;
  dwc:observationDate '2012-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5274> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.64035 -17.11852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.64035"^^xsd:decimal ;
  dwc:decimalLongitude "-17.11852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5274'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_5274'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.1525'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.11852'^^xsd:double;
  dwc:startLongitude '-17.11852'^^xsd:double;
  dwc:endLongitude '-17.11852'^^xsd:double;
  dwc:latitude '32.64035'^^xsd:double;
  dwc:startLatitude '32.64035'^^xsd:double;
  dwc:endLatitude '32.64035'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.11852 32.64035, -17.11852 32.64035, -17.11852 32.64035, -17.11852 32.64035, -17.11852 32.64035))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5274'^^xsd:string;
  dwc:observationDate '2008-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5849> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.6931 -25.31445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.6931"^^xsd:decimal ;
  dwc:decimalLongitude "-25.31445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5849'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_5849'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '8.6441666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.31445'^^xsd:double;
  dwc:startLongitude '-25.31445'^^xsd:double;
  dwc:endLongitude '-25.31445'^^xsd:double;
  dwc:latitude '37.6931'^^xsd:double;
  dwc:startLatitude '37.6931'^^xsd:double;
  dwc:endLatitude '37.6931'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.31445 37.6931, -25.31445 37.6931, -25.31445 37.6931, -25.31445 37.6931, -25.31445 37.6931))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5849'^^xsd:string;
  dwc:observationDate '2012-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3178> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.93685 -31.19732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.93685"^^xsd:decimal ;
  dwc:decimalLongitude "-31.19732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3178'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_3178'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.1644444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-31.19732'^^xsd:double;
  dwc:startLongitude '-31.19732'^^xsd:double;
  dwc:endLongitude '-31.19732'^^xsd:double;
  dwc:latitude '64.93685'^^xsd:double;
  dwc:startLatitude '64.93685'^^xsd:double;
  dwc:endLatitude '64.93685'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-31.19732 64.93685, -31.19732 64.93685, -31.19732 64.93685, -31.19732 64.93685, -31.19732 64.93685))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_3178'^^xsd:string;
  dwc:observationDate '2004-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1717> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.2027 -61.73531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.2027"^^xsd:decimal ;
  dwc:decimalLongitude "-61.73531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1717'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_1717'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.746944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.73531'^^xsd:double;
  dwc:startLongitude '-61.73531'^^xsd:double;
  dwc:endLongitude '-61.73531'^^xsd:double;
  dwc:latitude '12.2027'^^xsd:double;
  dwc:startLatitude '12.2027'^^xsd:double;
  dwc:endLatitude '12.2027'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.73531 12.2027, -61.73531 12.2027, -61.73531 12.2027, -61.73531 12.2027, -61.73531 12.2027))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_1717'^^xsd:string;
  dwc:observationDate '2000-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3990> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.91368 -47.5592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.91368"^^xsd:decimal ;
  dwc:decimalLongitude "-47.5592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3990'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_3990'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.375'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-47.5592'^^xsd:double;
  dwc:startLongitude '-47.5592'^^xsd:double;
  dwc:endLongitude '-47.5592'^^xsd:double;
  dwc:latitude '45.91368'^^xsd:double;
  dwc:startLatitude '45.91368'^^xsd:double;
  dwc:endLatitude '45.91368'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-47.5592 45.91368, -47.5592 45.91368, -47.5592 45.91368, -47.5592 45.91368, -47.5592 45.91368))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_3990'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2118> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.34203 -42.94742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.34203"^^xsd:decimal ;
  dwc:decimalLongitude "-42.94742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2118'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_2118'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-42.94742'^^xsd:double;
  dwc:startLongitude '-42.94742'^^xsd:double;
  dwc:endLongitude '-42.94742'^^xsd:double;
  dwc:latitude '45.34203'^^xsd:double;
  dwc:startLatitude '45.34203'^^xsd:double;
  dwc:endLatitude '45.34203'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-42.94742 45.34203, -42.94742 45.34203, -42.94742 45.34203, -42.94742 45.34203, -42.94742 45.34203))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_2118'^^xsd:string;
  dwc:observationDate '2001-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4673> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.5455 30.08472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.5455"^^xsd:decimal ;
  dwc:decimalLongitude "30.08472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4673'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_4673'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '21.357222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '30.08472'^^xsd:double;
  dwc:startLongitude '30.08472'^^xsd:double;
  dwc:endLongitude '30.08472'^^xsd:double;
  dwc:latitude '35.5455'^^xsd:double;
  dwc:startLatitude '35.5455'^^xsd:double;
  dwc:endLatitude '35.5455'^^xsd:double;
  dwc:boundingBox 'POLYGON ((30.08472 35.5455, 30.08472 35.5455, 30.08472 35.5455, 30.08472 35.5455, 30.08472 35.5455))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_4673'^^xsd:string;
  dwc:observationDate '2007-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4504> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.82278 -21.77253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.82278"^^xsd:decimal ;
  dwc:decimalLongitude "-21.77253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4504'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_4504'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.244722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-21.77253'^^xsd:double;
  dwc:startLongitude '-21.77253'^^xsd:double;
  dwc:endLongitude '-21.77253'^^xsd:double;
  dwc:latitude '67.82278'^^xsd:double;
  dwc:startLatitude '67.82278'^^xsd:double;
  dwc:endLatitude '67.82278'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-21.77253 67.82278, -21.77253 67.82278, -21.77253 67.82278, -21.77253 67.82278, -21.77253 67.82278))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_4504'^^xsd:string;
  dwc:observationDate '2006-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5566> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.69175 -8.69763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.69175"^^xsd:decimal ;
  dwc:decimalLongitude "-8.69763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5566'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_5566'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11.575277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-8.69763'^^xsd:double;
  dwc:startLongitude '-8.69763'^^xsd:double;
  dwc:endLongitude '-8.69763'^^xsd:double;
  dwc:latitude '58.69175'^^xsd:double;
  dwc:startLatitude '58.69175'^^xsd:double;
  dwc:endLatitude '58.69175'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.69763 58.69175, -8.69763 58.69175, -8.69763 58.69175, -8.69763 58.69175, -8.69763 58.69175))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5566'^^xsd:string;
  dwc:observationDate '2010-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4960> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.30444 -28.21323)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.30444"^^xsd:decimal ;
  dwc:decimalLongitude "-28.21323"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4960'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_4960'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '8.8288888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.21323'^^xsd:double;
  dwc:startLongitude '-28.21323'^^xsd:double;
  dwc:endLongitude '-28.21323'^^xsd:double;
  dwc:latitude '38.30444'^^xsd:double;
  dwc:startLatitude '38.30444'^^xsd:double;
  dwc:endLatitude '38.30444'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.21323 38.30444, -28.21323 38.30444, -28.21323 38.30444, -28.21323 38.30444, -28.21323 38.30444))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_4960'^^xsd:string;
  dwc:observationDate '2008-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5469> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.87255 -15.27602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.87255"^^xsd:decimal ;
  dwc:decimalLongitude "-15.27602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5469'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_5469'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '1.685'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-15.27602'^^xsd:double;
  dwc:startLongitude '-15.27602'^^xsd:double;
  dwc:endLongitude '-15.27602'^^xsd:double;
  dwc:latitude '51.87255'^^xsd:double;
  dwc:startLatitude '51.87255'^^xsd:double;
  dwc:endLatitude '51.87255'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-15.27602 51.87255, -15.27602 51.87255, -15.27602 51.87255, -15.27602 51.87255, -15.27602 51.87255))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5469'^^xsd:string;
  dwc:observationDate '2010-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6543> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.83849 -5.13895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.83849"^^xsd:decimal ;
  dwc:decimalLongitude "-5.13895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6543'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_6543'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.5044444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.13895'^^xsd:double;
  dwc:startLongitude '-5.13895'^^xsd:double;
  dwc:endLongitude '-5.13895'^^xsd:double;
  dwc:latitude '62.83849'^^xsd:double;
  dwc:startLatitude '62.83849'^^xsd:double;
  dwc:endLatitude '62.83849'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.13895 62.83849, -5.13895 62.83849, -5.13895 62.83849, -5.13895 62.83849, -5.13895 62.83849))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_6543'^^xsd:string;
  dwc:observationDate '2012-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3289> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4204 5.46098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4204"^^xsd:decimal ;
  dwc:decimalLongitude "5.46098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3289'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_3289'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.586666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '5.46098'^^xsd:double;
  dwc:startLongitude '5.46098'^^xsd:double;
  dwc:endLongitude '5.46098'^^xsd:double;
  dwc:latitude '37.4204'^^xsd:double;
  dwc:startLatitude '37.4204'^^xsd:double;
  dwc:endLatitude '37.4204'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.46098 37.4204, 5.46098 37.4204, 5.46098 37.4204, 5.46098 37.4204, 5.46098 37.4204))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_3289'^^xsd:string;
  dwc:observationDate '2004-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6796> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.64735 24.22015)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.64735"^^xsd:decimal ;
  dwc:decimalLongitude "24.22015"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6796'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_6796'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.065277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '24.22015'^^xsd:double;
  dwc:startLongitude '24.22015'^^xsd:double;
  dwc:endLongitude '24.22015'^^xsd:double;
  dwc:latitude '40.64735'^^xsd:double;
  dwc:startLatitude '40.64735'^^xsd:double;
  dwc:endLatitude '40.64735'^^xsd:double;
  dwc:boundingBox 'POLYGON ((24.22015 40.64735, 24.22015 40.64735, 24.22015 40.64735, 24.22015 40.64735, 24.22015 40.64735))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_6796'^^xsd:string;
  dwc:observationDate '2013-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5114> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.31223 -28.1556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.31223"^^xsd:decimal ;
  dwc:decimalLongitude "-28.1556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5114'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_5114'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '19.109722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.1556'^^xsd:double;
  dwc:startLongitude '-28.1556'^^xsd:double;
  dwc:endLongitude '-28.1556'^^xsd:double;
  dwc:latitude '38.31223'^^xsd:double;
  dwc:startLatitude '38.31223'^^xsd:double;
  dwc:endLatitude '38.31223'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.1556 38.31223, -28.1556 38.31223, -28.1556 38.31223, -28.1556 38.31223, -28.1556 38.31223))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5114'^^xsd:string;
  dwc:observationDate '2008-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1814> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.91007 -69.46395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.91007"^^xsd:decimal ;
  dwc:decimalLongitude "-69.46395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1814'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_1814'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '6.3702777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-69.46395'^^xsd:double;
  dwc:startLongitude '-69.46395'^^xsd:double;
  dwc:endLongitude '-69.46395'^^xsd:double;
  dwc:latitude '41.91007'^^xsd:double;
  dwc:startLatitude '41.91007'^^xsd:double;
  dwc:endLatitude '41.91007'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.46395 41.91007, -69.46395 41.91007, -69.46395 41.91007, -69.46395 41.91007, -69.46395 41.91007))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_1814'^^xsd:string;
  dwc:observationDate '2000-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4948> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34028 -28.20198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.34028"^^xsd:decimal ;
  dwc:decimalLongitude "-28.20198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4948'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_4948'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.691944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.20198'^^xsd:double;
  dwc:startLongitude '-28.20198'^^xsd:double;
  dwc:endLongitude '-28.20198'^^xsd:double;
  dwc:latitude '38.34028'^^xsd:double;
  dwc:startLatitude '38.34028'^^xsd:double;
  dwc:endLatitude '38.34028'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.20198 38.34028, -28.20198 38.34028, -28.20198 38.34028, -28.20198 38.34028, -28.20198 38.34028))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_4948'^^xsd:string;
  dwc:observationDate '2008-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1052> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.1045 -61.80583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.1045"^^xsd:decimal ;
  dwc:decimalLongitude "-61.80583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1052'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_1052'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '2.3658333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.80583'^^xsd:double;
  dwc:startLongitude '-61.80583'^^xsd:double;
  dwc:endLongitude '-61.80583'^^xsd:double;
  dwc:latitude '12.1045'^^xsd:double;
  dwc:startLatitude '12.1045'^^xsd:double;
  dwc:endLatitude '12.1045'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.80583 12.1045, -61.80583 12.1045, -61.80583 12.1045, -61.80583 12.1045, -61.80583 12.1045))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_1052'^^xsd:string;
  dwc:observationDate '1996-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5201> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.63076 -14.39975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.63076"^^xsd:decimal ;
  dwc:decimalLongitude "-14.39975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5201'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_5201'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.048055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-14.39975'^^xsd:double;
  dwc:startLongitude '-14.39975'^^xsd:double;
  dwc:endLongitude '-14.39975'^^xsd:double;
  dwc:latitude '33.63076'^^xsd:double;
  dwc:startLatitude '33.63076'^^xsd:double;
  dwc:endLatitude '33.63076'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-14.39975 33.63076, -14.39975 33.63076, -14.39975 33.63076, -14.39975 33.63076, -14.39975 33.63076))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5201'^^xsd:string;
  dwc:observationDate '2008-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4911> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.35072 -28.26718)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.35072"^^xsd:decimal ;
  dwc:decimalLongitude "-28.26718"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4911'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_4911'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.359722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.26718'^^xsd:double;
  dwc:startLongitude '-28.26718'^^xsd:double;
  dwc:endLongitude '-28.26718'^^xsd:double;
  dwc:latitude '38.35072'^^xsd:double;
  dwc:startLatitude '38.35072'^^xsd:double;
  dwc:endLatitude '38.35072'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.26718 38.35072, -28.26718 38.35072, -28.26718 38.35072, -28.26718 38.35072, -28.26718 38.35072))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_4911'^^xsd:string;
  dwc:observationDate '2008-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6061> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73336 -52.11883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73336"^^xsd:decimal ;
  dwc:decimalLongitude "-52.11883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6061'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_6061'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.4894444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-52.11883'^^xsd:double;
  dwc:startLongitude '-52.11883'^^xsd:double;
  dwc:endLongitude '-52.11883'^^xsd:double;
  dwc:latitude '36.73336'^^xsd:double;
  dwc:startLatitude '36.73336'^^xsd:double;
  dwc:endLatitude '36.73336'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.11883 36.73336, -52.11883 36.73336, -52.11883 36.73336, -52.11883 36.73336, -52.11883 36.73336))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_6061'^^xsd:string;
  dwc:observationDate '2012-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4612> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.21041 26.16845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.21041"^^xsd:decimal ;
  dwc:decimalLongitude "26.16845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4612'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_4612'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '3.7163888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '26.16845'^^xsd:double;
  dwc:startLongitude '26.16845'^^xsd:double;
  dwc:endLongitude '26.16845'^^xsd:double;
  dwc:latitude '36.21041'^^xsd:double;
  dwc:startLatitude '36.21041'^^xsd:double;
  dwc:endLatitude '36.21041'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.16845 36.21041, 26.16845 36.21041, 26.16845 36.21041, 26.16845 36.21041, 26.16845 36.21041))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_4612'^^xsd:string;
  dwc:observationDate '2007-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_405> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.74217 8.64383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.74217"^^xsd:decimal ;
  dwc:decimalLongitude "8.64383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_405'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_405'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '20.702777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '8.64383'^^xsd:double;
  dwc:startLongitude '8.64383'^^xsd:double;
  dwc:endLongitude '8.64383'^^xsd:double;
  dwc:latitude '42.74217'^^xsd:double;
  dwc:startLatitude '42.74217'^^xsd:double;
  dwc:endLatitude '42.74217'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.64383 42.74217, 8.64383 42.74217, 8.64383 42.74217, 8.64383 42.74217, 8.64383 42.74217))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_405'^^xsd:string;
  dwc:observationDate '1994-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6032> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4811 -47.52232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4811"^^xsd:decimal ;
  dwc:decimalLongitude "-47.52232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6032'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_6032'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.835277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-47.52232'^^xsd:double;
  dwc:startLongitude '-47.52232'^^xsd:double;
  dwc:endLongitude '-47.52232'^^xsd:double;
  dwc:latitude '38.4811'^^xsd:double;
  dwc:startLatitude '38.4811'^^xsd:double;
  dwc:endLatitude '38.4811'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-47.52232 38.4811, -47.52232 38.4811, -47.52232 38.4811, -47.52232 38.4811, -47.52232 38.4811))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_6032'^^xsd:string;
  dwc:observationDate '2012-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3389> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.72346 -4.17862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.72346"^^xsd:decimal ;
  dwc:decimalLongitude "-4.17862"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3389'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_3389'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '1.9711111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-4.17862'^^xsd:double;
  dwc:startLongitude '-4.17862'^^xsd:double;
  dwc:endLongitude '-4.17862'^^xsd:double;
  dwc:latitude '35.72346'^^xsd:double;
  dwc:startLatitude '35.72346'^^xsd:double;
  dwc:endLatitude '35.72346'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.17862 35.72346, -4.17862 35.72346, -4.17862 35.72346, -4.17862 35.72346, -4.17862 35.72346))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_3389'^^xsd:string;
  dwc:observationDate '2004-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6591> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.50703 -8.5315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.50703"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6591'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_6591'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.5025'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-8.5315'^^xsd:double;
  dwc:startLongitude '-8.5315'^^xsd:double;
  dwc:endLongitude '-8.5315'^^xsd:double;
  dwc:latitude '47.50703'^^xsd:double;
  dwc:startLatitude '47.50703'^^xsd:double;
  dwc:endLatitude '47.50703'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.5315 47.50703, -8.5315 47.50703, -8.5315 47.50703, -8.5315 47.50703, -8.5315 47.50703))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_6591'^^xsd:string;
  dwc:observationDate '2013-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2844> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.99895 -23.70072)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.99895"^^xsd:decimal ;
  dwc:decimalLongitude "-23.70072"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2844'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_2844'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.2202777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.70072'^^xsd:double;
  dwc:startLongitude '-23.70072'^^xsd:double;
  dwc:endLongitude '-23.70072'^^xsd:double;
  dwc:latitude '64.99895'^^xsd:double;
  dwc:startLatitude '64.99895'^^xsd:double;
  dwc:endLatitude '64.99895'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.70072 64.99895, -23.70072 64.99895, -23.70072 64.99895, -23.70072 64.99895, -23.70072 64.99895))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_2844'^^xsd:string;
  dwc:observationDate '2004-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3554> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.82545 -68.6166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.82545"^^xsd:decimal ;
  dwc:decimalLongitude "-68.6166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3554'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_3554'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.741944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.6166'^^xsd:double;
  dwc:startLongitude '-68.6166'^^xsd:double;
  dwc:endLongitude '-68.6166'^^xsd:double;
  dwc:latitude '41.82545'^^xsd:double;
  dwc:startLatitude '41.82545'^^xsd:double;
  dwc:endLatitude '41.82545'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.6166 41.82545, -68.6166 41.82545, -68.6166 41.82545, -68.6166 41.82545, -68.6166 41.82545))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_3554'^^xsd:string;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5731> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.31857 -28.32767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.31857"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5731'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_5731'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.136388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.32767'^^xsd:double;
  dwc:startLongitude '-28.32767'^^xsd:double;
  dwc:endLongitude '-28.32767'^^xsd:double;
  dwc:latitude '38.31857'^^xsd:double;
  dwc:startLatitude '38.31857'^^xsd:double;
  dwc:endLatitude '38.31857'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.32767 38.31857, -28.32767 38.31857, -28.32767 38.31857, -28.32767 38.31857, -28.32767 38.31857))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5731'^^xsd:string;
  dwc:observationDate '2012-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4105> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.63836 -17.52532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.63836"^^xsd:decimal ;
  dwc:decimalLongitude "-17.52532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4105'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_4105'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.228888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.52532'^^xsd:double;
  dwc:startLongitude '-17.52532'^^xsd:double;
  dwc:endLongitude '-17.52532'^^xsd:double;
  dwc:latitude '66.63836'^^xsd:double;
  dwc:startLatitude '66.63836'^^xsd:double;
  dwc:endLatitude '66.63836'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.52532 66.63836, -17.52532 66.63836, -17.52532 66.63836, -17.52532 66.63836, -17.52532 66.63836))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_4105'^^xsd:string;
  dwc:observationDate '2006-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5750> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.53693 -27.11322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.53693"^^xsd:decimal ;
  dwc:decimalLongitude "-27.11322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5750'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_5750'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.9386111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.11322'^^xsd:double;
  dwc:startLongitude '-27.11322'^^xsd:double;
  dwc:endLongitude '-27.11322'^^xsd:double;
  dwc:latitude '37.53693'^^xsd:double;
  dwc:startLatitude '37.53693'^^xsd:double;
  dwc:endLatitude '37.53693'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.11322 37.53693, -27.11322 37.53693, -27.11322 37.53693, -27.11322 37.53693, -27.11322 37.53693))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5750'^^xsd:string;
  dwc:observationDate '2012-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4754> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.64212 -18.01992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.64212"^^xsd:decimal ;
  dwc:decimalLongitude "-18.01992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4754'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_4754'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '10.824444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.01992'^^xsd:double;
  dwc:startLongitude '-18.01992'^^xsd:double;
  dwc:endLongitude '-18.01992'^^xsd:double;
  dwc:latitude '27.64212'^^xsd:double;
  dwc:startLatitude '27.64212'^^xsd:double;
  dwc:endLatitude '27.64212'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.01992 27.64212, -18.01992 27.64212, -18.01992 27.64212, -18.01992 27.64212, -18.01992 27.64212))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_4754'^^xsd:string;
  dwc:observationDate '2008-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4606> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05779 24.25897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05779"^^xsd:decimal ;
  dwc:decimalLongitude "24.25897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4606'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_4606'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '22.943888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '24.25897'^^xsd:double;
  dwc:startLongitude '24.25897'^^xsd:double;
  dwc:endLongitude '24.25897'^^xsd:double;
  dwc:latitude '35.05779'^^xsd:double;
  dwc:startLatitude '35.05779'^^xsd:double;
  dwc:endLatitude '35.05779'^^xsd:double;
  dwc:boundingBox 'POLYGON ((24.25897 35.05779, 24.25897 35.05779, 24.25897 35.05779, 24.25897 35.05779, 24.25897 35.05779))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_4606'^^xsd:string;
  dwc:observationDate '2007-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6628> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.46058 -9.5832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.46058"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6628'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_6628'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.4625'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-9.5832'^^xsd:double;
  dwc:startLongitude '-9.5832'^^xsd:double;
  dwc:endLongitude '-9.5832'^^xsd:double;
  dwc:latitude '36.46058'^^xsd:double;
  dwc:startLatitude '36.46058'^^xsd:double;
  dwc:endLatitude '36.46058'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.5832 36.46058, -9.5832 36.46058, -9.5832 36.46058, -9.5832 36.46058, -9.5832 36.46058))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_6628'^^xsd:string;
  dwc:observationDate '2013-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4666> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.20862 23.34067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.20862"^^xsd:decimal ;
  dwc:decimalLongitude "23.34067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4666'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_4666'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.345277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '23.34067'^^xsd:double;
  dwc:startLongitude '23.34067'^^xsd:double;
  dwc:endLongitude '23.34067'^^xsd:double;
  dwc:latitude '36.20862'^^xsd:double;
  dwc:startLatitude '36.20862'^^xsd:double;
  dwc:endLatitude '36.20862'^^xsd:double;
  dwc:boundingBox 'POLYGON ((23.34067 36.20862, 23.34067 36.20862, 23.34067 36.20862, 23.34067 36.20862, 23.34067 36.20862))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_4666'^^xsd:string;
  dwc:observationDate '2007-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5567> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.66315 -8.63088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.66315"^^xsd:decimal ;
  dwc:decimalLongitude "-8.63088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5567'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_5567'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11.990833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-8.63088'^^xsd:double;
  dwc:startLongitude '-8.63088'^^xsd:double;
  dwc:endLongitude '-8.63088'^^xsd:double;
  dwc:latitude '58.66315'^^xsd:double;
  dwc:startLatitude '58.66315'^^xsd:double;
  dwc:endLatitude '58.66315'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.63088 58.66315, -8.63088 58.66315, -8.63088 58.66315, -8.63088 58.66315, -8.63088 58.66315))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5567'^^xsd:string;
  dwc:observationDate '2010-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5153> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3016 -28.09613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.3016"^^xsd:decimal ;
  dwc:decimalLongitude "-28.09613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5153'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_5153'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.549166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.09613'^^xsd:double;
  dwc:startLongitude '-28.09613'^^xsd:double;
  dwc:endLongitude '-28.09613'^^xsd:double;
  dwc:latitude '38.3016'^^xsd:double;
  dwc:startLatitude '38.3016'^^xsd:double;
  dwc:endLatitude '38.3016'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.09613 38.3016, -28.09613 38.3016, -28.09613 38.3016, -28.09613 38.3016, -28.09613 38.3016))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5153'^^xsd:string;
  dwc:observationDate '2008-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6746> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.50822 26.55184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.50822"^^xsd:decimal ;
  dwc:decimalLongitude "26.55184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6746'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_6746'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.6036111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '26.55184'^^xsd:double;
  dwc:startLongitude '26.55184'^^xsd:double;
  dwc:endLongitude '26.55184'^^xsd:double;
  dwc:latitude '40.50822'^^xsd:double;
  dwc:startLatitude '40.50822'^^xsd:double;
  dwc:endLatitude '40.50822'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.55184 40.50822, 26.55184 40.50822, 26.55184 40.50822, 26.55184 40.50822, 26.55184 40.50822))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_6746'^^xsd:string;
  dwc:observationDate '2013-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6372> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.14485 -22.3701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.14485"^^xsd:decimal ;
  dwc:decimalLongitude "-22.3701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6372'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_6372'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.538333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.3701'^^xsd:double;
  dwc:startLongitude '-22.3701'^^xsd:double;
  dwc:endLongitude '-22.3701'^^xsd:double;
  dwc:latitude '64.14485'^^xsd:double;
  dwc:startLatitude '64.14485'^^xsd:double;
  dwc:endLatitude '64.14485'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.3701 64.14485, -22.3701 64.14485, -22.3701 64.14485, -22.3701 64.14485, -22.3701 64.14485))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_6372'^^xsd:string;
  dwc:observationDate '2012-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5147> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.37691 -28.36735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.37691"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5147'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_5147'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.3225'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.36735'^^xsd:double;
  dwc:startLongitude '-28.36735'^^xsd:double;
  dwc:endLongitude '-28.36735'^^xsd:double;
  dwc:latitude '38.37691'^^xsd:double;
  dwc:startLatitude '38.37691'^^xsd:double;
  dwc:endLatitude '38.37691'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.36735 38.37691, -28.36735 38.37691, -28.36735 38.37691, -28.36735 38.37691, -28.36735 38.37691))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5147'^^xsd:string;
  dwc:observationDate '2008-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3137> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.60943 -24.78617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.60943"^^xsd:decimal ;
  dwc:decimalLongitude "-24.78617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3137'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_3137'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.2055555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.78617'^^xsd:double;
  dwc:startLongitude '-24.78617'^^xsd:double;
  dwc:endLongitude '-24.78617'^^xsd:double;
  dwc:latitude '66.60943'^^xsd:double;
  dwc:startLatitude '66.60943'^^xsd:double;
  dwc:endLatitude '66.60943'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.78617 66.60943, -24.78617 66.60943, -24.78617 66.60943, -24.78617 66.60943, -24.78617 66.60943))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_3137'^^xsd:string;
  dwc:observationDate '2004-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2638> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.75092 -9.36467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.75092"^^xsd:decimal ;
  dwc:decimalLongitude "-9.36467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2638'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_2638'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.3563888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-9.36467'^^xsd:double;
  dwc:startLongitude '-9.36467'^^xsd:double;
  dwc:endLongitude '-9.36467'^^xsd:double;
  dwc:latitude '39.75092'^^xsd:double;
  dwc:startLatitude '39.75092'^^xsd:double;
  dwc:endLatitude '39.75092'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.36467 39.75092, -9.36467 39.75092, -9.36467 39.75092, -9.36467 39.75092, -9.36467 39.75092))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_2638'^^xsd:string;
  dwc:observationDate '2003-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_653> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.3335 -61.45317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.3335"^^xsd:decimal ;
  dwc:decimalLongitude "-61.45317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_653'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_653'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.609444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.45317'^^xsd:double;
  dwc:startLongitude '-61.45317'^^xsd:double;
  dwc:endLongitude '-61.45317'^^xsd:double;
  dwc:latitude '15.3335'^^xsd:double;
  dwc:startLatitude '15.3335'^^xsd:double;
  dwc:endLatitude '15.3335'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.45317 15.3335, -61.45317 15.3335, -61.45317 15.3335, -61.45317 15.3335, -61.45317 15.3335))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_653'^^xsd:string;
  dwc:observationDate '1995-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_7020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_7020> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_7020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65335 -7.59175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65335"^^xsd:decimal ;
  dwc:decimalLongitude "-7.59175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_7020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_7020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_7020'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_7020'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '4.9127777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-7.59175'^^xsd:double;
  dwc:startLongitude '-7.59175'^^xsd:double;
  dwc:endLongitude '-7.59175'^^xsd:double;
  dwc:latitude '47.65335'^^xsd:double;
  dwc:startLatitude '47.65335'^^xsd:double;
  dwc:endLatitude '47.65335'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.59175 47.65335, -7.59175 47.65335, -7.59175 47.65335, -7.59175 47.65335, -7.59175 47.65335))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_7020'^^xsd:string;
  dwc:observationDate '2013-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2625> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.18052 -3.62008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.18052"^^xsd:decimal ;
  dwc:decimalLongitude "-3.62008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2625'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_2625'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.0636111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-3.62008'^^xsd:double;
  dwc:startLongitude '-3.62008'^^xsd:double;
  dwc:endLongitude '-3.62008'^^xsd:double;
  dwc:latitude '50.18052'^^xsd:double;
  dwc:startLatitude '50.18052'^^xsd:double;
  dwc:endLatitude '50.18052'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.62008 50.18052, -3.62008 50.18052, -3.62008 50.18052, -3.62008 50.18052, -3.62008 50.18052))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_2625'^^xsd:string;
  dwc:observationDate '2003-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_614> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.52583 -12.68417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.52583"^^xsd:decimal ;
  dwc:decimalLongitude "-12.68417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_614'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_614'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '4.0488888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-12.68417'^^xsd:double;
  dwc:startLongitude '-12.68417'^^xsd:double;
  dwc:endLongitude '-12.68417'^^xsd:double;
  dwc:latitude '31.52583'^^xsd:double;
  dwc:startLatitude '31.52583'^^xsd:double;
  dwc:endLatitude '31.52583'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-12.68417 31.52583, -12.68417 31.52583, -12.68417 31.52583, -12.68417 31.52583, -12.68417 31.52583))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_614'^^xsd:string;
  dwc:observationDate '1994-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2199> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.63173 -13.24838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.63173"^^xsd:decimal ;
  dwc:decimalLongitude "-13.24838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2199'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_2199'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-13.24838'^^xsd:double;
  dwc:startLongitude '-13.24838'^^xsd:double;
  dwc:endLongitude '-13.24838'^^xsd:double;
  dwc:latitude '49.63173'^^xsd:double;
  dwc:startLatitude '49.63173'^^xsd:double;
  dwc:endLatitude '49.63173'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-13.24838 49.63173, -13.24838 49.63173, -13.24838 49.63173, -13.24838 49.63173, -13.24838 49.63173))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_2199'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2786> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.11167 -22.59555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.11167"^^xsd:decimal ;
  dwc:decimalLongitude "-22.59555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2786'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_2786'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '13.703333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.59555'^^xsd:double;
  dwc:startLongitude '-22.59555'^^xsd:double;
  dwc:endLongitude '-22.59555'^^xsd:double;
  dwc:latitude '64.11167'^^xsd:double;
  dwc:startLatitude '64.11167'^^xsd:double;
  dwc:endLatitude '64.11167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.59555 64.11167, -22.59555 64.11167, -22.59555 64.11167, -22.59555 64.11167, -22.59555 64.11167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_2786'^^xsd:string;
  dwc:observationDate '2004-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5470> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.82296 -15.00422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.82296"^^xsd:decimal ;
  dwc:decimalLongitude "-15.00422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5470'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_5470'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-15.00422'^^xsd:double;
  dwc:startLongitude '-15.00422'^^xsd:double;
  dwc:endLongitude '-15.00422'^^xsd:double;
  dwc:latitude '51.82296'^^xsd:double;
  dwc:startLatitude '51.82296'^^xsd:double;
  dwc:endLatitude '51.82296'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-15.00422 51.82296, -15.00422 51.82296, -15.00422 51.82296, -15.00422 51.82296, -15.00422 51.82296))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5470'^^xsd:string;
  dwc:observationDate '2010-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2876> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.24612 -25.92199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.24612"^^xsd:decimal ;
  dwc:decimalLongitude "-25.92199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2876'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_2876'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.015277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.92199'^^xsd:double;
  dwc:startLongitude '-25.92199'^^xsd:double;
  dwc:endLongitude '-25.92199'^^xsd:double;
  dwc:latitude '66.24612'^^xsd:double;
  dwc:startLatitude '66.24612'^^xsd:double;
  dwc:endLatitude '66.24612'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.92199 66.24612, -25.92199 66.24612, -25.92199 66.24612, -25.92199 66.24612, -25.92199 66.24612))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_2876'^^xsd:string;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3769> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.59429 -66.21202)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.59429"^^xsd:decimal ;
  dwc:decimalLongitude "-66.21202"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3769'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_3769'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.069444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.21202'^^xsd:double;
  dwc:startLongitude '-66.21202'^^xsd:double;
  dwc:endLongitude '-66.21202'^^xsd:double;
  dwc:latitude '43.59429'^^xsd:double;
  dwc:startLatitude '43.59429'^^xsd:double;
  dwc:endLatitude '43.59429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.21202 43.59429, -66.21202 43.59429, -66.21202 43.59429, -66.21202 43.59429, -66.21202 43.59429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_3769'^^xsd:string;
  dwc:observationDate '2005-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6817> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.65748 23.9422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.65748"^^xsd:decimal ;
  dwc:decimalLongitude "23.9422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6817'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_6817'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '8.4802777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '23.9422'^^xsd:double;
  dwc:startLongitude '23.9422'^^xsd:double;
  dwc:endLongitude '23.9422'^^xsd:double;
  dwc:latitude '40.65748'^^xsd:double;
  dwc:startLatitude '40.65748'^^xsd:double;
  dwc:endLatitude '40.65748'^^xsd:double;
  dwc:boundingBox 'POLYGON ((23.9422 40.65748, 23.9422 40.65748, 23.9422 40.65748, 23.9422 40.65748, 23.9422 40.65748))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_6817'^^xsd:string;
  dwc:observationDate '2013-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_964> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.27217 -28.17467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.27217"^^xsd:decimal ;
  dwc:decimalLongitude "-28.17467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_964'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_964'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '16.799444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.17467'^^xsd:double;
  dwc:startLongitude '-28.17467'^^xsd:double;
  dwc:endLongitude '-28.17467'^^xsd:double;
  dwc:latitude '38.27217'^^xsd:double;
  dwc:startLatitude '38.27217'^^xsd:double;
  dwc:endLatitude '38.27217'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.17467 38.27217, -28.17467 38.27217, -28.17467 38.27217, -28.17467 38.27217, -28.17467 38.27217))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_964'^^xsd:string;
  dwc:observationDate '1995-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4615> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47743 28.93275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.47743"^^xsd:decimal ;
  dwc:decimalLongitude "28.93275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4615'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_4615'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '23.925277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '28.93275'^^xsd:double;
  dwc:startLongitude '28.93275'^^xsd:double;
  dwc:endLongitude '28.93275'^^xsd:double;
  dwc:latitude '36.47743'^^xsd:double;
  dwc:startLatitude '36.47743'^^xsd:double;
  dwc:endLatitude '36.47743'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.93275 36.47743, 28.93275 36.47743, 28.93275 36.47743, 28.93275 36.47743, 28.93275 36.47743))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_4615'^^xsd:string;
  dwc:observationDate '2007-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2628> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.42158 -6.74308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.42158"^^xsd:decimal ;
  dwc:decimalLongitude "-6.74308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2628'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1158_2628'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '5.8986111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.74308'^^xsd:double;
  dwc:startLongitude '-6.74308'^^xsd:double;
  dwc:endLongitude '-6.74308'^^xsd:double;
  dwc:latitude '46.42158'^^xsd:double;
  dwc:startLatitude '46.42158'^^xsd:double;
  dwc:endLatitude '46.42158'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.74308 46.42158, -6.74308 46.42158, -6.74308 46.42158, -6.74308 46.42158, -6.74308 46.42158))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_2628'^^xsd:string;
  dwc:observationDate '2003-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4729> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.99465 18.07928)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.99465"^^xsd:decimal ;
  dwc:decimalLongitude "18.07928"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4729'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_4729'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '23.764166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '18.07928'^^xsd:double;
  dwc:startLongitude '18.07928'^^xsd:double;
  dwc:endLongitude '18.07928'^^xsd:double;
  dwc:latitude '40.99465'^^xsd:double;
  dwc:startLatitude '40.99465'^^xsd:double;
  dwc:endLatitude '40.99465'^^xsd:double;
  dwc:boundingBox 'POLYGON ((18.07928 40.99465, 18.07928 40.99465, 18.07928 40.99465, 18.07928 40.99465, 18.07928 40.99465))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_4729'^^xsd:string;
  dwc:observationDate '2007-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_600> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4075 -2.78367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4075"^^xsd:decimal ;
  dwc:decimalLongitude "-2.78367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_600'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_600'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.132222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-2.78367'^^xsd:double;
  dwc:startLongitude '-2.78367'^^xsd:double;
  dwc:endLongitude '-2.78367'^^xsd:double;
  dwc:latitude '36.4075'^^xsd:double;
  dwc:startLatitude '36.4075'^^xsd:double;
  dwc:endLatitude '36.4075'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.78367 36.4075, -2.78367 36.4075, -2.78367 36.4075, -2.78367 36.4075, -2.78367 36.4075))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_600'^^xsd:string;
  dwc:observationDate '1994-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6611> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.52408 -9.71365)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.52408"^^xsd:decimal ;
  dwc:decimalLongitude "-9.71365"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6611'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_6611'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '2.3330555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-9.71365'^^xsd:double;
  dwc:startLongitude '-9.71365'^^xsd:double;
  dwc:endLongitude '-9.71365'^^xsd:double;
  dwc:latitude '41.52408'^^xsd:double;
  dwc:startLatitude '41.52408'^^xsd:double;
  dwc:endLatitude '41.52408'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.71365 41.52408, -9.71365 41.52408, -9.71365 41.52408, -9.71365 41.52408, -9.71365 41.52408))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_6611'^^xsd:string;
  dwc:observationDate '2013-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5576> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.06505 -6.85327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.06505"^^xsd:decimal ;
  dwc:decimalLongitude "-6.85327"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5576'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_5576'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.0458333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.85327'^^xsd:double;
  dwc:startLongitude '-6.85327'^^xsd:double;
  dwc:endLongitude '-6.85327'^^xsd:double;
  dwc:latitude '59.06505'^^xsd:double;
  dwc:startLatitude '59.06505'^^xsd:double;
  dwc:endLatitude '59.06505'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.85327 59.06505, -6.85327 59.06505, -6.85327 59.06505, -6.85327 59.06505, -6.85327 59.06505))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5576'^^xsd:string;
  dwc:observationDate '2010-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6599> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6343 -9.43438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6343"^^xsd:decimal ;
  dwc:decimalLongitude "-9.43438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6599'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_6599'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.615'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-9.43438'^^xsd:double;
  dwc:startLongitude '-9.43438'^^xsd:double;
  dwc:endLongitude '-9.43438'^^xsd:double;
  dwc:latitude '43.6343'^^xsd:double;
  dwc:startLatitude '43.6343'^^xsd:double;
  dwc:endLatitude '43.6343'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.43438 43.6343, -9.43438 43.6343, -9.43438 43.6343, -9.43438 43.6343, -9.43438 43.6343))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_6599'^^xsd:string;
  dwc:observationDate '2013-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_554> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3495 8.6875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3495"^^xsd:decimal ;
  dwc:decimalLongitude "8.6875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_554'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_554'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.258888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '8.6875'^^xsd:double;
  dwc:startLongitude '8.6875'^^xsd:double;
  dwc:endLongitude '8.6875'^^xsd:double;
  dwc:latitude '43.3495'^^xsd:double;
  dwc:startLatitude '43.3495'^^xsd:double;
  dwc:endLatitude '43.3495'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.6875 43.3495, 8.6875 43.3495, 8.6875 43.3495, 8.6875 43.3495, 8.6875 43.3495))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_554'^^xsd:string;
  dwc:observationDate '1994-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1841> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8333 -68.09251)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.09251"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1841'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_1841'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.897222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.09251'^^xsd:double;
  dwc:startLongitude '-68.09251'^^xsd:double;
  dwc:endLongitude '-68.09251'^^xsd:double;
  dwc:latitude '41.8333'^^xsd:double;
  dwc:startLatitude '41.8333'^^xsd:double;
  dwc:endLatitude '41.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.09251 41.8333, -68.09251 41.8333, -68.09251 41.8333, -68.09251 41.8333, -68.09251 41.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_1841'^^xsd:string;
  dwc:observationDate '2000-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_464> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.55233 8.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.55233"^^xsd:decimal ;
  dwc:decimalLongitude "8.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_464'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_464'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.380555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '8.45'^^xsd:double;
  dwc:startLongitude '8.45'^^xsd:double;
  dwc:endLongitude '8.45'^^xsd:double;
  dwc:latitude '41.55233'^^xsd:double;
  dwc:startLatitude '41.55233'^^xsd:double;
  dwc:endLatitude '41.55233'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.45 41.55233, 8.45 41.55233, 8.45 41.55233, 8.45 41.55233, 8.45 41.55233))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_464'^^xsd:string;
  dwc:observationDate '1994-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5713> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45657 -28.60263)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45657"^^xsd:decimal ;
  dwc:decimalLongitude "-28.60263"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5713'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_5713'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.303333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.60263'^^xsd:double;
  dwc:startLongitude '-28.60263'^^xsd:double;
  dwc:endLongitude '-28.60263'^^xsd:double;
  dwc:latitude '38.45657'^^xsd:double;
  dwc:startLatitude '38.45657'^^xsd:double;
  dwc:endLatitude '38.45657'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.60263 38.45657, -28.60263 38.45657, -28.60263 38.45657, -28.60263 38.45657, -28.60263 38.45657))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5713'^^xsd:string;
  dwc:observationDate '2012-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5261> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.58918 -16.87037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.58918"^^xsd:decimal ;
  dwc:decimalLongitude "-16.87037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5261'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_5261'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.356944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.87037'^^xsd:double;
  dwc:startLongitude '-16.87037'^^xsd:double;
  dwc:endLongitude '-16.87037'^^xsd:double;
  dwc:latitude '32.58918'^^xsd:double;
  dwc:startLatitude '32.58918'^^xsd:double;
  dwc:endLatitude '32.58918'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.87037 32.58918, -16.87037 32.58918, -16.87037 32.58918, -16.87037 32.58918, -16.87037 32.58918))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5261'^^xsd:string;
  dwc:observationDate '2008-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6858> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.57782 26.3722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.57782"^^xsd:decimal ;
  dwc:decimalLongitude "26.3722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6858'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_6858'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.5197222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '26.3722'^^xsd:double;
  dwc:startLongitude '26.3722'^^xsd:double;
  dwc:endLongitude '26.3722'^^xsd:double;
  dwc:latitude '40.57782'^^xsd:double;
  dwc:startLatitude '40.57782'^^xsd:double;
  dwc:endLatitude '40.57782'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.3722 40.57782, 26.3722 40.57782, 26.3722 40.57782, 26.3722 40.57782, 26.3722 40.57782))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_6858'^^xsd:string;
  dwc:observationDate '2013-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6848> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.79578 25.76927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.79578"^^xsd:decimal ;
  dwc:decimalLongitude "25.76927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6848'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_6848'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.254166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '25.76927'^^xsd:double;
  dwc:startLongitude '25.76927'^^xsd:double;
  dwc:endLongitude '25.76927'^^xsd:double;
  dwc:latitude '40.79578'^^xsd:double;
  dwc:startLatitude '40.79578'^^xsd:double;
  dwc:endLatitude '40.79578'^^xsd:double;
  dwc:boundingBox 'POLYGON ((25.76927 40.79578, 25.76927 40.79578, 25.76927 40.79578, 25.76927 40.79578, 25.76927 40.79578))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_6848'^^xsd:string;
  dwc:observationDate '2013-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5997> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.00474 -41.92449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.00474"^^xsd:decimal ;
  dwc:decimalLongitude "-41.92449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5997'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_5997'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.2555555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-41.92449'^^xsd:double;
  dwc:startLongitude '-41.92449'^^xsd:double;
  dwc:endLongitude '-41.92449'^^xsd:double;
  dwc:latitude '41.00474'^^xsd:double;
  dwc:startLatitude '41.00474'^^xsd:double;
  dwc:endLatitude '41.00474'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-41.92449 41.00474, -41.92449 41.00474, -41.92449 41.00474, -41.92449 41.00474, -41.92449 41.00474))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5997'^^xsd:string;
  dwc:observationDate '2012-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3414> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.473 -6.45008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.473"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3414'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_3414'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.992777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.45008'^^xsd:double;
  dwc:startLongitude '-6.45008'^^xsd:double;
  dwc:endLongitude '-6.45008'^^xsd:double;
  dwc:latitude '36.473'^^xsd:double;
  dwc:startLatitude '36.473'^^xsd:double;
  dwc:endLatitude '36.473'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.45008 36.473, -6.45008 36.473, -6.45008 36.473, -6.45008 36.473, -6.45008 36.473))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_3414'^^xsd:string;
  dwc:observationDate '2005-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_874> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.001 -25.889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.001"^^xsd:decimal ;
  dwc:decimalLongitude "-25.889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_874'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_874'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '18.250833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.889'^^xsd:double;
  dwc:startLongitude '-25.889'^^xsd:double;
  dwc:endLongitude '-25.889'^^xsd:double;
  dwc:latitude '38.001'^^xsd:double;
  dwc:startLatitude '38.001'^^xsd:double;
  dwc:endLatitude '38.001'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.889 38.001, -25.889 38.001, -25.889 38.001, -25.889 38.001, -25.889 38.001))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_874'^^xsd:string;
  dwc:observationDate '1995-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5870> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9472 -26.46993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9472"^^xsd:decimal ;
  dwc:decimalLongitude "-26.46993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5870'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_5870'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '0.58833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.46993'^^xsd:double;
  dwc:startLongitude '-26.46993'^^xsd:double;
  dwc:endLongitude '-26.46993'^^xsd:double;
  dwc:latitude '37.9472'^^xsd:double;
  dwc:startLatitude '37.9472'^^xsd:double;
  dwc:endLatitude '37.9472'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.46993 37.9472, -26.46993 37.9472, -26.46993 37.9472, -26.46993 37.9472, -26.46993 37.9472))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5870'^^xsd:string;
  dwc:observationDate '2012-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4670> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.18602 26.28485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.18602"^^xsd:decimal ;
  dwc:decimalLongitude "26.28485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4670'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_4670'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.7283333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '26.28485'^^xsd:double;
  dwc:startLongitude '26.28485'^^xsd:double;
  dwc:endLongitude '26.28485'^^xsd:double;
  dwc:latitude '36.18602'^^xsd:double;
  dwc:startLatitude '36.18602'^^xsd:double;
  dwc:endLatitude '36.18602'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.28485 36.18602, 26.28485 36.18602, 26.28485 36.18602, 26.28485 36.18602, 26.28485 36.18602))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_4670'^^xsd:string;
  dwc:observationDate '2007-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2820> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.49905 -22.82354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.49905"^^xsd:decimal ;
  dwc:decimalLongitude "-22.82354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2820'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_2820'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.948611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.82354'^^xsd:double;
  dwc:startLongitude '-22.82354'^^xsd:double;
  dwc:endLongitude '-22.82354'^^xsd:double;
  dwc:latitude '64.49905'^^xsd:double;
  dwc:startLatitude '64.49905'^^xsd:double;
  dwc:endLatitude '64.49905'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.82354 64.49905, -22.82354 64.49905, -22.82354 64.49905, -22.82354 64.49905, -22.82354 64.49905))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_2820'^^xsd:string;
  dwc:observationDate '2004-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_482> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5195 7.22683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5195"^^xsd:decimal ;
  dwc:decimalLongitude "7.22683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_482'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_482'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.183611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.22683'^^xsd:double;
  dwc:startLongitude '7.22683'^^xsd:double;
  dwc:endLongitude '7.22683'^^xsd:double;
  dwc:latitude '43.5195'^^xsd:double;
  dwc:startLatitude '43.5195'^^xsd:double;
  dwc:endLatitude '43.5195'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.22683 43.5195, 7.22683 43.5195, 7.22683 43.5195, 7.22683 43.5195, 7.22683 43.5195))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_482'^^xsd:string;
  dwc:observationDate '1994-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4191> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.56336 -17.70352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.56336"^^xsd:decimal ;
  dwc:decimalLongitude "-17.70352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4191'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4191'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.889166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.70352'^^xsd:double;
  dwc:startLongitude '-17.70352'^^xsd:double;
  dwc:endLongitude '-17.70352'^^xsd:double;
  dwc:latitude '66.56336'^^xsd:double;
  dwc:startLatitude '66.56336'^^xsd:double;
  dwc:endLatitude '66.56336'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.70352 66.56336, -17.70352 66.56336, -17.70352 66.56336, -17.70352 66.56336, -17.70352 66.56336))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4191'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4512> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.70885 -22.85967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.70885"^^xsd:decimal ;
  dwc:decimalLongitude "-22.85967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4512'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_4512'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21.5425'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.85967'^^xsd:double;
  dwc:startLongitude '-22.85967'^^xsd:double;
  dwc:endLongitude '-22.85967'^^xsd:double;
  dwc:latitude '67.70885'^^xsd:double;
  dwc:startLatitude '67.70885'^^xsd:double;
  dwc:endLatitude '67.70885'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.85967 67.70885, -22.85967 67.70885, -22.85967 67.70885, -22.85967 67.70885, -22.85967 67.70885))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4512'^^xsd:string;
  dwc:observationDate '2006-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4119> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.61086 -17.80112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.61086"^^xsd:decimal ;
  dwc:decimalLongitude "-17.80112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4119'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_4119'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '16.976944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.80112'^^xsd:double;
  dwc:startLongitude '-17.80112'^^xsd:double;
  dwc:endLongitude '-17.80112'^^xsd:double;
  dwc:latitude '66.61086'^^xsd:double;
  dwc:startLatitude '66.61086'^^xsd:double;
  dwc:endLatitude '66.61086'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.80112 66.61086, -17.80112 66.61086, -17.80112 66.61086, -17.80112 66.61086, -17.80112 66.61086))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4119'^^xsd:string;
  dwc:observationDate '2006-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5249> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.65278 -16.59937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.65278"^^xsd:decimal ;
  dwc:decimalLongitude "-16.59937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5249'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_5249'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.4225'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.59937'^^xsd:double;
  dwc:startLongitude '-16.59937'^^xsd:double;
  dwc:endLongitude '-16.59937'^^xsd:double;
  dwc:latitude '32.65278'^^xsd:double;
  dwc:startLatitude '32.65278'^^xsd:double;
  dwc:endLatitude '32.65278'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.59937 32.65278, -16.59937 32.65278, -16.59937 32.65278, -16.59937 32.65278, -16.59937 32.65278))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5249'^^xsd:string;
  dwc:observationDate '2008-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4186> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.57425 -17.73125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.57425"^^xsd:decimal ;
  dwc:decimalLongitude "-17.73125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4186'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4186'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.62'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.73125'^^xsd:double;
  dwc:startLongitude '-17.73125'^^xsd:double;
  dwc:endLongitude '-17.73125'^^xsd:double;
  dwc:latitude '66.57425'^^xsd:double;
  dwc:startLatitude '66.57425'^^xsd:double;
  dwc:endLatitude '66.57425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.73125 66.57425, -17.73125 66.57425, -17.73125 66.57425, -17.73125 66.57425, -17.73125 66.57425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4186'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5688> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.94691 -23.81452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.94691"^^xsd:decimal ;
  dwc:decimalLongitude "-23.81452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5688'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_5688'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14.487222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.81452'^^xsd:double;
  dwc:startLongitude '-23.81452'^^xsd:double;
  dwc:endLongitude '-23.81452'^^xsd:double;
  dwc:latitude '36.94691'^^xsd:double;
  dwc:startLatitude '36.94691'^^xsd:double;
  dwc:endLatitude '36.94691'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.81452 36.94691, -23.81452 36.94691, -23.81452 36.94691, -23.81452 36.94691, -23.81452 36.94691))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5688'^^xsd:string;
  dwc:observationDate '2012-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4131> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.726 -17.70765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.726"^^xsd:decimal ;
  dwc:decimalLongitude "-17.70765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4131'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_4131'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '21.145277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.70765'^^xsd:double;
  dwc:startLongitude '-17.70765'^^xsd:double;
  dwc:endLongitude '-17.70765'^^xsd:double;
  dwc:latitude '66.726'^^xsd:double;
  dwc:startLatitude '66.726'^^xsd:double;
  dwc:endLatitude '66.726'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.70765 66.726, -17.70765 66.726, -17.70765 66.726, -17.70765 66.726, -17.70765 66.726))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4131'^^xsd:string;
  dwc:observationDate '2006-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4111> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5847 -17.7043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.5847"^^xsd:decimal ;
  dwc:decimalLongitude "-17.7043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4111'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_4111'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.630555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.7043'^^xsd:double;
  dwc:startLongitude '-17.7043'^^xsd:double;
  dwc:endLongitude '-17.7043'^^xsd:double;
  dwc:latitude '66.5847'^^xsd:double;
  dwc:startLatitude '66.5847'^^xsd:double;
  dwc:endLatitude '66.5847'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.7043 66.5847, -17.7043 66.5847, -17.7043 66.5847, -17.7043 66.5847, -17.7043 66.5847))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4111'^^xsd:string;
  dwc:observationDate '2006-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6112> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.31894 -69.03308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.31894"^^xsd:decimal ;
  dwc:decimalLongitude "-69.03308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6112'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_6112'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.215'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-69.03308'^^xsd:double;
  dwc:startLongitude '-69.03308'^^xsd:double;
  dwc:endLongitude '-69.03308'^^xsd:double;
  dwc:latitude '42.31894'^^xsd:double;
  dwc:startLatitude '42.31894'^^xsd:double;
  dwc:endLatitude '42.31894'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.03308 42.31894, -69.03308 42.31894, -69.03308 42.31894, -69.03308 42.31894, -69.03308 42.31894))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_6112'^^xsd:string;
  dwc:observationDate '2012-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6029> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.52772 -47.4382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.52772"^^xsd:decimal ;
  dwc:decimalLongitude "-47.4382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6029'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_6029'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13.950833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-47.4382'^^xsd:double;
  dwc:startLongitude '-47.4382'^^xsd:double;
  dwc:endLongitude '-47.4382'^^xsd:double;
  dwc:latitude '38.52772'^^xsd:double;
  dwc:startLatitude '38.52772'^^xsd:double;
  dwc:endLatitude '38.52772'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-47.4382 38.52772, -47.4382 38.52772, -47.4382 38.52772, -47.4382 38.52772, -47.4382 38.52772))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_6029'^^xsd:string;
  dwc:observationDate '2012-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6205> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.56697 -56.95377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.56697"^^xsd:decimal ;
  dwc:decimalLongitude "-56.95377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6205'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_6205'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17.050555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-56.95377'^^xsd:double;
  dwc:startLongitude '-56.95377'^^xsd:double;
  dwc:endLongitude '-56.95377'^^xsd:double;
  dwc:latitude '44.56697'^^xsd:double;
  dwc:startLatitude '44.56697'^^xsd:double;
  dwc:endLatitude '44.56697'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.95377 44.56697, -56.95377 44.56697, -56.95377 44.56697, -56.95377 44.56697, -56.95377 44.56697))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_6205'^^xsd:string;
  dwc:observationDate '2012-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5329> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.58695 -17.00863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.58695"^^xsd:decimal ;
  dwc:decimalLongitude "-17.00863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5329'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_5329'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '15.659444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.00863'^^xsd:double;
  dwc:startLongitude '-17.00863'^^xsd:double;
  dwc:endLongitude '-17.00863'^^xsd:double;
  dwc:latitude '32.58695'^^xsd:double;
  dwc:startLatitude '32.58695'^^xsd:double;
  dwc:endLatitude '32.58695'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.00863 32.58695, -17.00863 32.58695, -17.00863 32.58695, -17.00863 32.58695, -17.00863 32.58695))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5329'^^xsd:string;
  dwc:observationDate '2008-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4339> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.23138 -17.39295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.23138"^^xsd:decimal ;
  dwc:decimalLongitude "-17.39295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4339'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_4339'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.766944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.39295'^^xsd:double;
  dwc:startLongitude '-17.39295'^^xsd:double;
  dwc:endLongitude '-17.39295'^^xsd:double;
  dwc:latitude '66.23138'^^xsd:double;
  dwc:startLatitude '66.23138'^^xsd:double;
  dwc:endLatitude '66.23138'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.39295 66.23138, -17.39295 66.23138, -17.39295 66.23138, -17.39295 66.23138, -17.39295 66.23138))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4339'^^xsd:string;
  dwc:observationDate '2006-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5993> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.72238 -40.29605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.72238"^^xsd:decimal ;
  dwc:decimalLongitude "-40.29605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5993'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_5993'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.615'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-40.29605'^^xsd:double;
  dwc:startLongitude '-40.29605'^^xsd:double;
  dwc:endLongitude '-40.29605'^^xsd:double;
  dwc:latitude '41.72238'^^xsd:double;
  dwc:startLatitude '41.72238'^^xsd:double;
  dwc:endLatitude '41.72238'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-40.29605 41.72238, -40.29605 41.72238, -40.29605 41.72238, -40.29605 41.72238, -40.29605 41.72238))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5993'^^xsd:string;
  dwc:observationDate '2012-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6675> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.85688 1.66088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.85688"^^xsd:decimal ;
  dwc:decimalLongitude "1.66088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6675'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_6675'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.006388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '1.66088'^^xsd:double;
  dwc:startLongitude '1.66088'^^xsd:double;
  dwc:endLongitude '1.66088'^^xsd:double;
  dwc:latitude '38.85688'^^xsd:double;
  dwc:startLatitude '38.85688'^^xsd:double;
  dwc:endLatitude '38.85688'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.66088 38.85688, 1.66088 38.85688, 1.66088 38.85688, 1.66088 38.85688, 1.66088 38.85688))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_6675'^^xsd:string;
  dwc:observationDate '2013-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_771> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.36567 -28.04817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.36567"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_771'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_771'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '3.9644444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.04817'^^xsd:double;
  dwc:startLongitude '-28.04817'^^xsd:double;
  dwc:endLongitude '-28.04817'^^xsd:double;
  dwc:latitude '38.36567'^^xsd:double;
  dwc:startLatitude '38.36567'^^xsd:double;
  dwc:endLatitude '38.36567'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.04817 38.36567, -28.04817 38.36567, -28.04817 38.36567, -28.04817 38.36567, -28.04817 38.36567))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_771'^^xsd:string;
  dwc:observationDate '1995-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5740> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.29578 -28.32828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.29578"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5740'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_5740'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '19.563333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.32828'^^xsd:double;
  dwc:startLongitude '-28.32828'^^xsd:double;
  dwc:endLongitude '-28.32828'^^xsd:double;
  dwc:latitude '38.29578'^^xsd:double;
  dwc:startLatitude '38.29578'^^xsd:double;
  dwc:endLatitude '38.29578'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.32828 38.29578, -28.32828 38.29578, -28.32828 38.29578, -28.32828 38.29578, -28.32828 38.29578))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5740'^^xsd:string;
  dwc:observationDate '2012-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5709> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.31245 -28.32487)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.31245"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32487"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5709'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_5709'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.752222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.32487'^^xsd:double;
  dwc:startLongitude '-28.32487'^^xsd:double;
  dwc:endLongitude '-28.32487'^^xsd:double;
  dwc:latitude '38.31245'^^xsd:double;
  dwc:startLatitude '38.31245'^^xsd:double;
  dwc:endLatitude '38.31245'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.32487 38.31245, -28.32487 38.31245, -28.32487 38.31245, -28.32487 38.31245, -28.32487 38.31245))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5709'^^xsd:string;
  dwc:observationDate '2012-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5819> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.41948 -27.37532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.41948"^^xsd:decimal ;
  dwc:decimalLongitude "-27.37532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5819'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_5819'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.275277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.37532'^^xsd:double;
  dwc:startLongitude '-27.37532'^^xsd:double;
  dwc:endLongitude '-27.37532'^^xsd:double;
  dwc:latitude '38.41948'^^xsd:double;
  dwc:startLatitude '38.41948'^^xsd:double;
  dwc:endLatitude '38.41948'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.37532 38.41948, -27.37532 38.41948, -27.37532 38.41948, -27.37532 38.41948, -27.37532 38.41948))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5819'^^xsd:string;
  dwc:observationDate '2012-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4535> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.56075 -25.24372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.56075"^^xsd:decimal ;
  dwc:decimalLongitude "-25.24372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4535'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_4535'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '17.727222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.24372'^^xsd:double;
  dwc:startLongitude '-25.24372'^^xsd:double;
  dwc:endLongitude '-25.24372'^^xsd:double;
  dwc:latitude '66.56075'^^xsd:double;
  dwc:startLatitude '66.56075'^^xsd:double;
  dwc:endLatitude '66.56075'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.24372 66.56075, -25.24372 66.56075, -25.24372 66.56075, -25.24372 66.56075, -25.24372 66.56075))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4535'^^xsd:string;
  dwc:observationDate '2006-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4212> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.46545 -17.78533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.46545"^^xsd:decimal ;
  dwc:decimalLongitude "-17.78533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4212'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4212'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.985833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.78533'^^xsd:double;
  dwc:startLongitude '-17.78533'^^xsd:double;
  dwc:endLongitude '-17.78533'^^xsd:double;
  dwc:latitude '66.46545'^^xsd:double;
  dwc:startLatitude '66.46545'^^xsd:double;
  dwc:endLatitude '66.46545'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.78533 66.46545, -17.78533 66.46545, -17.78533 66.46545, -17.78533 66.46545, -17.78533 66.46545))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4212'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4498> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.8885 -20.99815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.8885"^^xsd:decimal ;
  dwc:decimalLongitude "-20.99815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4498'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_4498'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.845277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-20.99815'^^xsd:double;
  dwc:startLongitude '-20.99815'^^xsd:double;
  dwc:endLongitude '-20.99815'^^xsd:double;
  dwc:latitude '67.8885'^^xsd:double;
  dwc:startLatitude '67.8885'^^xsd:double;
  dwc:endLatitude '67.8885'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-20.99815 67.8885, -20.99815 67.8885, -20.99815 67.8885, -20.99815 67.8885, -20.99815 67.8885))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4498'^^xsd:string;
  dwc:observationDate '2006-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4438> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.60356 -18.91802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.60356"^^xsd:decimal ;
  dwc:decimalLongitude "-18.91802"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4438'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_4438'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.2794444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.91802'^^xsd:double;
  dwc:startLongitude '-18.91802'^^xsd:double;
  dwc:endLongitude '-18.91802'^^xsd:double;
  dwc:latitude '66.60356'^^xsd:double;
  dwc:startLatitude '66.60356'^^xsd:double;
  dwc:endLatitude '66.60356'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.91802 66.60356, -18.91802 66.60356, -18.91802 66.60356, -18.91802 66.60356, -18.91802 66.60356))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4438'^^xsd:string;
  dwc:observationDate '2006-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5276> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.62735 -16.80885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.62735"^^xsd:decimal ;
  dwc:decimalLongitude "-16.80885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5276'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_5276'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.1625'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.80885'^^xsd:double;
  dwc:startLongitude '-16.80885'^^xsd:double;
  dwc:endLongitude '-16.80885'^^xsd:double;
  dwc:latitude '32.62735'^^xsd:double;
  dwc:startLatitude '32.62735'^^xsd:double;
  dwc:endLatitude '32.62735'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.80885 32.62735, -16.80885 32.62735, -16.80885 32.62735, -16.80885 32.62735, -16.80885 32.62735))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5276'^^xsd:string;
  dwc:observationDate '2008-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5271> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.76933 -16.58637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.76933"^^xsd:decimal ;
  dwc:decimalLongitude "-16.58637"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5271'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_5271'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13.5375'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.58637'^^xsd:double;
  dwc:startLongitude '-16.58637'^^xsd:double;
  dwc:endLongitude '-16.58637'^^xsd:double;
  dwc:latitude '32.76933'^^xsd:double;
  dwc:startLatitude '32.76933'^^xsd:double;
  dwc:endLatitude '32.76933'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.58637 32.76933, -16.58637 32.76933, -16.58637 32.76933, -16.58637 32.76933, -16.58637 32.76933))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5271'^^xsd:string;
  dwc:observationDate '2008-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4173> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51921 -17.69892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.51921"^^xsd:decimal ;
  dwc:decimalLongitude "-17.69892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4173'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4173'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.728888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.69892'^^xsd:double;
  dwc:startLongitude '-17.69892'^^xsd:double;
  dwc:endLongitude '-17.69892'^^xsd:double;
  dwc:latitude '66.51921'^^xsd:double;
  dwc:startLatitude '66.51921'^^xsd:double;
  dwc:endLatitude '66.51921'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.69892 66.51921, -17.69892 66.51921, -17.69892 66.51921, -17.69892 66.51921, -17.69892 66.51921))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4173'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4545> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.64326 -27.48727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.64326"^^xsd:decimal ;
  dwc:decimalLongitude "-27.48727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4545'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_4545'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.6352777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.48727'^^xsd:double;
  dwc:startLongitude '-27.48727'^^xsd:double;
  dwc:endLongitude '-27.48727'^^xsd:double;
  dwc:latitude '65.64326'^^xsd:double;
  dwc:startLatitude '65.64326'^^xsd:double;
  dwc:endLatitude '65.64326'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.48727 65.64326, -27.48727 65.64326, -27.48727 65.64326, -27.48727 65.64326, -27.48727 65.64326))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4545'^^xsd:string;
  dwc:observationDate '2006-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5684> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.94643 -22.85947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.94643"^^xsd:decimal ;
  dwc:decimalLongitude "-22.85947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5684'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_5684'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.2847222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.85947'^^xsd:double;
  dwc:startLongitude '-22.85947'^^xsd:double;
  dwc:endLongitude '-22.85947'^^xsd:double;
  dwc:latitude '36.94643'^^xsd:double;
  dwc:startLatitude '36.94643'^^xsd:double;
  dwc:endLatitude '36.94643'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.85947 36.94643, -22.85947 36.94643, -22.85947 36.94643, -22.85947 36.94643, -22.85947 36.94643))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5684'^^xsd:string;
  dwc:observationDate '2012-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3992> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.94787 -47.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.94787"^^xsd:decimal ;
  dwc:decimalLongitude "-47.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3992'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_3992'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.326944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-47.51667'^^xsd:double;
  dwc:startLongitude '-47.51667'^^xsd:double;
  dwc:endLongitude '-47.51667'^^xsd:double;
  dwc:latitude '45.94787'^^xsd:double;
  dwc:startLatitude '45.94787'^^xsd:double;
  dwc:endLatitude '45.94787'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-47.51667 45.94787, -47.51667 45.94787, -47.51667 45.94787, -47.51667 45.94787, -47.51667 45.94787))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_3992'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3993> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.96085 -47.49835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.96085"^^xsd:decimal ;
  dwc:decimalLongitude "-47.49835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3993'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_3993'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.701388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-47.49835'^^xsd:double;
  dwc:startLongitude '-47.49835'^^xsd:double;
  dwc:endLongitude '-47.49835'^^xsd:double;
  dwc:latitude '45.96085'^^xsd:double;
  dwc:startLatitude '45.96085'^^xsd:double;
  dwc:endLatitude '45.96085'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-47.49835 45.96085, -47.49835 45.96085, -47.49835 45.96085, -47.49835 45.96085, -47.49835 45.96085))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_3993'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5197> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.77761 -10.8578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.77761"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5197'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_5197'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.656388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-10.8578'^^xsd:double;
  dwc:startLongitude '-10.8578'^^xsd:double;
  dwc:endLongitude '-10.8578'^^xsd:double;
  dwc:latitude '35.77761'^^xsd:double;
  dwc:startLatitude '35.77761'^^xsd:double;
  dwc:endLatitude '35.77761'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.8578 35.77761, -10.8578 35.77761, -10.8578 35.77761, -10.8578 35.77761, -10.8578 35.77761))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5197'^^xsd:string;
  dwc:observationDate '2008-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4199> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.53059 -17.67568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.53059"^^xsd:decimal ;
  dwc:decimalLongitude "-17.67568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4199'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4199'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.501944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.67568'^^xsd:double;
  dwc:startLongitude '-17.67568'^^xsd:double;
  dwc:endLongitude '-17.67568'^^xsd:double;
  dwc:latitude '66.53059'^^xsd:double;
  dwc:startLatitude '66.53059'^^xsd:double;
  dwc:endLatitude '66.53059'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.67568 66.53059, -17.67568 66.53059, -17.67568 66.53059, -17.67568 66.53059, -17.67568 66.53059))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4199'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4467> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.11415 -18.58367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.11415"^^xsd:decimal ;
  dwc:decimalLongitude "-18.58367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4467'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_4467'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '20.730833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.58367'^^xsd:double;
  dwc:startLongitude '-18.58367'^^xsd:double;
  dwc:endLongitude '-18.58367'^^xsd:double;
  dwc:latitude '67.11415'^^xsd:double;
  dwc:startLatitude '67.11415'^^xsd:double;
  dwc:endLatitude '67.11415'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.58367 67.11415, -18.58367 67.11415, -18.58367 67.11415, -18.58367 67.11415, -18.58367 67.11415))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4467'^^xsd:string;
  dwc:observationDate '2006-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4248> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.30962 -17.35012)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.30962"^^xsd:decimal ;
  dwc:decimalLongitude "-17.35012"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4248'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_4248'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.0238888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.35012'^^xsd:double;
  dwc:startLongitude '-17.35012'^^xsd:double;
  dwc:endLongitude '-17.35012'^^xsd:double;
  dwc:latitude '66.30962'^^xsd:double;
  dwc:startLatitude '66.30962'^^xsd:double;
  dwc:endLatitude '66.30962'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.35012 66.30962, -17.35012 66.30962, -17.35012 66.30962, -17.35012 66.30962, -17.35012 66.30962))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4248'^^xsd:string;
  dwc:observationDate '2006-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4196> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.53537 -17.6343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.53537"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4196'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4196'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.362777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.6343'^^xsd:double;
  dwc:startLongitude '-17.6343'^^xsd:double;
  dwc:endLongitude '-17.6343'^^xsd:double;
  dwc:latitude '66.53537'^^xsd:double;
  dwc:startLatitude '66.53537'^^xsd:double;
  dwc:endLatitude '66.53537'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6343 66.53537, -17.6343 66.53537, -17.6343 66.53537, -17.6343 66.53537, -17.6343 66.53537))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4196'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4041> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.39754 -26.76302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.39754"^^xsd:decimal ;
  dwc:decimalLongitude "-26.76302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4041'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_4041'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.1152777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.76302'^^xsd:double;
  dwc:startLongitude '-26.76302'^^xsd:double;
  dwc:endLongitude '-26.76302'^^xsd:double;
  dwc:latitude '65.39754'^^xsd:double;
  dwc:startLatitude '65.39754'^^xsd:double;
  dwc:endLatitude '65.39754'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.76302 65.39754, -26.76302 65.39754, -26.76302 65.39754, -26.76302 65.39754, -26.76302 65.39754))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4041'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4486> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.06278 -18.8968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.06278"^^xsd:decimal ;
  dwc:decimalLongitude "-18.8968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4486'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_4486'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.1202777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.8968'^^xsd:double;
  dwc:startLongitude '-18.8968'^^xsd:double;
  dwc:endLongitude '-18.8968'^^xsd:double;
  dwc:latitude '68.06278'^^xsd:double;
  dwc:startLatitude '68.06278'^^xsd:double;
  dwc:endLatitude '68.06278'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.8968 68.06278, -18.8968 68.06278, -18.8968 68.06278, -18.8968 68.06278, -18.8968 68.06278))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4486'^^xsd:string;
  dwc:observationDate '2006-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5136> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.33473 -28.26915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.33473"^^xsd:decimal ;
  dwc:decimalLongitude "-28.26915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5136'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_5136'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.692777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.26915'^^xsd:double;
  dwc:startLongitude '-28.26915'^^xsd:double;
  dwc:endLongitude '-28.26915'^^xsd:double;
  dwc:latitude '38.33473'^^xsd:double;
  dwc:startLatitude '38.33473'^^xsd:double;
  dwc:endLatitude '38.33473'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.26915 38.33473, -28.26915 38.33473, -28.26915 38.33473, -28.26915 38.33473, -28.26915 38.33473))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5136'^^xsd:string;
  dwc:observationDate '2008-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2987> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.11818 -19.85362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.11818"^^xsd:decimal ;
  dwc:decimalLongitude "-19.85362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2987'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_2987'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.1183333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-19.85362'^^xsd:double;
  dwc:startLongitude '-19.85362'^^xsd:double;
  dwc:endLongitude '-19.85362'^^xsd:double;
  dwc:latitude '67.11818'^^xsd:double;
  dwc:startLatitude '67.11818'^^xsd:double;
  dwc:endLatitude '67.11818'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-19.85362 67.11818, -19.85362 67.11818, -19.85362 67.11818, -19.85362 67.11818, -19.85362 67.11818))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2987'^^xsd:string;
  dwc:observationDate '2004-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3087> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.54817 -18.5924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.54817"^^xsd:decimal ;
  dwc:decimalLongitude "-18.5924"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3087'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_3087'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.9125'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.5924'^^xsd:double;
  dwc:startLongitude '-18.5924'^^xsd:double;
  dwc:endLongitude '-18.5924'^^xsd:double;
  dwc:latitude '66.54817'^^xsd:double;
  dwc:startLatitude '66.54817'^^xsd:double;
  dwc:endLatitude '66.54817'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.5924 66.54817, -18.5924 66.54817, -18.5924 66.54817, -18.5924 66.54817, -18.5924 66.54817))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_3087'^^xsd:string;
  dwc:observationDate '2004-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6552> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.70795 0.75507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.70795"^^xsd:decimal ;
  dwc:decimalLongitude "0.75507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6552'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_6552'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.121388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '0.75507'^^xsd:double;
  dwc:startLongitude '0.75507'^^xsd:double;
  dwc:endLongitude '0.75507'^^xsd:double;
  dwc:latitude '54.70795'^^xsd:double;
  dwc:startLatitude '54.70795'^^xsd:double;
  dwc:endLatitude '54.70795'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.75507 54.70795, 0.75507 54.70795, 0.75507 54.70795, 0.75507 54.70795, 0.75507 54.70795))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_6552'^^xsd:string;
  dwc:observationDate '2012-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3138> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.49171 -23.94198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.49171"^^xsd:decimal ;
  dwc:decimalLongitude "-23.94198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3138'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_3138'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.423888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.94198'^^xsd:double;
  dwc:startLongitude '-23.94198'^^xsd:double;
  dwc:endLongitude '-23.94198'^^xsd:double;
  dwc:latitude '66.49171'^^xsd:double;
  dwc:startLatitude '66.49171'^^xsd:double;
  dwc:endLatitude '66.49171'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.94198 66.49171, -23.94198 66.49171, -23.94198 66.49171, -23.94198 66.49171, -23.94198 66.49171))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_3138'^^xsd:string;
  dwc:observationDate '2004-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2843> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.99742 -23.63253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.99742"^^xsd:decimal ;
  dwc:decimalLongitude "-23.63253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2843'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_2843'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.0158333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.63253'^^xsd:double;
  dwc:startLongitude '-23.63253'^^xsd:double;
  dwc:endLongitude '-23.63253'^^xsd:double;
  dwc:latitude '64.99742'^^xsd:double;
  dwc:startLatitude '64.99742'^^xsd:double;
  dwc:endLatitude '64.99742'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.63253 64.99742, -23.63253 64.99742, -23.63253 64.99742, -23.63253 64.99742, -23.63253 64.99742))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2843'^^xsd:string;
  dwc:observationDate '2004-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6538> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.23499 -22.3569)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.23499"^^xsd:decimal ;
  dwc:decimalLongitude "-22.3569"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6538'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_6538'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '16.341666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.3569'^^xsd:double;
  dwc:startLongitude '-22.3569'^^xsd:double;
  dwc:endLongitude '-22.3569'^^xsd:double;
  dwc:latitude '64.23499'^^xsd:double;
  dwc:startLatitude '64.23499'^^xsd:double;
  dwc:endLatitude '64.23499'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.3569 64.23499, -22.3569 64.23499, -22.3569 64.23499, -22.3569 64.23499, -22.3569 64.23499))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_6538'^^xsd:string;
  dwc:observationDate '2012-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6249> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8457 -52.15899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.8457"^^xsd:decimal ;
  dwc:decimalLongitude "-52.15899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6249'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_6249'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '19.705555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-52.15899'^^xsd:double;
  dwc:startLongitude '-52.15899'^^xsd:double;
  dwc:endLongitude '-52.15899'^^xsd:double;
  dwc:latitude '47.8457'^^xsd:double;
  dwc:startLatitude '47.8457'^^xsd:double;
  dwc:endLatitude '47.8457'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.15899 47.8457, -52.15899 47.8457, -52.15899 47.8457, -52.15899 47.8457, -52.15899 47.8457))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_6249'^^xsd:string;
  dwc:observationDate '2012-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4464> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.86411 -18.5944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.86411"^^xsd:decimal ;
  dwc:decimalLongitude "-18.5944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4464'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_4464'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.604166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.5944'^^xsd:double;
  dwc:startLongitude '-18.5944'^^xsd:double;
  dwc:endLongitude '-18.5944'^^xsd:double;
  dwc:latitude '66.86411'^^xsd:double;
  dwc:startLatitude '66.86411'^^xsd:double;
  dwc:endLatitude '66.86411'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.5944 66.86411, -18.5944 66.86411, -18.5944 66.86411, -18.5944 66.86411, -18.5944 66.86411))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4464'^^xsd:string;
  dwc:observationDate '2006-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2896> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.55846 -25.53205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.55846"^^xsd:decimal ;
  dwc:decimalLongitude "-25.53205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2896'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_2896'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.180277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.53205'^^xsd:double;
  dwc:startLongitude '-25.53205'^^xsd:double;
  dwc:endLongitude '-25.53205'^^xsd:double;
  dwc:latitude '66.55846'^^xsd:double;
  dwc:startLatitude '66.55846'^^xsd:double;
  dwc:endLatitude '66.55846'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.53205 66.55846, -25.53205 66.55846, -25.53205 66.55846, -25.53205 66.55846, -25.53205 66.55846))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2896'^^xsd:string;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5637> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.08173 0.38088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.08173"^^xsd:decimal ;
  dwc:decimalLongitude "0.38088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5637'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_5637'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.887777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '0.38088'^^xsd:double;
  dwc:startLongitude '0.38088'^^xsd:double;
  dwc:endLongitude '0.38088'^^xsd:double;
  dwc:latitude '55.08173'^^xsd:double;
  dwc:startLatitude '55.08173'^^xsd:double;
  dwc:endLatitude '55.08173'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.38088 55.08173, 0.38088 55.08173, 0.38088 55.08173, 0.38088 55.08173, 0.38088 55.08173))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_5637'^^xsd:string;
  dwc:observationDate '2011-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4252> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.20297 -17.35137)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.20297"^^xsd:decimal ;
  dwc:decimalLongitude "-17.35137"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4252'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_4252'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.504722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.35137'^^xsd:double;
  dwc:startLongitude '-17.35137'^^xsd:double;
  dwc:endLongitude '-17.35137'^^xsd:double;
  dwc:latitude '66.20297'^^xsd:double;
  dwc:startLatitude '66.20297'^^xsd:double;
  dwc:endLatitude '66.20297'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.35137 66.20297, -17.35137 66.20297, -17.35137 66.20297, -17.35137 66.20297, -17.35137 66.20297))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4252'^^xsd:string;
  dwc:observationDate '2006-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4370> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.71281 -23.0526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.71281"^^xsd:decimal ;
  dwc:decimalLongitude "-23.0526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4370'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_4370'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.953055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.0526'^^xsd:double;
  dwc:startLongitude '-23.0526'^^xsd:double;
  dwc:endLongitude '-23.0526'^^xsd:double;
  dwc:latitude '66.71281'^^xsd:double;
  dwc:startLatitude '66.71281'^^xsd:double;
  dwc:endLatitude '66.71281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.0526 66.71281, -23.0526 66.71281, -23.0526 66.71281, -23.0526 66.71281, -23.0526 66.71281))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4370'^^xsd:string;
  dwc:observationDate '2006-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3106> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.17697 -23.26302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.17697"^^xsd:decimal ;
  dwc:decimalLongitude "-23.26302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3106'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_3106'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '9.2591666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.26302'^^xsd:double;
  dwc:startLongitude '-23.26302'^^xsd:double;
  dwc:endLongitude '-23.26302'^^xsd:double;
  dwc:latitude '67.17697'^^xsd:double;
  dwc:startLatitude '67.17697'^^xsd:double;
  dwc:endLatitude '67.17697'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.26302 67.17697, -23.26302 67.17697, -23.26302 67.17697, -23.26302 67.17697, -23.26302 67.17697))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_3106'^^xsd:string;
  dwc:observationDate '2004-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4059> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.62786 -24.92003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.62786"^^xsd:decimal ;
  dwc:decimalLongitude "-24.92003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4059'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_4059'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.155555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.92003'^^xsd:double;
  dwc:startLongitude '-24.92003'^^xsd:double;
  dwc:endLongitude '-24.92003'^^xsd:double;
  dwc:latitude '64.62786'^^xsd:double;
  dwc:startLatitude '64.62786'^^xsd:double;
  dwc:endLatitude '64.62786'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.92003 64.62786, -24.92003 64.62786, -24.92003 64.62786, -24.92003 64.62786, -24.92003 64.62786))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4059'^^xsd:string;
  dwc:observationDate '2006-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2904> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.80549 -25.08958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.80549"^^xsd:decimal ;
  dwc:decimalLongitude "-25.08958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2904'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_2904'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22.799166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.08958'^^xsd:double;
  dwc:startLongitude '-25.08958'^^xsd:double;
  dwc:endLongitude '-25.08958'^^xsd:double;
  dwc:latitude '66.80549'^^xsd:double;
  dwc:startLatitude '66.80549'^^xsd:double;
  dwc:endLatitude '66.80549'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.08958 66.80549, -25.08958 66.80549, -25.08958 66.80549, -25.08958 66.80549, -25.08958 66.80549))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2904'^^xsd:string;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2967> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.81988 -19.99558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.81988"^^xsd:decimal ;
  dwc:decimalLongitude "-19.99558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2967'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_2967'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.9125'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-19.99558'^^xsd:double;
  dwc:startLongitude '-19.99558'^^xsd:double;
  dwc:endLongitude '-19.99558'^^xsd:double;
  dwc:latitude '66.81988'^^xsd:double;
  dwc:startLatitude '66.81988'^^xsd:double;
  dwc:endLatitude '66.81988'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-19.99558 66.81988, -19.99558 66.81988, -19.99558 66.81988, -19.99558 66.81988, -19.99558 66.81988))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2967'^^xsd:string;
  dwc:observationDate '2004-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4389> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.71468 -24.1028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.71468"^^xsd:decimal ;
  dwc:decimalLongitude "-24.1028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4389'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_4389'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '5.3641666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.1028'^^xsd:double;
  dwc:startLongitude '-24.1028'^^xsd:double;
  dwc:endLongitude '-24.1028'^^xsd:double;
  dwc:latitude '66.71468'^^xsd:double;
  dwc:startLatitude '66.71468'^^xsd:double;
  dwc:endLatitude '66.71468'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.1028 66.71468, -24.1028 66.71468, -24.1028 66.71468, -24.1028 66.71468, -24.1028 66.71468))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4389'^^xsd:string;
  dwc:observationDate '2006-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3104> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.35619 -23.08958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.35619"^^xsd:decimal ;
  dwc:decimalLongitude "-23.08958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3104'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_3104'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.1102777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.08958'^^xsd:double;
  dwc:startLongitude '-23.08958'^^xsd:double;
  dwc:endLongitude '-23.08958'^^xsd:double;
  dwc:latitude '67.35619'^^xsd:double;
  dwc:startLatitude '67.35619'^^xsd:double;
  dwc:endLatitude '67.35619'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.08958 67.35619, -23.08958 67.35619, -23.08958 67.35619, -23.08958 67.35619, -23.08958 67.35619))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_3104'^^xsd:string;
  dwc:observationDate '2004-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4461> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.58615 -18.54553)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.58615"^^xsd:decimal ;
  dwc:decimalLongitude "-18.54553"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4461'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_4461'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.102777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.54553'^^xsd:double;
  dwc:startLongitude '-18.54553'^^xsd:double;
  dwc:endLongitude '-18.54553'^^xsd:double;
  dwc:latitude '66.58615'^^xsd:double;
  dwc:startLatitude '66.58615'^^xsd:double;
  dwc:endLatitude '66.58615'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.54553 66.58615, -18.54553 66.58615, -18.54553 66.58615, -18.54553 66.58615, -18.54553 66.58615))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4461'^^xsd:string;
  dwc:observationDate '2006-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4337> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.16331 -17.42025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.16331"^^xsd:decimal ;
  dwc:decimalLongitude "-17.42025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4337'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_4337'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.846944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.42025'^^xsd:double;
  dwc:startLongitude '-17.42025'^^xsd:double;
  dwc:endLongitude '-17.42025'^^xsd:double;
  dwc:latitude '66.16331'^^xsd:double;
  dwc:startLatitude '66.16331'^^xsd:double;
  dwc:endLatitude '66.16331'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.42025 66.16331, -17.42025 66.16331, -17.42025 66.16331, -17.42025 66.16331, -17.42025 66.16331))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4337'^^xsd:string;
  dwc:observationDate '2006-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3136> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.59724 -24.92684)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.59724"^^xsd:decimal ;
  dwc:decimalLongitude "-24.92684"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3136'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_3136'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.4725'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.92684'^^xsd:double;
  dwc:startLongitude '-24.92684'^^xsd:double;
  dwc:endLongitude '-24.92684'^^xsd:double;
  dwc:latitude '66.59724'^^xsd:double;
  dwc:startLatitude '66.59724'^^xsd:double;
  dwc:endLatitude '66.59724'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.92684 66.59724, -24.92684 66.59724, -24.92684 66.59724, -24.92684 66.59724, -24.92684 66.59724))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_3136'^^xsd:string;
  dwc:observationDate '2004-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2772> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.71637 -6.12063)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.71637"^^xsd:decimal ;
  dwc:decimalLongitude "-6.12063"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2772'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_2772'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.131944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.12063'^^xsd:double;
  dwc:startLongitude '-6.12063'^^xsd:double;
  dwc:endLongitude '-6.12063'^^xsd:double;
  dwc:latitude '58.71637'^^xsd:double;
  dwc:startLatitude '58.71637'^^xsd:double;
  dwc:endLatitude '58.71637'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.12063 58.71637, -6.12063 58.71637, -6.12063 58.71637, -6.12063 58.71637, -6.12063 58.71637))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2772'^^xsd:string;
  dwc:observationDate '2004-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2885> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.40465 -25.7739)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.40465"^^xsd:decimal ;
  dwc:decimalLongitude "-25.7739"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2885'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_2885'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '18.596388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.7739'^^xsd:double;
  dwc:startLongitude '-25.7739'^^xsd:double;
  dwc:endLongitude '-25.7739'^^xsd:double;
  dwc:latitude '66.40465'^^xsd:double;
  dwc:startLatitude '66.40465'^^xsd:double;
  dwc:endLatitude '66.40465'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.7739 66.40465, -25.7739 66.40465, -25.7739 66.40465, -25.7739 66.40465, -25.7739 66.40465))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2885'^^xsd:string;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3053> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.09859 -18.50903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.09859"^^xsd:decimal ;
  dwc:decimalLongitude "-18.50903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3053'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_3053'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.3272222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.50903'^^xsd:double;
  dwc:startLongitude '-18.50903'^^xsd:double;
  dwc:endLongitude '-18.50903'^^xsd:double;
  dwc:latitude '66.09859'^^xsd:double;
  dwc:startLatitude '66.09859'^^xsd:double;
  dwc:endLatitude '66.09859'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.50903 66.09859, -18.50903 66.09859, -18.50903 66.09859, -18.50903 66.09859, -18.50903 66.09859))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_3053'^^xsd:string;
  dwc:observationDate '2004-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4051> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.69978 -24.42614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.69978"^^xsd:decimal ;
  dwc:decimalLongitude "-24.42614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4051'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_4051'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '3.3086111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.42614'^^xsd:double;
  dwc:startLongitude '-24.42614'^^xsd:double;
  dwc:endLongitude '-24.42614'^^xsd:double;
  dwc:latitude '64.69978'^^xsd:double;
  dwc:startLatitude '64.69978'^^xsd:double;
  dwc:endLatitude '64.69978'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.42614 64.69978, -24.42614 64.69978, -24.42614 64.69978, -24.42614 64.69978, -24.42614 64.69978))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4051'^^xsd:string;
  dwc:observationDate '2006-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6273> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.72877 -45.86555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.72877"^^xsd:decimal ;
  dwc:decimalLongitude "-45.86555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6273'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_6273'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '23.338888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-45.86555'^^xsd:double;
  dwc:startLongitude '-45.86555'^^xsd:double;
  dwc:endLongitude '-45.86555'^^xsd:double;
  dwc:latitude '51.72877'^^xsd:double;
  dwc:startLatitude '51.72877'^^xsd:double;
  dwc:endLatitude '51.72877'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-45.86555 51.72877, -45.86555 51.72877, -45.86555 51.72877, -45.86555 51.72877, -45.86555 51.72877))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_6273'^^xsd:string;
  dwc:observationDate '2012-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5636> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05272 0.46112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.05272"^^xsd:decimal ;
  dwc:decimalLongitude "0.46112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5636'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_5636'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.354166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '0.46112'^^xsd:double;
  dwc:startLongitude '0.46112'^^xsd:double;
  dwc:endLongitude '0.46112'^^xsd:double;
  dwc:latitude '55.05272'^^xsd:double;
  dwc:startLatitude '55.05272'^^xsd:double;
  dwc:endLatitude '55.05272'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.46112 55.05272, 0.46112 55.05272, 0.46112 55.05272, 0.46112 55.05272, 0.46112 55.05272))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_5636'^^xsd:string;
  dwc:observationDate '2011-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5594> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.39486 -2.96957)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.39486"^^xsd:decimal ;
  dwc:decimalLongitude "-2.96957"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5594'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_5594'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.134444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-2.96957'^^xsd:double;
  dwc:startLongitude '-2.96957'^^xsd:double;
  dwc:endLongitude '-2.96957'^^xsd:double;
  dwc:latitude '50.39486'^^xsd:double;
  dwc:startLatitude '50.39486'^^xsd:double;
  dwc:endLatitude '50.39486'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.96957 50.39486, -2.96957 50.39486, -2.96957 50.39486, -2.96957 50.39486, -2.96957 50.39486))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_5594'^^xsd:string;
  dwc:observationDate '2011-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3116> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.92109 -24.58305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.92109"^^xsd:decimal ;
  dwc:decimalLongitude "-24.58305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3116'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_3116'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '18.638611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.58305'^^xsd:double;
  dwc:startLongitude '-24.58305'^^xsd:double;
  dwc:endLongitude '-24.58305'^^xsd:double;
  dwc:latitude '66.92109'^^xsd:double;
  dwc:startLatitude '66.92109'^^xsd:double;
  dwc:endLatitude '66.92109'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.58305 66.92109, -24.58305 66.92109, -24.58305 66.92109, -24.58305 66.92109, -24.58305 66.92109))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_3116'^^xsd:string;
  dwc:observationDate '2004-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2624> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3511 -3.37092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3511"^^xsd:decimal ;
  dwc:decimalLongitude "-3.37092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2624'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_2624'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.568333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-3.37092'^^xsd:double;
  dwc:startLongitude '-3.37092'^^xsd:double;
  dwc:endLongitude '-3.37092'^^xsd:double;
  dwc:latitude '50.3511'^^xsd:double;
  dwc:startLatitude '50.3511'^^xsd:double;
  dwc:endLatitude '50.3511'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.37092 50.3511, -3.37092 50.3511, -3.37092 50.3511, -3.37092 50.3511, -3.37092 50.3511))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2624'^^xsd:string;
  dwc:observationDate '2003-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6505> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2117 -22.25323)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2117"^^xsd:decimal ;
  dwc:decimalLongitude "-22.25323"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6505'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_6505'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.756666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.25323'^^xsd:double;
  dwc:startLongitude '-22.25323'^^xsd:double;
  dwc:endLongitude '-22.25323'^^xsd:double;
  dwc:latitude '64.2117'^^xsd:double;
  dwc:startLatitude '64.2117'^^xsd:double;
  dwc:endLatitude '64.2117'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.25323 64.2117, -22.25323 64.2117, -22.25323 64.2117, -22.25323 64.2117, -22.25323 64.2117))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_6505'^^xsd:string;
  dwc:observationDate '2012-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4510> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.7236 -22.59313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.7236"^^xsd:decimal ;
  dwc:decimalLongitude "-22.59313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4510'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_4510'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '20.377222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.59313'^^xsd:double;
  dwc:startLongitude '-22.59313'^^xsd:double;
  dwc:endLongitude '-22.59313'^^xsd:double;
  dwc:latitude '67.7236'^^xsd:double;
  dwc:startLatitude '67.7236'^^xsd:double;
  dwc:endLatitude '67.7236'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.59313 67.7236, -22.59313 67.7236, -22.59313 67.7236, -22.59313 67.7236, -22.59313 67.7236))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4510'^^xsd:string;
  dwc:observationDate '2006-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6512> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.24375 -21.97552)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.24375"^^xsd:decimal ;
  dwc:decimalLongitude "-21.97552"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6512'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_6512'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.201111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-21.97552'^^xsd:double;
  dwc:startLongitude '-21.97552'^^xsd:double;
  dwc:endLongitude '-21.97552'^^xsd:double;
  dwc:latitude '64.24375'^^xsd:double;
  dwc:startLatitude '64.24375'^^xsd:double;
  dwc:endLatitude '64.24375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-21.97552 64.24375, -21.97552 64.24375, -21.97552 64.24375, -21.97552 64.24375, -21.97552 64.24375))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_6512'^^xsd:string;
  dwc:observationDate '2012-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6367> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2096 -22.42322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2096"^^xsd:decimal ;
  dwc:decimalLongitude "-22.42322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6367'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_6367'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.400555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.42322'^^xsd:double;
  dwc:startLongitude '-22.42322'^^xsd:double;
  dwc:endLongitude '-22.42322'^^xsd:double;
  dwc:latitude '64.2096'^^xsd:double;
  dwc:startLatitude '64.2096'^^xsd:double;
  dwc:endLatitude '64.2096'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.42322 64.2096, -22.42322 64.2096, -22.42322 64.2096, -22.42322 64.2096, -22.42322 64.2096))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_6367'^^xsd:string;
  dwc:observationDate '2012-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2817> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.4985 -23.04668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.4985"^^xsd:decimal ;
  dwc:decimalLongitude "-23.04668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2817'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_2817'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.2605555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.04668'^^xsd:double;
  dwc:startLongitude '-23.04668'^^xsd:double;
  dwc:endLongitude '-23.04668'^^xsd:double;
  dwc:latitude '64.4985'^^xsd:double;
  dwc:startLatitude '64.4985'^^xsd:double;
  dwc:endLatitude '64.4985'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.04668 64.4985, -23.04668 64.4985, -23.04668 64.4985, -23.04668 64.4985, -23.04668 64.4985))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2817'^^xsd:string;
  dwc:observationDate '2004-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2903> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.79939 -25.12097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.79939"^^xsd:decimal ;
  dwc:decimalLongitude "-25.12097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2903'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_2903'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22.686666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.12097'^^xsd:double;
  dwc:startLongitude '-25.12097'^^xsd:double;
  dwc:endLongitude '-25.12097'^^xsd:double;
  dwc:latitude '66.79939'^^xsd:double;
  dwc:startLatitude '66.79939'^^xsd:double;
  dwc:endLatitude '66.79939'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.12097 66.79939, -25.12097 66.79939, -25.12097 66.79939, -25.12097 66.79939, -25.12097 66.79939))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2903'^^xsd:string;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4429> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.56528 -20.29725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.56528"^^xsd:decimal ;
  dwc:decimalLongitude "-20.29725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4429'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_4429'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '22.005833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-20.29725'^^xsd:double;
  dwc:startLongitude '-20.29725'^^xsd:double;
  dwc:endLongitude '-20.29725'^^xsd:double;
  dwc:latitude '66.56528'^^xsd:double;
  dwc:startLatitude '66.56528'^^xsd:double;
  dwc:endLatitude '66.56528'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-20.29725 66.56528, -20.29725 66.56528, -20.29725 66.56528, -20.29725 66.56528, -20.29725 66.56528))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4429'^^xsd:string;
  dwc:observationDate '2006-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6508> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.23922 -22.02059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.23922"^^xsd:decimal ;
  dwc:decimalLongitude "-22.02059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6508'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_6508'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.6472222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.02059'^^xsd:double;
  dwc:startLongitude '-22.02059'^^xsd:double;
  dwc:endLongitude '-22.02059'^^xsd:double;
  dwc:latitude '64.23922'^^xsd:double;
  dwc:startLatitude '64.23922'^^xsd:double;
  dwc:endLatitude '64.23922'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.02059 64.23922, -22.02059 64.23922, -22.02059 64.23922, -22.02059 64.23922, -22.02059 64.23922))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_6508'^^xsd:string;
  dwc:observationDate '2012-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4019> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.99008 -23.03838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.99008"^^xsd:decimal ;
  dwc:decimalLongitude "-23.03838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4019'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_4019'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.5458333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.03838'^^xsd:double;
  dwc:startLongitude '-23.03838'^^xsd:double;
  dwc:endLongitude '-23.03838'^^xsd:double;
  dwc:latitude '63.99008'^^xsd:double;
  dwc:startLatitude '63.99008'^^xsd:double;
  dwc:endLatitude '63.99008'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.03838 63.99008, -23.03838 63.99008, -23.03838 63.99008, -23.03838 63.99008, -23.03838 63.99008))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4019'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2968> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.8062 -19.46392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.8062"^^xsd:decimal ;
  dwc:decimalLongitude "-19.46392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2968'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_2968'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.848888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-19.46392'^^xsd:double;
  dwc:startLongitude '-19.46392'^^xsd:double;
  dwc:endLongitude '-19.46392'^^xsd:double;
  dwc:latitude '66.8062'^^xsd:double;
  dwc:startLatitude '66.8062'^^xsd:double;
  dwc:endLatitude '66.8062'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-19.46392 66.8062, -19.46392 66.8062, -19.46392 66.8062, -19.46392 66.8062, -19.46392 66.8062))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2968'^^xsd:string;
  dwc:observationDate '2004-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6390> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.23804 -22.50457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.23804"^^xsd:decimal ;
  dwc:decimalLongitude "-22.50457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6390'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_6390'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '18.674166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.50457'^^xsd:double;
  dwc:startLongitude '-22.50457'^^xsd:double;
  dwc:endLongitude '-22.50457'^^xsd:double;
  dwc:latitude '64.23804'^^xsd:double;
  dwc:startLatitude '64.23804'^^xsd:double;
  dwc:endLatitude '64.23804'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.50457 64.23804, -22.50457 64.23804, -22.50457 64.23804, -22.50457 64.23804, -22.50457 64.23804))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_6390'^^xsd:string;
  dwc:observationDate '2012-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4442> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.32735 -17.7847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.32735"^^xsd:decimal ;
  dwc:decimalLongitude "-17.7847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4442'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4442'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.948055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.7847'^^xsd:double;
  dwc:startLongitude '-17.7847'^^xsd:double;
  dwc:endLongitude '-17.7847'^^xsd:double;
  dwc:latitude '66.32735'^^xsd:double;
  dwc:startLatitude '66.32735'^^xsd:double;
  dwc:endLatitude '66.32735'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.7847 66.32735, -17.7847 66.32735, -17.7847 66.32735, -17.7847 66.32735, -17.7847 66.32735))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4442'^^xsd:string;
  dwc:observationDate '2006-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3001> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.10181 -17.50662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.10181"^^xsd:decimal ;
  dwc:decimalLongitude "-17.50662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3001'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1158_3001'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '11.237222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.50662'^^xsd:double;
  dwc:startLongitude '-17.50662'^^xsd:double;
  dwc:endLongitude '-17.50662'^^xsd:double;
  dwc:latitude '66.10181'^^xsd:double;
  dwc:startLatitude '66.10181'^^xsd:double;
  dwc:endLatitude '66.10181'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.50662 66.10181, -17.50662 66.10181, -17.50662 66.10181, -17.50662 66.10181, -17.50662 66.10181))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_3001'^^xsd:string;
  dwc:observationDate '2004-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5619> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.46856 1.62715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.46856"^^xsd:decimal ;
  dwc:decimalLongitude "1.62715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5619'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_5619'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '0.41194444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '1.62715'^^xsd:double;
  dwc:startLongitude '1.62715'^^xsd:double;
  dwc:endLongitude '1.62715'^^xsd:double;
  dwc:latitude '55.46856'^^xsd:double;
  dwc:startLatitude '55.46856'^^xsd:double;
  dwc:endLatitude '55.46856'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.62715 55.46856, 1.62715 55.46856, 1.62715 55.46856, 1.62715 55.46856, 1.62715 55.46856))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_5619'^^xsd:string;
  dwc:observationDate '2011-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6549> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.95647 0.38567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.95647"^^xsd:decimal ;
  dwc:decimalLongitude "0.38567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6549'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_6549'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.611944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '0.38567'^^xsd:double;
  dwc:startLongitude '0.38567'^^xsd:double;
  dwc:endLongitude '0.38567'^^xsd:double;
  dwc:latitude '54.95647'^^xsd:double;
  dwc:startLatitude '54.95647'^^xsd:double;
  dwc:endLatitude '54.95647'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.38567 54.95647, 0.38567 54.95647, 0.38567 54.95647, 0.38567 54.95647, 0.38567 54.95647))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_6549'^^xsd:string;
  dwc:observationDate '2012-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4404> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.94976 -25.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.94976"^^xsd:decimal ;
  dwc:decimalLongitude "-25.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4404'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_4404'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.445833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.767'^^xsd:double;
  dwc:startLongitude '-25.767'^^xsd:double;
  dwc:endLongitude '-25.767'^^xsd:double;
  dwc:latitude '65.94976'^^xsd:double;
  dwc:startLatitude '65.94976'^^xsd:double;
  dwc:endLatitude '65.94976'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.767 65.94976, -25.767 65.94976, -25.767 65.94976, -25.767 65.94976, -25.767 65.94976))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4404'^^xsd:string;
  dwc:observationDate '2006-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4275> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.25437 -17.74333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.25437"^^xsd:decimal ;
  dwc:decimalLongitude "-17.74333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4275'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_4275'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12.821388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.74333'^^xsd:double;
  dwc:startLongitude '-17.74333'^^xsd:double;
  dwc:endLongitude '-17.74333'^^xsd:double;
  dwc:latitude '66.25437'^^xsd:double;
  dwc:startLatitude '66.25437'^^xsd:double;
  dwc:endLatitude '66.25437'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.74333 66.25437, -17.74333 66.25437, -17.74333 66.25437, -17.74333 66.25437, -17.74333 66.25437))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4275'^^xsd:string;
  dwc:observationDate '2006-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6541> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.16985 -22.43847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.16985"^^xsd:decimal ;
  dwc:decimalLongitude "-22.43847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6541'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_6541'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.053611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.43847'^^xsd:double;
  dwc:startLongitude '-22.43847'^^xsd:double;
  dwc:endLongitude '-22.43847'^^xsd:double;
  dwc:latitude '64.16985'^^xsd:double;
  dwc:startLatitude '64.16985'^^xsd:double;
  dwc:endLatitude '64.16985'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.43847 64.16985, -22.43847 64.16985, -22.43847 64.16985, -22.43847 64.16985, -22.43847 64.16985))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_6541'^^xsd:string;
  dwc:observationDate '2012-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2382> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.5545 1.83803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.5545"^^xsd:decimal ;
  dwc:decimalLongitude "1.83803"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2382'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_2382'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '6.3072222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '1.83803'^^xsd:double;
  dwc:startLongitude '1.83803'^^xsd:double;
  dwc:endLongitude '1.83803'^^xsd:double;
  dwc:latitude '57.5545'^^xsd:double;
  dwc:startLatitude '57.5545'^^xsd:double;
  dwc:endLatitude '57.5545'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.83803 57.5545, 1.83803 57.5545, 1.83803 57.5545, 1.83803 57.5545, 1.83803 57.5545))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2382'^^xsd:string;
  dwc:observationDate '2002-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6251> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.1989 -51.76633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.1989"^^xsd:decimal ;
  dwc:decimalLongitude "-51.76633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6251'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_6251'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '23.251944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-51.76633'^^xsd:double;
  dwc:startLongitude '-51.76633'^^xsd:double;
  dwc:endLongitude '-51.76633'^^xsd:double;
  dwc:latitude '48.1989'^^xsd:double;
  dwc:startLatitude '48.1989'^^xsd:double;
  dwc:endLatitude '48.1989'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-51.76633 48.1989, -51.76633 48.1989, -51.76633 48.1989, -51.76633 48.1989, -51.76633 48.1989))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_6251'^^xsd:string;
  dwc:observationDate '2012-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4097> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.31207 -17.24535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.31207"^^xsd:decimal ;
  dwc:decimalLongitude "-17.24535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4097'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_4097'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '5.4366666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.24535'^^xsd:double;
  dwc:startLongitude '-17.24535'^^xsd:double;
  dwc:endLongitude '-17.24535'^^xsd:double;
  dwc:latitude '66.31207'^^xsd:double;
  dwc:startLatitude '66.31207'^^xsd:double;
  dwc:endLatitude '66.31207'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.24535 66.31207, -17.24535 66.31207, -17.24535 66.31207, -17.24535 66.31207, -17.24535 66.31207))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4097'^^xsd:string;
  dwc:observationDate '2006-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3131> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.67102 -25.47088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.67102"^^xsd:decimal ;
  dwc:decimalLongitude "-25.47088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3131'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_3131'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '18.761111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.47088'^^xsd:double;
  dwc:startLongitude '-25.47088'^^xsd:double;
  dwc:endLongitude '-25.47088'^^xsd:double;
  dwc:latitude '65.67102'^^xsd:double;
  dwc:startLatitude '65.67102'^^xsd:double;
  dwc:endLatitude '65.67102'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.47088 65.67102, -25.47088 65.67102, -25.47088 65.67102, -25.47088 65.67102, -25.47088 65.67102))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_3131'^^xsd:string;
  dwc:observationDate '2004-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3122> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.84386 -24.5791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.84386"^^xsd:decimal ;
  dwc:decimalLongitude "-24.5791"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3122'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_3122'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '19.650277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.5791'^^xsd:double;
  dwc:startLongitude '-24.5791'^^xsd:double;
  dwc:endLongitude '-24.5791'^^xsd:double;
  dwc:latitude '66.84386'^^xsd:double;
  dwc:startLatitude '66.84386'^^xsd:double;
  dwc:endLatitude '66.84386'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.5791 66.84386, -24.5791 66.84386, -24.5791 66.84386, -24.5791 66.84386, -24.5791 66.84386))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_3122'^^xsd:string;
  dwc:observationDate '2004-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4452> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.19917 -17.78025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.19917"^^xsd:decimal ;
  dwc:decimalLongitude "-17.78025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4452'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4452'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.300277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.78025'^^xsd:double;
  dwc:startLongitude '-17.78025'^^xsd:double;
  dwc:endLongitude '-17.78025'^^xsd:double;
  dwc:latitude '66.19917'^^xsd:double;
  dwc:startLatitude '66.19917'^^xsd:double;
  dwc:endLatitude '66.19917'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.78025 66.19917, -17.78025 66.19917, -17.78025 66.19917, -17.78025 66.19917, -17.78025 66.19917))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4452'^^xsd:string;
  dwc:observationDate '2006-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4557> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.59815 -20.63523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.59815"^^xsd:decimal ;
  dwc:decimalLongitude "-20.63523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4557'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_4557'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '5.6402777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-20.63523'^^xsd:double;
  dwc:startLongitude '-20.63523'^^xsd:double;
  dwc:endLongitude '-20.63523'^^xsd:double;
  dwc:latitude '62.59815'^^xsd:double;
  dwc:startLatitude '62.59815'^^xsd:double;
  dwc:endLatitude '62.59815'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-20.63523 62.59815, -20.63523 62.59815, -20.63523 62.59815, -20.63523 62.59815, -20.63523 62.59815))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4557'^^xsd:string;
  dwc:observationDate '2006-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4446> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.13063 -17.7125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.13063"^^xsd:decimal ;
  dwc:decimalLongitude "-17.7125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4446'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4446'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.685277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.7125'^^xsd:double;
  dwc:startLongitude '-17.7125'^^xsd:double;
  dwc:endLongitude '-17.7125'^^xsd:double;
  dwc:latitude '66.13063'^^xsd:double;
  dwc:startLatitude '66.13063'^^xsd:double;
  dwc:endLatitude '66.13063'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.7125 66.13063, -17.7125 66.13063, -17.7125 66.13063, -17.7125 66.13063, -17.7125 66.13063))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4446'^^xsd:string;
  dwc:observationDate '2006-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2839> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.99593 -23.56742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.99593"^^xsd:decimal ;
  dwc:decimalLongitude "-23.56742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2839'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_2839'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.8208333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.56742'^^xsd:double;
  dwc:startLongitude '-23.56742'^^xsd:double;
  dwc:endLongitude '-23.56742'^^xsd:double;
  dwc:latitude '64.99593'^^xsd:double;
  dwc:startLatitude '64.99593'^^xsd:double;
  dwc:endLatitude '64.99593'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.56742 64.99593, -23.56742 64.99593, -23.56742 64.99593, -23.56742 64.99593, -23.56742 64.99593))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2839'^^xsd:string;
  dwc:observationDate '2004-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2969> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.69695 -19.475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.69695"^^xsd:decimal ;
  dwc:decimalLongitude "-19.475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2969'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_2969'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13.166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-19.475'^^xsd:double;
  dwc:startLongitude '-19.475'^^xsd:double;
  dwc:endLongitude '-19.475'^^xsd:double;
  dwc:latitude '66.69695'^^xsd:double;
  dwc:startLatitude '66.69695'^^xsd:double;
  dwc:endLatitude '66.69695'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-19.475 66.69695, -19.475 66.69695, -19.475 66.69695, -19.475 66.69695, -19.475 66.69695))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2969'^^xsd:string;
  dwc:observationDate '2004-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5634> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0029 0.59853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0029"^^xsd:decimal ;
  dwc:decimalLongitude "0.59853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5634'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_5634'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.524444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '0.59853'^^xsd:double;
  dwc:startLongitude '0.59853'^^xsd:double;
  dwc:endLongitude '0.59853'^^xsd:double;
  dwc:latitude '55.0029'^^xsd:double;
  dwc:startLatitude '55.0029'^^xsd:double;
  dwc:endLatitude '55.0029'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.59853 55.0029, 0.59853 55.0029, 0.59853 55.0029, 0.59853 55.0029, 0.59853 55.0029))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_5634'^^xsd:string;
  dwc:observationDate '2011-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4366> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.48728 -19.40115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.48728"^^xsd:decimal ;
  dwc:decimalLongitude "-19.40115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4366'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_4366'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.329444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-19.40115'^^xsd:double;
  dwc:startLongitude '-19.40115'^^xsd:double;
  dwc:endLongitude '-19.40115'^^xsd:double;
  dwc:latitude '66.48728'^^xsd:double;
  dwc:startLatitude '66.48728'^^xsd:double;
  dwc:endLatitude '66.48728'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-19.40115 66.48728, -19.40115 66.48728, -19.40115 66.48728, -19.40115 66.48728, -19.40115 66.48728))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4366'^^xsd:string;
  dwc:observationDate '2006-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2928> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.2028 -23.52902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.2028"^^xsd:decimal ;
  dwc:decimalLongitude "-23.52902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2928'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_2928'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '5.3361111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.52902'^^xsd:double;
  dwc:startLongitude '-23.52902'^^xsd:double;
  dwc:endLongitude '-23.52902'^^xsd:double;
  dwc:latitude '67.2028'^^xsd:double;
  dwc:startLatitude '67.2028'^^xsd:double;
  dwc:endLatitude '67.2028'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.52902 67.2028, -23.52902 67.2028, -23.52902 67.2028, -23.52902 67.2028, -23.52902 67.2028))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2928'^^xsd:string;
  dwc:observationDate '2004-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3103> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.31738 -23.01653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.31738"^^xsd:decimal ;
  dwc:decimalLongitude "-23.01653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3103'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_3103'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.6925'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.01653'^^xsd:double;
  dwc:startLongitude '-23.01653'^^xsd:double;
  dwc:endLongitude '-23.01653'^^xsd:double;
  dwc:latitude '67.31738'^^xsd:double;
  dwc:startLatitude '67.31738'^^xsd:double;
  dwc:endLatitude '67.31738'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.01653 67.31738, -23.01653 67.31738, -23.01653 67.31738, -23.01653 67.31738, -23.01653 67.31738))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_3103'^^xsd:string;
  dwc:observationDate '2004-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4158> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.53556 -17.81558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.53556"^^xsd:decimal ;
  dwc:decimalLongitude "-17.81558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4158'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4158'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9.9597222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.81558'^^xsd:double;
  dwc:startLongitude '-17.81558'^^xsd:double;
  dwc:endLongitude '-17.81558'^^xsd:double;
  dwc:latitude '66.53556'^^xsd:double;
  dwc:startLatitude '66.53556'^^xsd:double;
  dwc:endLatitude '66.53556'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.81558 66.53556, -17.81558 66.53556, -17.81558 66.53556, -17.81558 66.53556, -17.81558 66.53556))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4158'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4426> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.29346 -20.52995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.29346"^^xsd:decimal ;
  dwc:decimalLongitude "-20.52995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4426'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_4426'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.360555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-20.52995'^^xsd:double;
  dwc:startLongitude '-20.52995'^^xsd:double;
  dwc:endLongitude '-20.52995'^^xsd:double;
  dwc:latitude '66.29346'^^xsd:double;
  dwc:startLatitude '66.29346'^^xsd:double;
  dwc:endLatitude '66.29346'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-20.52995 66.29346, -20.52995 66.29346, -20.52995 66.29346, -20.52995 66.29346, -20.52995 66.29346))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4426'^^xsd:string;
  dwc:observationDate '2006-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3015> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.54649 -17.51392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.54649"^^xsd:decimal ;
  dwc:decimalLongitude "-17.51392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3015'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1158_3015'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '22.473055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.51392'^^xsd:double;
  dwc:startLongitude '-17.51392'^^xsd:double;
  dwc:endLongitude '-17.51392'^^xsd:double;
  dwc:latitude '66.54649'^^xsd:double;
  dwc:startLatitude '66.54649'^^xsd:double;
  dwc:endLatitude '66.54649'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.51392 66.54649, -17.51392 66.54649, -17.51392 66.54649, -17.51392 66.54649, -17.51392 66.54649))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_3015'^^xsd:string;
  dwc:observationDate '2004-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4092> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.56506 -19.20362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.56506"^^xsd:decimal ;
  dwc:decimalLongitude "-19.20362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4092'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_4092'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.248888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-19.20362'^^xsd:double;
  dwc:startLongitude '-19.20362'^^xsd:double;
  dwc:endLongitude '-19.20362'^^xsd:double;
  dwc:latitude '66.56506'^^xsd:double;
  dwc:startLatitude '66.56506'^^xsd:double;
  dwc:endLatitude '66.56506'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-19.20362 66.56506, -19.20362 66.56506, -19.20362 66.56506, -19.20362 66.56506, -19.20362 66.56506))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4092'^^xsd:string;
  dwc:observationDate '2006-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3054> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.12244 -18.53448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.12244"^^xsd:decimal ;
  dwc:decimalLongitude "-18.53448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3054'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_3054'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.5202777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.53448'^^xsd:double;
  dwc:startLongitude '-18.53448'^^xsd:double;
  dwc:endLongitude '-18.53448'^^xsd:double;
  dwc:latitude '66.12244'^^xsd:double;
  dwc:startLatitude '66.12244'^^xsd:double;
  dwc:endLatitude '66.12244'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.53448 66.12244, -18.53448 66.12244, -18.53448 66.12244, -18.53448 66.12244, -18.53448 66.12244))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_3054'^^xsd:string;
  dwc:observationDate '2004-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3034> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.21813 -18.57173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.21813"^^xsd:decimal ;
  dwc:decimalLongitude "-18.57173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3034'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_3034'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '17.365277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.57173'^^xsd:double;
  dwc:startLongitude '-18.57173'^^xsd:double;
  dwc:endLongitude '-18.57173'^^xsd:double;
  dwc:latitude '66.21813'^^xsd:double;
  dwc:startLatitude '66.21813'^^xsd:double;
  dwc:endLatitude '66.21813'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.57173 66.21813, -18.57173 66.21813, -18.57173 66.21813, -18.57173 66.21813, -18.57173 66.21813))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_3034'^^xsd:string;
  dwc:observationDate '2004-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4425> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.28178 -20.54018)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.28178"^^xsd:decimal ;
  dwc:decimalLongitude "-20.54018"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4425'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_4425'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.257222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-20.54018'^^xsd:double;
  dwc:startLongitude '-20.54018'^^xsd:double;
  dwc:endLongitude '-20.54018'^^xsd:double;
  dwc:latitude '66.28178'^^xsd:double;
  dwc:startLatitude '66.28178'^^xsd:double;
  dwc:endLatitude '66.28178'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-20.54018 66.28178, -20.54018 66.28178, -20.54018 66.28178, -20.54018 66.28178, -20.54018 66.28178))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4425'^^xsd:string;
  dwc:observationDate '2006-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3062> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.23106 -19.01807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.23106"^^xsd:decimal ;
  dwc:decimalLongitude "-19.01807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3062'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_3062'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '8.4875'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-19.01807'^^xsd:double;
  dwc:startLongitude '-19.01807'^^xsd:double;
  dwc:endLongitude '-19.01807'^^xsd:double;
  dwc:latitude '66.23106'^^xsd:double;
  dwc:startLatitude '66.23106'^^xsd:double;
  dwc:endLatitude '66.23106'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-19.01807 66.23106, -19.01807 66.23106, -19.01807 66.23106, -19.01807 66.23106, -19.01807 66.23106))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_3062'^^xsd:string;
  dwc:observationDate '2004-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4408> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.45155 -21.97707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.45155"^^xsd:decimal ;
  dwc:decimalLongitude "-21.97707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4408'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_4408'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.201666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-21.97707'^^xsd:double;
  dwc:startLongitude '-21.97707'^^xsd:double;
  dwc:endLongitude '-21.97707'^^xsd:double;
  dwc:latitude '66.45155'^^xsd:double;
  dwc:startLatitude '66.45155'^^xsd:double;
  dwc:endLatitude '66.45155'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-21.97707 66.45155, -21.97707 66.45155, -21.97707 66.45155, -21.97707 66.45155, -21.97707 66.45155))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4408'^^xsd:string;
  dwc:observationDate '2006-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2813> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.41915 -23.48257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.41915"^^xsd:decimal ;
  dwc:decimalLongitude "-23.48257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2813'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_2813'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.3458333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.48257'^^xsd:double;
  dwc:startLongitude '-23.48257'^^xsd:double;
  dwc:endLongitude '-23.48257'^^xsd:double;
  dwc:latitude '64.41915'^^xsd:double;
  dwc:startLatitude '64.41915'^^xsd:double;
  dwc:endLatitude '64.41915'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.48257 64.41915, -23.48257 64.41915, -23.48257 64.41915, -23.48257 64.41915, -23.48257 64.41915))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2813'^^xsd:string;
  dwc:observationDate '2004-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2994> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.2071 -20.79318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.2071"^^xsd:decimal ;
  dwc:decimalLongitude "-20.79318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2994'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_2994'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.8041666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-20.79318'^^xsd:double;
  dwc:startLongitude '-20.79318'^^xsd:double;
  dwc:endLongitude '-20.79318'^^xsd:double;
  dwc:latitude '67.2071'^^xsd:double;
  dwc:startLatitude '67.2071'^^xsd:double;
  dwc:endLatitude '67.2071'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-20.79318 67.2071, -20.79318 67.2071, -20.79318 67.2071, -20.79318 67.2071, -20.79318 67.2071))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2994'^^xsd:string;
  dwc:observationDate '2004-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5633> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.97497 0.6804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.97497"^^xsd:decimal ;
  dwc:decimalLongitude "0.6804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5633'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_5633'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.038888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '0.6804'^^xsd:double;
  dwc:startLongitude '0.6804'^^xsd:double;
  dwc:endLongitude '0.6804'^^xsd:double;
  dwc:latitude '54.97497'^^xsd:double;
  dwc:startLatitude '54.97497'^^xsd:double;
  dwc:endLatitude '54.97497'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.6804 54.97497, 0.6804 54.97497, 0.6804 54.97497, 0.6804 54.97497, 0.6804 54.97497))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_5633'^^xsd:string;
  dwc:observationDate '2011-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3987> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8971 -47.57877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8971"^^xsd:decimal ;
  dwc:decimalLongitude "-47.57877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3987'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_3987'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.405'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-47.57877'^^xsd:double;
  dwc:startLongitude '-47.57877'^^xsd:double;
  dwc:endLongitude '-47.57877'^^xsd:double;
  dwc:latitude '45.8971'^^xsd:double;
  dwc:startLatitude '45.8971'^^xsd:double;
  dwc:endLatitude '45.8971'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-47.57877 45.8971, -47.57877 45.8971, -47.57877 45.8971, -47.57877 45.8971, -47.57877 45.8971))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_3987'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4094> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5718 -19.17503)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.5718"^^xsd:decimal ;
  dwc:decimalLongitude "-19.17503"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4094'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_4094'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.364444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-19.17503'^^xsd:double;
  dwc:startLongitude '-19.17503'^^xsd:double;
  dwc:endLongitude '-19.17503'^^xsd:double;
  dwc:latitude '66.5718'^^xsd:double;
  dwc:startLatitude '66.5718'^^xsd:double;
  dwc:endLatitude '66.5718'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-19.17503 66.5718, -19.17503 66.5718, -19.17503 66.5718, -19.17503 66.5718, -19.17503 66.5718))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4094'^^xsd:string;
  dwc:observationDate '2006-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6550> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.82972 0.56705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.82972"^^xsd:decimal ;
  dwc:decimalLongitude "0.56705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6550'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_6550'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.897222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '0.56705'^^xsd:double;
  dwc:startLongitude '0.56705'^^xsd:double;
  dwc:endLongitude '0.56705'^^xsd:double;
  dwc:latitude '54.82972'^^xsd:double;
  dwc:startLatitude '54.82972'^^xsd:double;
  dwc:endLatitude '54.82972'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.56705 54.82972, 0.56705 54.82972, 0.56705 54.82972, 0.56705 54.82972, 0.56705 54.82972))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_6550'^^xsd:string;
  dwc:observationDate '2012-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2838> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.99547 -23.54742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.99547"^^xsd:decimal ;
  dwc:decimalLongitude "-23.54742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2838'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_2838'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.76'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.54742'^^xsd:double;
  dwc:startLongitude '-23.54742'^^xsd:double;
  dwc:endLongitude '-23.54742'^^xsd:double;
  dwc:latitude '64.99547'^^xsd:double;
  dwc:startLatitude '64.99547'^^xsd:double;
  dwc:endLatitude '64.99547'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.54742 64.99547, -23.54742 64.99547, -23.54742 64.99547, -23.54742 64.99547, -23.54742 64.99547))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2838'^^xsd:string;
  dwc:observationDate '2004-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1248> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92883 -68.9125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.92883"^^xsd:decimal ;
  dwc:decimalLongitude "-68.9125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1248'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_1248'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.996944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.9125'^^xsd:double;
  dwc:startLongitude '-68.9125'^^xsd:double;
  dwc:endLongitude '-68.9125'^^xsd:double;
  dwc:latitude '42.92883'^^xsd:double;
  dwc:startLatitude '42.92883'^^xsd:double;
  dwc:endLatitude '42.92883'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.9125 42.92883, -68.9125 42.92883, -68.9125 42.92883, -68.9125 42.92883, -68.9125 42.92883))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_1248'^^xsd:string;
  dwc:observationDate '1997-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1462> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5695 -66.49567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5695"^^xsd:decimal ;
  dwc:decimalLongitude "-66.49567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1462'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_1462'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.4636111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.49567'^^xsd:double;
  dwc:startLongitude '-66.49567'^^xsd:double;
  dwc:endLongitude '-66.49567'^^xsd:double;
  dwc:latitude '44.5695'^^xsd:double;
  dwc:startLatitude '44.5695'^^xsd:double;
  dwc:endLatitude '44.5695'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.49567 44.5695, -66.49567 44.5695, -66.49567 44.5695, -66.49567 44.5695, -66.49567 44.5695))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_1462'^^xsd:string;
  dwc:observationDate '1997-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1335> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15083 -67.22483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.15083"^^xsd:decimal ;
  dwc:decimalLongitude "-67.22483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1335'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1158_1335'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '11.466944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-67.22483'^^xsd:double;
  dwc:startLongitude '-67.22483'^^xsd:double;
  dwc:endLongitude '-67.22483'^^xsd:double;
  dwc:latitude '42.15083'^^xsd:double;
  dwc:startLatitude '42.15083'^^xsd:double;
  dwc:endLatitude '42.15083'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.22483 42.15083, -67.22483 42.15083, -67.22483 42.15083, -67.22483 42.15083, -67.22483 42.15083))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_1335'^^xsd:string;
  dwc:observationDate '1997-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1218> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.74633 -69.29533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.74633"^^xsd:decimal ;
  dwc:decimalLongitude "-69.29533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1218'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_1218'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.761111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-69.29533'^^xsd:double;
  dwc:startLongitude '-69.29533'^^xsd:double;
  dwc:endLongitude '-69.29533'^^xsd:double;
  dwc:latitude '41.74633'^^xsd:double;
  dwc:startLatitude '41.74633'^^xsd:double;
  dwc:endLatitude '41.74633'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.29533 41.74633, -69.29533 41.74633, -69.29533 41.74633, -69.29533 41.74633, -69.29533 41.74633))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_1218'^^xsd:string;
  dwc:observationDate '1997-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1221> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.57267 -68.898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.57267"^^xsd:decimal ;
  dwc:decimalLongitude "-68.898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1221'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_1221'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '6.7658333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.898'^^xsd:double;
  dwc:startLongitude '-68.898'^^xsd:double;
  dwc:endLongitude '-68.898'^^xsd:double;
  dwc:latitude '41.57267'^^xsd:double;
  dwc:startLatitude '41.57267'^^xsd:double;
  dwc:endLatitude '41.57267'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.898 41.57267, -68.898 41.57267, -68.898 41.57267, -68.898 41.57267, -68.898 41.57267))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_1221'^^xsd:string;
  dwc:observationDate '1997-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1790> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8503 -69.28537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.8503"^^xsd:decimal ;
  dwc:decimalLongitude "-69.28537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1790'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_1790'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.8622222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-69.28537'^^xsd:double;
  dwc:startLongitude '-69.28537'^^xsd:double;
  dwc:endLongitude '-69.28537'^^xsd:double;
  dwc:latitude '41.8503'^^xsd:double;
  dwc:startLatitude '41.8503'^^xsd:double;
  dwc:endLatitude '41.8503'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.28537 41.8503, -69.28537 41.8503, -69.28537 41.8503, -69.28537 41.8503, -69.28537 41.8503))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_1790'^^xsd:string;
  dwc:observationDate '2000-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1496> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72433 -66.33567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72433"^^xsd:decimal ;
  dwc:decimalLongitude "-66.33567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1496'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_1496'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.1475'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.33567'^^xsd:double;
  dwc:startLongitude '-66.33567'^^xsd:double;
  dwc:endLongitude '-66.33567'^^xsd:double;
  dwc:latitude '44.72433'^^xsd:double;
  dwc:startLatitude '44.72433'^^xsd:double;
  dwc:endLatitude '44.72433'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.33567 44.72433, -66.33567 44.72433, -66.33567 44.72433, -66.33567 44.72433, -66.33567 44.72433))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_1496'^^xsd:string;
  dwc:observationDate '1997-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1931> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.75277 -68.43336)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.75277"^^xsd:decimal ;
  dwc:decimalLongitude "-68.43336"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1931'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_1931'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.178333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.43336'^^xsd:double;
  dwc:startLongitude '-68.43336'^^xsd:double;
  dwc:endLongitude '-68.43336'^^xsd:double;
  dwc:latitude '41.75277'^^xsd:double;
  dwc:startLatitude '41.75277'^^xsd:double;
  dwc:endLatitude '41.75277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.43336 41.75277, -68.43336 41.75277, -68.43336 41.75277, -68.43336 41.75277, -68.43336 41.75277))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_1931'^^xsd:string;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2922> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.12147 -24.07995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.12147"^^xsd:decimal ;
  dwc:decimalLongitude "-24.07995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2922'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_2922'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '2.8575'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.07995'^^xsd:double;
  dwc:startLongitude '-24.07995'^^xsd:double;
  dwc:endLongitude '-24.07995'^^xsd:double;
  dwc:latitude '67.12147'^^xsd:double;
  dwc:startLatitude '67.12147'^^xsd:double;
  dwc:endLatitude '67.12147'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.07995 67.12147, -24.07995 67.12147, -24.07995 67.12147, -24.07995 67.12147, -24.07995 67.12147))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_2922'^^xsd:string;
  dwc:observationDate '2004-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1784> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.70762 -68.85402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.70762"^^xsd:decimal ;
  dwc:decimalLongitude "-68.85402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1784'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_1784'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '22.573333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.85402'^^xsd:double;
  dwc:startLongitude '-68.85402'^^xsd:double;
  dwc:endLongitude '-68.85402'^^xsd:double;
  dwc:latitude '41.70762'^^xsd:double;
  dwc:startLatitude '41.70762'^^xsd:double;
  dwc:endLatitude '41.70762'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.85402 41.70762, -68.85402 41.70762, -68.85402 41.70762, -68.85402 41.70762, -68.85402 41.70762))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_1784'^^xsd:string;
  dwc:observationDate '2000-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1789> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8678 -69.41886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.8678"^^xsd:decimal ;
  dwc:decimalLongitude "-69.41886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1789'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_1789'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.7869444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-69.41886'^^xsd:double;
  dwc:startLongitude '-69.41886'^^xsd:double;
  dwc:endLongitude '-69.41886'^^xsd:double;
  dwc:latitude '41.8678'^^xsd:double;
  dwc:startLatitude '41.8678'^^xsd:double;
  dwc:endLatitude '41.8678'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.41886 41.8678, -69.41886 41.8678, -69.41886 41.8678, -69.41886 41.8678, -69.41886 41.8678))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_1789'^^xsd:string;
  dwc:observationDate '2000-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6223> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6063 -57.81557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6063"^^xsd:decimal ;
  dwc:decimalLongitude "-57.81557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6223'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_6223'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.459166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-57.81557'^^xsd:double;
  dwc:startLongitude '-57.81557'^^xsd:double;
  dwc:endLongitude '-57.81557'^^xsd:double;
  dwc:latitude '45.6063'^^xsd:double;
  dwc:startLatitude '45.6063'^^xsd:double;
  dwc:endLatitude '45.6063'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.81557 45.6063, -57.81557 45.6063, -57.81557 45.6063, -57.81557 45.6063, -57.81557 45.6063))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_6223'^^xsd:string;
  dwc:observationDate '2012-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1850> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.78878 -68.34551)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.78878"^^xsd:decimal ;
  dwc:decimalLongitude "-68.34551"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1850'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_1850'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '23.444444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.34551'^^xsd:double;
  dwc:startLongitude '-68.34551'^^xsd:double;
  dwc:endLongitude '-68.34551'^^xsd:double;
  dwc:latitude '41.78878'^^xsd:double;
  dwc:startLatitude '41.78878'^^xsd:double;
  dwc:endLatitude '41.78878'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.34551 41.78878, -68.34551 41.78878, -68.34551 41.78878, -68.34551 41.78878, -68.34551 41.78878))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_1850'^^xsd:string;
  dwc:observationDate '2000-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6225> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7094 -57.02227)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.7094"^^xsd:decimal ;
  dwc:decimalLongitude "-57.02227"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6225'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_6225'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '20.577222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-57.02227'^^xsd:double;
  dwc:startLongitude '-57.02227'^^xsd:double;
  dwc:endLongitude '-57.02227'^^xsd:double;
  dwc:latitude '45.7094'^^xsd:double;
  dwc:startLatitude '45.7094'^^xsd:double;
  dwc:endLatitude '45.7094'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.02227 45.7094, -57.02227 45.7094, -57.02227 45.7094, -57.02227 45.7094, -57.02227 45.7094))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_6225'^^xsd:string;
  dwc:observationDate '2012-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2986> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.10896 -19.7799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.10896"^^xsd:decimal ;
  dwc:decimalLongitude "-19.7799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2986'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_2986'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '5.8191666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-19.7799'^^xsd:double;
  dwc:startLongitude '-19.7799'^^xsd:double;
  dwc:endLongitude '-19.7799'^^xsd:double;
  dwc:latitude '67.10896'^^xsd:double;
  dwc:startLatitude '67.10896'^^xsd:double;
  dwc:endLatitude '67.10896'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-19.7799 67.10896, -19.7799 67.10896, -19.7799 67.10896, -19.7799 67.10896, -19.7799 67.10896))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_2986'^^xsd:string;
  dwc:observationDate '2004-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3963> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42004 -62.96545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42004"^^xsd:decimal ;
  dwc:decimalLongitude "-62.96545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3963'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_3963'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.446388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-62.96545'^^xsd:double;
  dwc:startLongitude '-62.96545'^^xsd:double;
  dwc:endLongitude '-62.96545'^^xsd:double;
  dwc:latitude '42.42004'^^xsd:double;
  dwc:startLatitude '42.42004'^^xsd:double;
  dwc:endLatitude '42.42004'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.96545 42.42004, -62.96545 42.42004, -62.96545 42.42004, -62.96545 42.42004, -62.96545 42.42004))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_3963'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1782> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.74315 -69.05173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.74315"^^xsd:decimal ;
  dwc:decimalLongitude "-69.05173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1782'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_1782'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '20.556388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-69.05173'^^xsd:double;
  dwc:startLongitude '-69.05173'^^xsd:double;
  dwc:endLongitude '-69.05173'^^xsd:double;
  dwc:latitude '41.74315'^^xsd:double;
  dwc:startLatitude '41.74315'^^xsd:double;
  dwc:endLatitude '41.74315'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.05173 41.74315, -69.05173 41.74315, -69.05173 41.74315, -69.05173 41.74315, -69.05173 41.74315))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_1782'^^xsd:string;
  dwc:observationDate '2000-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1571> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.58405 -66.4697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.58405"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1571'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_1571'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.979444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.4697'^^xsd:double;
  dwc:startLongitude '-66.4697'^^xsd:double;
  dwc:endLongitude '-66.4697'^^xsd:double;
  dwc:latitude '44.58405'^^xsd:double;
  dwc:startLatitude '44.58405'^^xsd:double;
  dwc:endLatitude '44.58405'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4697 44.58405, -66.4697 44.58405, -66.4697 44.58405, -66.4697 44.58405, -66.4697 44.58405))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_1571'^^xsd:string;
  dwc:observationDate '1999-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1568> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.65023 -66.39049)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.65023"^^xsd:decimal ;
  dwc:decimalLongitude "-66.39049"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1568'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_1568'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.903611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.39049'^^xsd:double;
  dwc:startLongitude '-66.39049'^^xsd:double;
  dwc:endLongitude '-66.39049'^^xsd:double;
  dwc:latitude '44.65023'^^xsd:double;
  dwc:startLatitude '44.65023'^^xsd:double;
  dwc:endLatitude '44.65023'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.39049 44.65023, -66.39049 44.65023, -66.39049 44.65023, -66.39049 44.65023, -66.39049 44.65023))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_1568'^^xsd:string;
  dwc:observationDate '1999-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1935> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94093 -69.05245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94093"^^xsd:decimal ;
  dwc:decimalLongitude "-69.05245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1935'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_1935'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.246388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-69.05245'^^xsd:double;
  dwc:startLongitude '-69.05245'^^xsd:double;
  dwc:endLongitude '-69.05245'^^xsd:double;
  dwc:latitude '41.94093'^^xsd:double;
  dwc:startLatitude '41.94093'^^xsd:double;
  dwc:endLatitude '41.94093'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.05245 41.94093, -69.05245 41.94093, -69.05245 41.94093, -69.05245 41.94093, -69.05245 41.94093))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_1935'^^xsd:string;
  dwc:observationDate '2001-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1261> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.40733 -69.33067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.40733"^^xsd:decimal ;
  dwc:decimalLongitude "-69.33067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1261'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_1261'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.713055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-69.33067'^^xsd:double;
  dwc:startLongitude '-69.33067'^^xsd:double;
  dwc:endLongitude '-69.33067'^^xsd:double;
  dwc:latitude '43.40733'^^xsd:double;
  dwc:startLatitude '43.40733'^^xsd:double;
  dwc:endLatitude '43.40733'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.33067 43.40733, -69.33067 43.40733, -69.33067 43.40733, -69.33067 43.40733, -69.33067 43.40733))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_1261'^^xsd:string;
  dwc:observationDate '1997-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3559> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94762 -68.7394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94762"^^xsd:decimal ;
  dwc:decimalLongitude "-68.7394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3559'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_3559'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '22.162222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.7394'^^xsd:double;
  dwc:startLongitude '-68.7394'^^xsd:double;
  dwc:endLongitude '-68.7394'^^xsd:double;
  dwc:latitude '41.94762'^^xsd:double;
  dwc:startLatitude '41.94762'^^xsd:double;
  dwc:endLatitude '41.94762'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.7394 41.94762, -68.7394 41.94762, -68.7394 41.94762, -68.7394 41.94762, -68.7394 41.94762))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_3559'^^xsd:string;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1839> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.84657 -68.06458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.84657"^^xsd:decimal ;
  dwc:decimalLongitude "-68.06458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1839'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_1839'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.969444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.06458'^^xsd:double;
  dwc:startLongitude '-68.06458'^^xsd:double;
  dwc:endLongitude '-68.06458'^^xsd:double;
  dwc:latitude '41.84657'^^xsd:double;
  dwc:startLatitude '41.84657'^^xsd:double;
  dwc:endLatitude '41.84657'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.06458 41.84657, -68.06458 41.84657, -68.06458 41.84657, -68.06458 41.84657, -68.06458 41.84657))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_1839'^^xsd:string;
  dwc:observationDate '2000-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1788> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.89985 -69.51058)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.89985"^^xsd:decimal ;
  dwc:decimalLongitude "-69.51058"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1788'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_1788'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.0347222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-69.51058'^^xsd:double;
  dwc:startLongitude '-69.51058'^^xsd:double;
  dwc:endLongitude '-69.51058'^^xsd:double;
  dwc:latitude '41.89985'^^xsd:double;
  dwc:startLatitude '41.89985'^^xsd:double;
  dwc:endLatitude '41.89985'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.51058 41.89985, -69.51058 41.89985, -69.51058 41.89985, -69.51058 41.89985, -69.51058 41.89985))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_1788'^^xsd:string;
  dwc:observationDate '2000-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1342> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09467 -66.88033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.09467"^^xsd:decimal ;
  dwc:decimalLongitude "-66.88033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1342'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1158_1342'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '15.2825'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.88033'^^xsd:double;
  dwc:startLongitude '-66.88033'^^xsd:double;
  dwc:endLongitude '-66.88033'^^xsd:double;
  dwc:latitude '42.09467'^^xsd:double;
  dwc:startLatitude '42.09467'^^xsd:double;
  dwc:endLatitude '42.09467'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.88033 42.09467, -66.88033 42.09467, -66.88033 42.09467, -66.88033 42.09467, -66.88033 42.09467))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_1342'^^xsd:string;
  dwc:observationDate '1997-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1787> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94584 -69.62559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94584"^^xsd:decimal ;
  dwc:decimalLongitude "-69.62559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1787'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_1787'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '6.6033333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-69.62559'^^xsd:double;
  dwc:startLongitude '-69.62559'^^xsd:double;
  dwc:endLongitude '-69.62559'^^xsd:double;
  dwc:latitude '41.94584'^^xsd:double;
  dwc:startLatitude '41.94584'^^xsd:double;
  dwc:endLatitude '41.94584'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.62559 41.94584, -69.62559 41.94584, -69.62559 41.94584, -69.62559 41.94584, -69.62559 41.94584))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_1787'^^xsd:string;
  dwc:observationDate '2000-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2081> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67107 -67.173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.67107"^^xsd:decimal ;
  dwc:decimalLongitude "-67.173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2081'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_2081'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-67.173'^^xsd:double;
  dwc:startLongitude '-67.173'^^xsd:double;
  dwc:endLongitude '-67.173'^^xsd:double;
  dwc:latitude '42.67107'^^xsd:double;
  dwc:startLatitude '42.67107'^^xsd:double;
  dwc:endLatitude '42.67107'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.173 42.67107, -67.173 42.67107, -67.173 42.67107, -67.173 42.67107, -67.173 42.67107))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_2081'^^xsd:string;
  dwc:observationDate '2001-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1927> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08723 -70.26607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08723"^^xsd:decimal ;
  dwc:decimalLongitude "-70.26607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1927'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_1927'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '17.015833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-70.26607'^^xsd:double;
  dwc:startLongitude '-70.26607'^^xsd:double;
  dwc:endLongitude '-70.26607'^^xsd:double;
  dwc:latitude '42.08723'^^xsd:double;
  dwc:startLatitude '42.08723'^^xsd:double;
  dwc:endLatitude '42.08723'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.26607 42.08723, -70.26607 42.08723, -70.26607 42.08723, -70.26607 42.08723, -70.26607 42.08723))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_1927'^^xsd:string;
  dwc:observationDate '2001-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3529> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.48397 -69.34001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.48397"^^xsd:decimal ;
  dwc:decimalLongitude "-69.34001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3529'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1158_3529'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '10.681666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-69.34001'^^xsd:double;
  dwc:startLongitude '-69.34001'^^xsd:double;
  dwc:endLongitude '-69.34001'^^xsd:double;
  dwc:latitude '41.48397'^^xsd:double;
  dwc:startLatitude '41.48397'^^xsd:double;
  dwc:endLatitude '41.48397'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.34001 41.48397, -69.34001 41.48397, -69.34001 41.48397, -69.34001 41.48397, -69.34001 41.48397))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_3529'^^xsd:string;
  dwc:observationDate '2005-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1425> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.54667 -66.4645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.54667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1425'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_1425'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5.6097222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.4645'^^xsd:double;
  dwc:startLongitude '-66.4645'^^xsd:double;
  dwc:endLongitude '-66.4645'^^xsd:double;
  dwc:latitude '44.54667'^^xsd:double;
  dwc:startLatitude '44.54667'^^xsd:double;
  dwc:endLatitude '44.54667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4645 44.54667, -66.4645 44.54667, -66.4645 44.54667, -66.4645 44.54667, -66.4645 44.54667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_1425'^^xsd:string;
  dwc:observationDate '1997-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1250> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91167 -68.92233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91167"^^xsd:decimal ;
  dwc:decimalLongitude "-68.92233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1250'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_1250'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.225555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.92233'^^xsd:double;
  dwc:startLongitude '-68.92233'^^xsd:double;
  dwc:endLongitude '-68.92233'^^xsd:double;
  dwc:latitude '42.91167'^^xsd:double;
  dwc:startLatitude '42.91167'^^xsd:double;
  dwc:endLatitude '42.91167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.92233 42.91167, -68.92233 42.91167, -68.92233 42.91167, -68.92233 42.91167, -68.92233 42.91167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_1250'^^xsd:string;
  dwc:observationDate '1997-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1953> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.10299 -70.04005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.10299"^^xsd:decimal ;
  dwc:decimalLongitude "-70.04005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1953'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_1953'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.968888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-70.04005'^^xsd:double;
  dwc:startLongitude '-70.04005'^^xsd:double;
  dwc:endLongitude '-70.04005'^^xsd:double;
  dwc:latitude '42.10299'^^xsd:double;
  dwc:startLatitude '42.10299'^^xsd:double;
  dwc:endLatitude '42.10299'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.04005 42.10299, -70.04005 42.10299, -70.04005 42.10299, -70.04005 42.10299, -70.04005 42.10299))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_1953'^^xsd:string;
  dwc:observationDate '2001-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3170> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.48183 -29.42453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.48183"^^xsd:decimal ;
  dwc:decimalLongitude "-29.42453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3170'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_3170'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.691666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.42453'^^xsd:double;
  dwc:startLongitude '-29.42453'^^xsd:double;
  dwc:endLongitude '-29.42453'^^xsd:double;
  dwc:latitude '65.48183'^^xsd:double;
  dwc:startLatitude '65.48183'^^xsd:double;
  dwc:endLatitude '65.48183'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.42453 65.48183, -29.42453 65.48183, -29.42453 65.48183, -29.42453 65.48183, -29.42453 65.48183))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_3170'^^xsd:string;
  dwc:observationDate '2004-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1379> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.05117 -65.1365)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.05117"^^xsd:decimal ;
  dwc:decimalLongitude "-65.1365"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1379'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_1379'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.659166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.1365'^^xsd:double;
  dwc:startLongitude '-65.1365'^^xsd:double;
  dwc:endLongitude '-65.1365'^^xsd:double;
  dwc:latitude '43.05117'^^xsd:double;
  dwc:startLatitude '43.05117'^^xsd:double;
  dwc:endLatitude '43.05117'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.1365 43.05117, -65.1365 43.05117, -65.1365 43.05117, -65.1365 43.05117, -65.1365 43.05117))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1158_1379'^^xsd:string;
  dwc:observationDate '1997-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5921> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.28123 -28.48317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.28123"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5921'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_5921'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '18.966666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.48317'^^xsd:double;
  dwc:startLongitude '-28.48317'^^xsd:double;
  dwc:endLongitude '-28.48317'^^xsd:double;
  dwc:latitude '38.28123'^^xsd:double;
  dwc:startLatitude '38.28123'^^xsd:double;
  dwc:endLatitude '38.28123'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.48317 38.28123, -28.48317 38.28123, -28.48317 38.28123, -28.48317 38.28123, -28.48317 38.28123))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5921'^^xsd:string;
  dwc:observationDate '2012-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5656> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.0245 -7.99083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.0245"^^xsd:decimal ;
  dwc:decimalLongitude "-7.99083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5656'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_5656'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.3991666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-7.99083'^^xsd:double;
  dwc:startLongitude '-7.99083'^^xsd:double;
  dwc:endLongitude '-7.99083'^^xsd:double;
  dwc:latitude '45.0245'^^xsd:double;
  dwc:startLatitude '45.0245'^^xsd:double;
  dwc:endLatitude '45.0245'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.99083 45.0245, -7.99083 45.0245, -7.99083 45.0245, -7.99083 45.0245, -7.99083 45.0245))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5656'^^xsd:string;
  dwc:observationDate '2012-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3874> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63975 -66.31062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63975"^^xsd:decimal ;
  dwc:decimalLongitude "-66.31062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3874'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_3874'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.304166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.31062'^^xsd:double;
  dwc:startLongitude '-66.31062'^^xsd:double;
  dwc:endLongitude '-66.31062'^^xsd:double;
  dwc:latitude '42.63975'^^xsd:double;
  dwc:startLatitude '42.63975'^^xsd:double;
  dwc:endLatitude '42.63975'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.31062 42.63975, -66.31062 42.63975, -66.31062 42.63975, -66.31062 42.63975, -66.31062 42.63975))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_3874'^^xsd:string;
  dwc:observationDate '2005-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5963> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.40155 -29.43308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.40155"^^xsd:decimal ;
  dwc:decimalLongitude "-29.43308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5963'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_5963'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.608333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.43308'^^xsd:double;
  dwc:startLongitude '-29.43308'^^xsd:double;
  dwc:endLongitude '-29.43308'^^xsd:double;
  dwc:latitude '39.40155'^^xsd:double;
  dwc:startLatitude '39.40155'^^xsd:double;
  dwc:endLatitude '39.40155'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.43308 39.40155, -29.43308 39.40155, -29.43308 39.40155, -29.43308 39.40155, -29.43308 39.40155))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5963'^^xsd:string;
  dwc:observationDate '2012-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5765> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.63257 -26.803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.63257"^^xsd:decimal ;
  dwc:decimalLongitude "-26.803"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5765'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_5765'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.3761111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.803'^^xsd:double;
  dwc:startLongitude '-26.803'^^xsd:double;
  dwc:endLongitude '-26.803'^^xsd:double;
  dwc:latitude '38.63257'^^xsd:double;
  dwc:startLatitude '38.63257'^^xsd:double;
  dwc:endLatitude '38.63257'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.803 38.63257, -26.803 38.63257, -26.803 38.63257, -26.803 38.63257, -26.803 38.63257))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5765'^^xsd:string;
  dwc:observationDate '2012-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5703> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.39872 -28.38848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.39872"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5703'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_5703'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '18.035833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.38848'^^xsd:double;
  dwc:startLongitude '-28.38848'^^xsd:double;
  dwc:endLongitude '-28.38848'^^xsd:double;
  dwc:latitude '38.39872'^^xsd:double;
  dwc:startLatitude '38.39872'^^xsd:double;
  dwc:endLatitude '38.39872'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.38848 38.39872, -28.38848 38.39872, -28.38848 38.39872, -28.38848 38.39872, -28.38848 38.39872))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5703'^^xsd:string;
  dwc:observationDate '2012-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1380> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.00566 -65.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.00566"^^xsd:decimal ;
  dwc:decimalLongitude "-65.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1380'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_1380'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.746111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.06'^^xsd:double;
  dwc:startLongitude '-65.06'^^xsd:double;
  dwc:endLongitude '-65.06'^^xsd:double;
  dwc:latitude '43.00566'^^xsd:double;
  dwc:startLatitude '43.00566'^^xsd:double;
  dwc:endLatitude '43.00566'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.06 43.00566, -65.06 43.00566, -65.06 43.00566, -65.06 43.00566, -65.06 43.00566))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_1380'^^xsd:string;
  dwc:observationDate '1997-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5536> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.49838 -10.28465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.49838"^^xsd:decimal ;
  dwc:decimalLongitude "-10.28465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5536'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_5536'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '17.908055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-10.28465'^^xsd:double;
  dwc:startLongitude '-10.28465'^^xsd:double;
  dwc:endLongitude '-10.28465'^^xsd:double;
  dwc:latitude '56.49838'^^xsd:double;
  dwc:startLatitude '56.49838'^^xsd:double;
  dwc:endLatitude '56.49838'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.28465 56.49838, -10.28465 56.49838, -10.28465 56.49838, -10.28465 56.49838, -10.28465 56.49838))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5536'^^xsd:string;
  dwc:observationDate '2010-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3227> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.56458 -4.98492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.56458"^^xsd:decimal ;
  dwc:decimalLongitude "-4.98492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3227'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_3227'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.396111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-4.98492'^^xsd:double;
  dwc:startLongitude '-4.98492'^^xsd:double;
  dwc:endLongitude '-4.98492'^^xsd:double;
  dwc:latitude '35.56458'^^xsd:double;
  dwc:startLatitude '35.56458'^^xsd:double;
  dwc:endLatitude '35.56458'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.98492 35.56458, -4.98492 35.56458, -4.98492 35.56458, -4.98492 35.56458, -4.98492 35.56458))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_3227'^^xsd:string;
  dwc:observationDate '2004-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5458> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.18925 -13.62198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.18925"^^xsd:decimal ;
  dwc:decimalLongitude "-13.62198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5458'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_5458'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '17.479722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-13.62198'^^xsd:double;
  dwc:startLongitude '-13.62198'^^xsd:double;
  dwc:endLongitude '-13.62198'^^xsd:double;
  dwc:latitude '50.18925'^^xsd:double;
  dwc:startLatitude '50.18925'^^xsd:double;
  dwc:endLatitude '50.18925'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-13.62198 50.18925, -13.62198 50.18925, -13.62198 50.18925, -13.62198 50.18925, -13.62198 50.18925))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5458'^^xsd:string;
  dwc:observationDate '2010-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6999> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.37109 -9.6409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.37109"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6999'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_6999'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.675277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-9.6409'^^xsd:double;
  dwc:startLongitude '-9.6409'^^xsd:double;
  dwc:endLongitude '-9.6409'^^xsd:double;
  dwc:latitude '41.37109'^^xsd:double;
  dwc:startLatitude '41.37109'^^xsd:double;
  dwc:endLatitude '41.37109'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.6409 41.37109, -9.6409 41.37109, -9.6409 41.37109, -9.6409 41.37109, -9.6409 41.37109))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_6999'^^xsd:string;
  dwc:observationDate '2013-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_94>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_94> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_94> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.26567 -28.17367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.26567"^^xsd:decimal ;
  dwc:decimalLongitude "-28.17367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_94>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_94" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_94'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_94'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.9208333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.17367'^^xsd:double;
  dwc:startLongitude '-28.17367'^^xsd:double;
  dwc:endLongitude '-28.17367'^^xsd:double;
  dwc:latitude '38.26567'^^xsd:double;
  dwc:startLatitude '38.26567'^^xsd:double;
  dwc:endLatitude '38.26567'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.17367 38.26567, -28.17367 38.26567, -28.17367 38.26567, -28.17367 38.26567, -28.17367 38.26567))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_94'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6758> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.5284 26.57735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.5284"^^xsd:decimal ;
  dwc:decimalLongitude "26.57735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6758'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_6758'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.4627777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '26.57735'^^xsd:double;
  dwc:startLongitude '26.57735'^^xsd:double;
  dwc:endLongitude '26.57735'^^xsd:double;
  dwc:latitude '40.5284'^^xsd:double;
  dwc:startLatitude '40.5284'^^xsd:double;
  dwc:endLatitude '40.5284'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.57735 40.5284, 26.57735 40.5284, 26.57735 40.5284, 26.57735 40.5284, 26.57735 40.5284))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_6758'^^xsd:string;
  dwc:observationDate '2013-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6943> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.77972 5.95965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.77972"^^xsd:decimal ;
  dwc:decimalLongitude "5.95965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6943'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_6943'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.591944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '5.95965'^^xsd:double;
  dwc:startLongitude '5.95965'^^xsd:double;
  dwc:endLongitude '5.95965'^^xsd:double;
  dwc:latitude '37.77972'^^xsd:double;
  dwc:startLatitude '37.77972'^^xsd:double;
  dwc:endLatitude '37.77972'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.95965 37.77972, 5.95965 37.77972, 5.95965 37.77972, 5.95965 37.77972, 5.95965 37.77972))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_6943'^^xsd:string;
  dwc:observationDate '2013-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6888> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.83382 24.56668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.83382"^^xsd:decimal ;
  dwc:decimalLongitude "24.56668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6888'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_6888'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '17.288333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '24.56668'^^xsd:double;
  dwc:startLongitude '24.56668'^^xsd:double;
  dwc:endLongitude '24.56668'^^xsd:double;
  dwc:latitude '39.83382'^^xsd:double;
  dwc:startLatitude '39.83382'^^xsd:double;
  dwc:endLatitude '39.83382'^^xsd:double;
  dwc:boundingBox 'POLYGON ((24.56668 39.83382, 24.56668 39.83382, 24.56668 39.83382, 24.56668 39.83382, 24.56668 39.83382))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_6888'^^xsd:string;
  dwc:observationDate '2013-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_7025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_7025> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_7025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72573 -6.39028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72573"^^xsd:decimal ;
  dwc:decimalLongitude "-6.39028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_7025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_7025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_7025'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_7025'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.289166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.39028'^^xsd:double;
  dwc:startLongitude '-6.39028'^^xsd:double;
  dwc:endLongitude '-6.39028'^^xsd:double;
  dwc:latitude '48.72573'^^xsd:double;
  dwc:startLatitude '48.72573'^^xsd:double;
  dwc:endLatitude '48.72573'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.39028 48.72573, -6.39028 48.72573, -6.39028 48.72573, -6.39028 48.72573, -6.39028 48.72573))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_7025'^^xsd:string;
  dwc:observationDate '2013-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4650> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.50372 29.8101)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.50372"^^xsd:decimal ;
  dwc:decimalLongitude "29.8101"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4650'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_4650'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.174722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '29.8101'^^xsd:double;
  dwc:startLongitude '29.8101'^^xsd:double;
  dwc:endLongitude '29.8101'^^xsd:double;
  dwc:latitude '35.50372'^^xsd:double;
  dwc:startLatitude '35.50372'^^xsd:double;
  dwc:endLatitude '35.50372'^^xsd:double;
  dwc:boundingBox 'POLYGON ((29.8101 35.50372, 29.8101 35.50372, 29.8101 35.50372, 29.8101 35.50372, 29.8101 35.50372))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_4650'^^xsd:string;
  dwc:observationDate '2007-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4618> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.63423 29.20907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.63423"^^xsd:decimal ;
  dwc:decimalLongitude "29.20907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4618'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_4618'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.3636111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '29.20907'^^xsd:double;
  dwc:startLongitude '29.20907'^^xsd:double;
  dwc:endLongitude '29.20907'^^xsd:double;
  dwc:latitude '35.63423'^^xsd:double;
  dwc:startLatitude '35.63423'^^xsd:double;
  dwc:endLatitude '35.63423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((29.20907 35.63423, 29.20907 35.63423, 29.20907 35.63423, 29.20907 35.63423, 29.20907 35.63423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_4618'^^xsd:string;
  dwc:observationDate '2007-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5679> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.28675 -18.97507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.28675"^^xsd:decimal ;
  dwc:decimalLongitude "-18.97507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5679'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_5679'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.5261111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.97507'^^xsd:double;
  dwc:startLongitude '-18.97507'^^xsd:double;
  dwc:endLongitude '-18.97507'^^xsd:double;
  dwc:latitude '37.28675'^^xsd:double;
  dwc:startLatitude '37.28675'^^xsd:double;
  dwc:endLatitude '37.28675'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.97507 37.28675, -18.97507 37.28675, -18.97507 37.28675, -18.97507 37.28675, -18.97507 37.28675))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_5679'^^xsd:string;
  dwc:observationDate '2012-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6701> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.66258 12.90495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.66258"^^xsd:decimal ;
  dwc:decimalLongitude "12.90495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6701'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_6701'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.120277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '12.90495'^^xsd:double;
  dwc:startLongitude '12.90495'^^xsd:double;
  dwc:endLongitude '12.90495'^^xsd:double;
  dwc:latitude '40.66258'^^xsd:double;
  dwc:startLatitude '40.66258'^^xsd:double;
  dwc:endLatitude '40.66258'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.90495 40.66258, 12.90495 40.66258, 12.90495 40.66258, 12.90495 40.66258, 12.90495 40.66258))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_6701'^^xsd:string;
  dwc:observationDate '2013-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6677> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.73175 2.45005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.73175"^^xsd:decimal ;
  dwc:decimalLongitude "2.45005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6677'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_6677'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '20.638611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '2.45005'^^xsd:double;
  dwc:startLongitude '2.45005'^^xsd:double;
  dwc:endLongitude '2.45005'^^xsd:double;
  dwc:latitude '38.73175'^^xsd:double;
  dwc:startLatitude '38.73175'^^xsd:double;
  dwc:endLatitude '38.73175'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.45005 38.73175, 2.45005 38.73175, 2.45005 38.73175, 2.45005 38.73175, 2.45005 38.73175))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_6677'^^xsd:string;
  dwc:observationDate '2013-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6890> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.88527 24.10793)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.88527"^^xsd:decimal ;
  dwc:decimalLongitude "24.10793"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6890'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_6890'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.397222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '24.10793'^^xsd:double;
  dwc:startLongitude '24.10793'^^xsd:double;
  dwc:endLongitude '24.10793'^^xsd:double;
  dwc:latitude '39.88527'^^xsd:double;
  dwc:startLatitude '39.88527'^^xsd:double;
  dwc:endLatitude '39.88527'^^xsd:double;
  dwc:boundingBox 'POLYGON ((24.10793 39.88527, 24.10793 39.88527, 24.10793 39.88527, 24.10793 39.88527, 24.10793 39.88527))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_6890'^^xsd:string;
  dwc:observationDate '2013-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4594> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.86005 25.99397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.86005"^^xsd:decimal ;
  dwc:decimalLongitude "25.99397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4594'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_4594'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '17.63'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '25.99397'^^xsd:double;
  dwc:startLongitude '25.99397'^^xsd:double;
  dwc:endLongitude '25.99397'^^xsd:double;
  dwc:latitude '33.86005'^^xsd:double;
  dwc:startLatitude '33.86005'^^xsd:double;
  dwc:endLatitude '33.86005'^^xsd:double;
  dwc:boundingBox 'POLYGON ((25.99397 33.86005, 25.99397 33.86005, 25.99397 33.86005, 25.99397 33.86005, 25.99397 33.86005))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_4594'^^xsd:string;
  dwc:observationDate '2007-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5694> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.00213 -26.9119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.00213"^^xsd:decimal ;
  dwc:decimalLongitude "-26.9119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5694'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_5694'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.155833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.9119'^^xsd:double;
  dwc:startLongitude '-26.9119'^^xsd:double;
  dwc:endLongitude '-26.9119'^^xsd:double;
  dwc:latitude '38.00213'^^xsd:double;
  dwc:startLatitude '38.00213'^^xsd:double;
  dwc:endLatitude '38.00213'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.9119 38.00213, -26.9119 38.00213, -26.9119 38.00213, -26.9119 38.00213, -26.9119 38.00213))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_5694'^^xsd:string;
  dwc:observationDate '2012-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_814> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.32317 -28.17217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.32317"^^xsd:decimal ;
  dwc:decimalLongitude "-28.17217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_814'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_814'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.4275'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.17217'^^xsd:double;
  dwc:startLongitude '-28.17217'^^xsd:double;
  dwc:endLongitude '-28.17217'^^xsd:double;
  dwc:latitude '38.32317'^^xsd:double;
  dwc:startLatitude '38.32317'^^xsd:double;
  dwc:endLatitude '38.32317'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.17217 38.32317, -28.17217 38.32317, -28.17217 38.32317, -28.17217 38.32317, -28.17217 38.32317))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_814'^^xsd:string;
  dwc:observationDate '1995-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6978> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6347 -8.04527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6347"^^xsd:decimal ;
  dwc:decimalLongitude "-8.04527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6978'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_6978'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.2675'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-8.04527'^^xsd:double;
  dwc:startLongitude '-8.04527'^^xsd:double;
  dwc:endLongitude '-8.04527'^^xsd:double;
  dwc:latitude '36.6347'^^xsd:double;
  dwc:startLatitude '36.6347'^^xsd:double;
  dwc:endLatitude '36.6347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.04527 36.6347, -8.04527 36.6347, -8.04527 36.6347, -8.04527 36.6347, -8.04527 36.6347))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_6978'^^xsd:string;
  dwc:observationDate '2013-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5889> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.33745 -28.14307)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.33745"^^xsd:decimal ;
  dwc:decimalLongitude "-28.14307"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5889'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_5889'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.616111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.14307'^^xsd:double;
  dwc:startLongitude '-28.14307'^^xsd:double;
  dwc:endLongitude '-28.14307'^^xsd:double;
  dwc:latitude '38.33745'^^xsd:double;
  dwc:startLatitude '38.33745'^^xsd:double;
  dwc:endLatitude '38.33745'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.14307 38.33745, -28.14307 38.33745, -28.14307 38.33745, -28.14307 38.33745, -28.14307 38.33745))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5889'^^xsd:string;
  dwc:observationDate '2012-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1505 -10.75883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1505"^^xsd:decimal ;
  dwc:decimalLongitude "-10.75883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_17'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_17'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.6225'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-10.75883'^^xsd:double;
  dwc:startLongitude '-10.75883'^^xsd:double;
  dwc:endLongitude '-10.75883'^^xsd:double;
  dwc:latitude '54.1505'^^xsd:double;
  dwc:startLatitude '54.1505'^^xsd:double;
  dwc:endLatitude '54.1505'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.75883 54.1505, -10.75883 54.1505, -10.75883 54.1505, -10.75883 54.1505, -10.75883 54.1505))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_17'^^xsd:string;
  dwc:observationDate '1993-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5552> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.26805 -6.20257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.26805"^^xsd:decimal ;
  dwc:decimalLongitude "-6.20257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5552'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_5552'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.0341666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.20257'^^xsd:double;
  dwc:startLongitude '-6.20257'^^xsd:double;
  dwc:endLongitude '-6.20257'^^xsd:double;
  dwc:latitude '58.26805'^^xsd:double;
  dwc:startLatitude '58.26805'^^xsd:double;
  dwc:endLatitude '58.26805'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.20257 58.26805, -6.20257 58.26805, -6.20257 58.26805, -6.20257 58.26805, -6.20257 58.26805))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5552'^^xsd:string;
  dwc:observationDate '2010-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_760> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4775 -27.43517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4775"^^xsd:decimal ;
  dwc:decimalLongitude "-27.43517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_760'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_760'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.4275'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.43517'^^xsd:double;
  dwc:startLongitude '-27.43517'^^xsd:double;
  dwc:endLongitude '-27.43517'^^xsd:double;
  dwc:latitude '38.4775'^^xsd:double;
  dwc:startLatitude '38.4775'^^xsd:double;
  dwc:endLatitude '38.4775'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.43517 38.4775, -27.43517 38.4775, -27.43517 38.4775, -27.43517 38.4775, -27.43517 38.4775))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_760'^^xsd:string;
  dwc:observationDate '1995-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6595> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.54712 -9.23038)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.54712"^^xsd:decimal ;
  dwc:decimalLongitude "-9.23038"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6595'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_6595'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '20.388055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-9.23038'^^xsd:double;
  dwc:startLongitude '-9.23038'^^xsd:double;
  dwc:endLongitude '-9.23038'^^xsd:double;
  dwc:latitude '44.54712'^^xsd:double;
  dwc:startLatitude '44.54712'^^xsd:double;
  dwc:endLatitude '44.54712'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.23038 44.54712, -9.23038 44.54712, -9.23038 44.54712, -9.23038 44.54712, -9.23038 44.54712))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_6595'^^xsd:string;
  dwc:observationDate '2013-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5689> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.97649 -23.91174)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.97649"^^xsd:decimal ;
  dwc:decimalLongitude "-23.91174"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5689'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_5689'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.438333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.91174'^^xsd:double;
  dwc:startLongitude '-23.91174'^^xsd:double;
  dwc:endLongitude '-23.91174'^^xsd:double;
  dwc:latitude '36.97649'^^xsd:double;
  dwc:startLatitude '36.97649'^^xsd:double;
  dwc:endLatitude '36.97649'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.91174 36.97649, -23.91174 36.97649, -23.91174 36.97649, -23.91174 36.97649, -23.91174 36.97649))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5689'^^xsd:string;
  dwc:observationDate '2012-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6948> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.27308 -0.78195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.27308"^^xsd:decimal ;
  dwc:decimalLongitude "-0.78195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6948'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_6948'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '18.331388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-0.78195'^^xsd:double;
  dwc:startLongitude '-0.78195'^^xsd:double;
  dwc:endLongitude '-0.78195'^^xsd:double;
  dwc:latitude '37.27308'^^xsd:double;
  dwc:startLatitude '37.27308'^^xsd:double;
  dwc:endLatitude '37.27308'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.78195 37.27308, -0.78195 37.27308, -0.78195 37.27308, -0.78195 37.27308, -0.78195 37.27308))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_6948'^^xsd:string;
  dwc:observationDate '2013-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5507> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6428 -10.32655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6428"^^xsd:decimal ;
  dwc:decimalLongitude "-10.32655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5507'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_5507'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14.485277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-10.32655'^^xsd:double;
  dwc:startLongitude '-10.32655'^^xsd:double;
  dwc:endLongitude '-10.32655'^^xsd:double;
  dwc:latitude '54.6428'^^xsd:double;
  dwc:startLatitude '54.6428'^^xsd:double;
  dwc:endLatitude '54.6428'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.32655 54.6428, -10.32655 54.6428, -10.32655 54.6428, -10.32655 54.6428, -10.32655 54.6428))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5507'^^xsd:string;
  dwc:observationDate '2010-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3235> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.52845 -3.74652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.52845"^^xsd:decimal ;
  dwc:decimalLongitude "-3.74652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3235'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_3235'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '6.2183333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-3.74652'^^xsd:double;
  dwc:startLongitude '-3.74652'^^xsd:double;
  dwc:endLongitude '-3.74652'^^xsd:double;
  dwc:latitude '36.52845'^^xsd:double;
  dwc:startLatitude '36.52845'^^xsd:double;
  dwc:endLatitude '36.52845'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.74652 36.52845, -3.74652 36.52845, -3.74652 36.52845, -3.74652 36.52845, -3.74652 36.52845))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_3235'^^xsd:string;
  dwc:observationDate '2004-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5528> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.18443 -10.31738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.18443"^^xsd:decimal ;
  dwc:decimalLongitude "-10.31738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5528'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_5528'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.429722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-10.31738'^^xsd:double;
  dwc:startLongitude '-10.31738'^^xsd:double;
  dwc:endLongitude '-10.31738'^^xsd:double;
  dwc:latitude '55.18443'^^xsd:double;
  dwc:startLatitude '55.18443'^^xsd:double;
  dwc:endLatitude '55.18443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.31738 55.18443, -10.31738 55.18443, -10.31738 55.18443, -10.31738 55.18443, -10.31738 55.18443))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5528'^^xsd:string;
  dwc:observationDate '2010-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5651> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.64582 -6.0586)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.64582"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0586"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5651'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_5651'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '6.6616666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.0586'^^xsd:double;
  dwc:startLongitude '-6.0586'^^xsd:double;
  dwc:endLongitude '-6.0586'^^xsd:double;
  dwc:latitude '47.64582'^^xsd:double;
  dwc:startLatitude '47.64582'^^xsd:double;
  dwc:endLatitude '47.64582'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.0586 47.64582, -6.0586 47.64582, -6.0586 47.64582, -6.0586 47.64582, -6.0586 47.64582))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5651'^^xsd:string;
  dwc:observationDate '2012-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6166> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01794 -62.46188)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01794"^^xsd:decimal ;
  dwc:decimalLongitude "-62.46188"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6166'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_6166'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.926388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-62.46188'^^xsd:double;
  dwc:startLongitude '-62.46188'^^xsd:double;
  dwc:endLongitude '-62.46188'^^xsd:double;
  dwc:latitude '44.01794'^^xsd:double;
  dwc:startLatitude '44.01794'^^xsd:double;
  dwc:endLatitude '44.01794'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.46188 44.01794, -62.46188 44.01794, -62.46188 44.01794, -62.46188 44.01794, -62.46188 44.01794))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_6166'^^xsd:string;
  dwc:observationDate '2012-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5422> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13668 -3.8629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13668"^^xsd:decimal ;
  dwc:decimalLongitude "-3.8629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5422'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_5422'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.693333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-3.8629'^^xsd:double;
  dwc:startLongitude '-3.8629'^^xsd:double;
  dwc:endLongitude '-3.8629'^^xsd:double;
  dwc:latitude '50.13668'^^xsd:double;
  dwc:startLatitude '50.13668'^^xsd:double;
  dwc:endLatitude '50.13668'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.8629 50.13668, -3.8629 50.13668, -3.8629 50.13668, -3.8629 50.13668, -3.8629 50.13668))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5422'^^xsd:string;
  dwc:observationDate '2010-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5865> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.78596 -25.8731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.78596"^^xsd:decimal ;
  dwc:decimalLongitude "-25.8731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5865'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_5865'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '20.630555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.8731'^^xsd:double;
  dwc:startLongitude '-25.8731'^^xsd:double;
  dwc:endLongitude '-25.8731'^^xsd:double;
  dwc:latitude '37.78596'^^xsd:double;
  dwc:startLatitude '37.78596'^^xsd:double;
  dwc:endLatitude '37.78596'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.8731 37.78596, -25.8731 37.78596, -25.8731 37.78596, -25.8731 37.78596, -25.8731 37.78596))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5865'^^xsd:string;
  dwc:observationDate '2012-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5554> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.84078 -7.82633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.84078"^^xsd:decimal ;
  dwc:decimalLongitude "-7.82633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5554'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_5554'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.3930555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-7.82633'^^xsd:double;
  dwc:startLongitude '-7.82633'^^xsd:double;
  dwc:endLongitude '-7.82633'^^xsd:double;
  dwc:latitude '57.84078'^^xsd:double;
  dwc:startLatitude '57.84078'^^xsd:double;
  dwc:endLatitude '57.84078'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.82633 57.84078, -7.82633 57.84078, -7.82633 57.84078, -7.82633 57.84078, -7.82633 57.84078))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5554'^^xsd:string;
  dwc:observationDate '2010-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5561> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.84251 -8.1189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.84251"^^xsd:decimal ;
  dwc:decimalLongitude "-8.1189"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5561'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_5561'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.5386111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-8.1189'^^xsd:double;
  dwc:startLongitude '-8.1189'^^xsd:double;
  dwc:endLongitude '-8.1189'^^xsd:double;
  dwc:latitude '57.84251'^^xsd:double;
  dwc:startLatitude '57.84251'^^xsd:double;
  dwc:endLatitude '57.84251'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.1189 57.84251, -8.1189 57.84251, -8.1189 57.84251, -8.1189 57.84251, -8.1189 57.84251))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5561'^^xsd:string;
  dwc:observationDate '2010-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5664> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9777 -9.19163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9777"^^xsd:decimal ;
  dwc:decimalLongitude "-9.19163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5664'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_5664'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.989444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-9.19163'^^xsd:double;
  dwc:startLongitude '-9.19163'^^xsd:double;
  dwc:endLongitude '-9.19163'^^xsd:double;
  dwc:latitude '41.9777'^^xsd:double;
  dwc:startLatitude '41.9777'^^xsd:double;
  dwc:endLatitude '41.9777'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.19163 41.9777, -9.19163 41.9777, -9.19163 41.9777, -9.19163 41.9777, -9.19163 41.9777))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5664'^^xsd:string;
  dwc:observationDate '2012-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1193> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4295 -8.33667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4295"^^xsd:decimal ;
  dwc:decimalLongitude "-8.33667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1193'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_1193'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '6.2763888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-8.33667'^^xsd:double;
  dwc:startLongitude '-8.33667'^^xsd:double;
  dwc:endLongitude '-8.33667'^^xsd:double;
  dwc:latitude '50.4295'^^xsd:double;
  dwc:startLatitude '50.4295'^^xsd:double;
  dwc:endLatitude '50.4295'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.33667 50.4295, -8.33667 50.4295, -8.33667 50.4295, -8.33667 50.4295, -8.33667 50.4295))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_1193'^^xsd:string;
  dwc:observationDate '1996-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_893> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.75167 -28.8605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.75167"^^xsd:decimal ;
  dwc:decimalLongitude "-28.8605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_893'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_893'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.860555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.8605'^^xsd:double;
  dwc:startLongitude '-28.8605'^^xsd:double;
  dwc:endLongitude '-28.8605'^^xsd:double;
  dwc:latitude '38.75167'^^xsd:double;
  dwc:startLatitude '38.75167'^^xsd:double;
  dwc:endLatitude '38.75167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.8605 38.75167, -28.8605 38.75167, -28.8605 38.75167, -28.8605 38.75167, -28.8605 38.75167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_893'^^xsd:string;
  dwc:observationDate '1995-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2089> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06625 -61.59386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06625"^^xsd:decimal ;
  dwc:decimalLongitude "-61.59386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2089'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_2089'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.59386'^^xsd:double;
  dwc:startLongitude '-61.59386'^^xsd:double;
  dwc:endLongitude '-61.59386'^^xsd:double;
  dwc:latitude '43.06625'^^xsd:double;
  dwc:startLatitude '43.06625'^^xsd:double;
  dwc:endLatitude '43.06625'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.59386 43.06625, -61.59386 43.06625, -61.59386 43.06625, -61.59386 43.06625, -61.59386 43.06625))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_2089'^^xsd:string;
  dwc:observationDate '2001-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1197> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.28417 -4.45267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.28417"^^xsd:decimal ;
  dwc:decimalLongitude "-4.45267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1197'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_1197'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '0.37166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-4.45267'^^xsd:double;
  dwc:startLongitude '-4.45267'^^xsd:double;
  dwc:endLongitude '-4.45267'^^xsd:double;
  dwc:latitude '50.28417'^^xsd:double;
  dwc:startLatitude '50.28417'^^xsd:double;
  dwc:endLatitude '50.28417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.45267 50.28417, -4.45267 50.28417, -4.45267 50.28417, -4.45267 50.28417, -4.45267 50.28417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_1197'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4569> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.7732 -5.17228)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.7732"^^xsd:decimal ;
  dwc:decimalLongitude "-5.17228"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4569'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_4569'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5.0433333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.17228'^^xsd:double;
  dwc:startLongitude '-5.17228'^^xsd:double;
  dwc:endLongitude '-5.17228'^^xsd:double;
  dwc:latitude '52.7732'^^xsd:double;
  dwc:startLatitude '52.7732'^^xsd:double;
  dwc:endLatitude '52.7732'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.17228 52.7732, -5.17228 52.7732, -5.17228 52.7732, -5.17228 52.7732, -5.17228 52.7732))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_4569'^^xsd:string;
  dwc:observationDate '2006-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6809> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.72597 24.41122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.72597"^^xsd:decimal ;
  dwc:decimalLongitude "24.41122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6809'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_6809'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.318888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '24.41122'^^xsd:double;
  dwc:startLongitude '24.41122'^^xsd:double;
  dwc:endLongitude '24.41122'^^xsd:double;
  dwc:latitude '40.72597'^^xsd:double;
  dwc:startLatitude '40.72597'^^xsd:double;
  dwc:endLatitude '40.72597'^^xsd:double;
  dwc:boundingBox 'POLYGON ((24.41122 40.72597, 24.41122 40.72597, 24.41122 40.72597, 24.41122 40.72597, 24.41122 40.72597))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_6809'^^xsd:string;
  dwc:observationDate '2013-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6183> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.186 -59.65277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.186"^^xsd:decimal ;
  dwc:decimalLongitude "-59.65277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6183'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_6183'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.215277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-59.65277'^^xsd:double;
  dwc:startLongitude '-59.65277'^^xsd:double;
  dwc:endLongitude '-59.65277'^^xsd:double;
  dwc:latitude '44.186'^^xsd:double;
  dwc:startLatitude '44.186'^^xsd:double;
  dwc:endLatitude '44.186'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-59.65277 44.186, -59.65277 44.186, -59.65277 44.186, -59.65277 44.186, -59.65277 44.186))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_6183'^^xsd:string;
  dwc:observationDate '2012-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5699> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.43688 -28.53302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.43688"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5699'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_5699'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.71'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.53302'^^xsd:double;
  dwc:startLongitude '-28.53302'^^xsd:double;
  dwc:endLongitude '-28.53302'^^xsd:double;
  dwc:latitude '38.43688'^^xsd:double;
  dwc:startLatitude '38.43688'^^xsd:double;
  dwc:endLatitude '38.43688'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.53302 38.43688, -28.53302 38.43688, -28.53302 38.43688, -28.53302 38.43688, -28.53302 38.43688))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5699'^^xsd:string;
  dwc:observationDate '2012-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5420> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.67931 -6.89548)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.67931"^^xsd:decimal ;
  dwc:decimalLongitude "-6.89548"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5420'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_5420'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.054444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.89548'^^xsd:double;
  dwc:startLongitude '-6.89548'^^xsd:double;
  dwc:endLongitude '-6.89548'^^xsd:double;
  dwc:latitude '49.67931'^^xsd:double;
  dwc:startLatitude '49.67931'^^xsd:double;
  dwc:endLatitude '49.67931'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.89548 49.67931, -6.89548 49.67931, -6.89548 49.67931, -6.89548 49.67931, -6.89548 49.67931))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5420'^^xsd:string;
  dwc:observationDate '2008-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6179> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.22762 -60.13672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.22762"^^xsd:decimal ;
  dwc:decimalLongitude "-60.13672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6179'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_6179'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.8275'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-60.13672'^^xsd:double;
  dwc:startLongitude '-60.13672'^^xsd:double;
  dwc:endLongitude '-60.13672'^^xsd:double;
  dwc:latitude '44.22762'^^xsd:double;
  dwc:startLatitude '44.22762'^^xsd:double;
  dwc:endLatitude '44.22762'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-60.13672 44.22762, -60.13672 44.22762, -60.13672 44.22762, -60.13672 44.22762, -60.13672 44.22762))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_6179'^^xsd:string;
  dwc:observationDate '2012-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5133> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.36527 -28.41047)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.36527"^^xsd:decimal ;
  dwc:decimalLongitude "-28.41047"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5133'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_5133'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.136388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.41047'^^xsd:double;
  dwc:startLongitude '-28.41047'^^xsd:double;
  dwc:endLongitude '-28.41047'^^xsd:double;
  dwc:latitude '38.36527'^^xsd:double;
  dwc:startLatitude '38.36527'^^xsd:double;
  dwc:endLatitude '38.36527'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.41047 38.36527, -28.41047 38.36527, -28.41047 38.36527, -28.41047 38.36527, -28.41047 38.36527))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5133'^^xsd:string;
  dwc:observationDate '2008-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5425> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.61283 -7.14695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.61283"^^xsd:decimal ;
  dwc:decimalLongitude "-7.14695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5425'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_5425'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.4861111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-7.14695'^^xsd:double;
  dwc:startLongitude '-7.14695'^^xsd:double;
  dwc:endLongitude '-7.14695'^^xsd:double;
  dwc:latitude '49.61283'^^xsd:double;
  dwc:startLatitude '49.61283'^^xsd:double;
  dwc:endLatitude '49.61283'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.14695 49.61283, -7.14695 49.61283, -7.14695 49.61283, -7.14695 49.61283, -7.14695 49.61283))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5425'^^xsd:string;
  dwc:observationDate '2010-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5412> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6812 -19.86957)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.6812"^^xsd:decimal ;
  dwc:decimalLongitude "-19.86957"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5412'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_5412'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-19.86957'^^xsd:double;
  dwc:startLongitude '-19.86957'^^xsd:double;
  dwc:endLongitude '-19.86957'^^xsd:double;
  dwc:latitude '46.6812'^^xsd:double;
  dwc:startLatitude '46.6812'^^xsd:double;
  dwc:endLatitude '46.6812'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-19.86957 46.6812, -19.86957 46.6812, -19.86957 46.6812, -19.86957 46.6812, -19.86957 46.6812))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5412'^^xsd:string;
  dwc:observationDate '2008-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_753> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.51 -28.589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.51"^^xsd:decimal ;
  dwc:decimalLongitude "-28.589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_753'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_753'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '20.847222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.589'^^xsd:double;
  dwc:startLongitude '-28.589'^^xsd:double;
  dwc:endLongitude '-28.589'^^xsd:double;
  dwc:latitude '38.51'^^xsd:double;
  dwc:startLatitude '38.51'^^xsd:double;
  dwc:endLatitude '38.51'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.589 38.51, -28.589 38.51, -28.589 38.51, -28.589 38.51, -28.589 38.51))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_753'^^xsd:string;
  dwc:observationDate '1995-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3632> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53979 -65.17249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53979"^^xsd:decimal ;
  dwc:decimalLongitude "-65.17249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3632'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_3632'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21.471111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.17249'^^xsd:double;
  dwc:startLongitude '-65.17249'^^xsd:double;
  dwc:endLongitude '-65.17249'^^xsd:double;
  dwc:latitude '42.53979'^^xsd:double;
  dwc:startLatitude '42.53979'^^xsd:double;
  dwc:endLatitude '42.53979'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.17249 42.53979, -65.17249 42.53979, -65.17249 42.53979, -65.17249 42.53979, -65.17249 42.53979))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_3632'^^xsd:string;
  dwc:observationDate '2005-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4580> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.82502 -1.68013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.82502"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4580'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_4580'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.8975'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-1.68013'^^xsd:double;
  dwc:startLongitude '-1.68013'^^xsd:double;
  dwc:endLongitude '-1.68013'^^xsd:double;
  dwc:latitude '36.82502'^^xsd:double;
  dwc:startLatitude '36.82502'^^xsd:double;
  dwc:endLatitude '36.82502'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68013 36.82502, -1.68013 36.82502, -1.68013 36.82502, -1.68013 36.82502, -1.68013 36.82502))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_4580'^^xsd:string;
  dwc:observationDate '2007-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_876> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.99483 -25.9025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.99483"^^xsd:decimal ;
  dwc:decimalLongitude "-25.9025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_876'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_876'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '19.029166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.9025'^^xsd:double;
  dwc:startLongitude '-25.9025'^^xsd:double;
  dwc:endLongitude '-25.9025'^^xsd:double;
  dwc:latitude '37.99483'^^xsd:double;
  dwc:startLatitude '37.99483'^^xsd:double;
  dwc:endLatitude '37.99483'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.9025 37.99483, -25.9025 37.99483, -25.9025 37.99483, -25.9025 37.99483, -25.9025 37.99483))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_876'^^xsd:string;
  dwc:observationDate '1995-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5494> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.29903 -12.77843)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.29903"^^xsd:decimal ;
  dwc:decimalLongitude "-12.77843"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5494'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_5494'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '0.35777777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-12.77843'^^xsd:double;
  dwc:startLongitude '-12.77843'^^xsd:double;
  dwc:endLongitude '-12.77843'^^xsd:double;
  dwc:latitude '54.29903'^^xsd:double;
  dwc:startLatitude '54.29903'^^xsd:double;
  dwc:endLatitude '54.29903'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-12.77843 54.29903, -12.77843 54.29903, -12.77843 54.29903, -12.77843 54.29903, -12.77843 54.29903))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5494'^^xsd:string;
  dwc:observationDate '2010-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2220> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8116 -11.19822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8116"^^xsd:decimal ;
  dwc:decimalLongitude "-11.19822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2220'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_2220'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-11.19822'^^xsd:double;
  dwc:startLongitude '-11.19822'^^xsd:double;
  dwc:endLongitude '-11.19822'^^xsd:double;
  dwc:latitude '49.8116'^^xsd:double;
  dwc:startLatitude '49.8116'^^xsd:double;
  dwc:endLatitude '49.8116'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.19822 49.8116, -11.19822 49.8116, -11.19822 49.8116, -11.19822 49.8116, -11.19822 49.8116))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_2220'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_7021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_7021> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_7021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0031 -7.24085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.0031"^^xsd:decimal ;
  dwc:decimalLongitude "-7.24085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_7021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_7021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_7021'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_7021'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.3472222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-7.24085'^^xsd:double;
  dwc:startLongitude '-7.24085'^^xsd:double;
  dwc:endLongitude '-7.24085'^^xsd:double;
  dwc:latitude '48.0031'^^xsd:double;
  dwc:startLatitude '48.0031'^^xsd:double;
  dwc:endLatitude '48.0031'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.24085 48.0031, -7.24085 48.0031, -7.24085 48.0031, -7.24085 48.0031, -7.24085 48.0031))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_7021'^^xsd:string;
  dwc:observationDate '2013-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6101> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.1541 -68.944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.1541"^^xsd:decimal ;
  dwc:decimalLongitude "-68.944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6101'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_6101'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '9.3022222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.944'^^xsd:double;
  dwc:startLongitude '-68.944'^^xsd:double;
  dwc:endLongitude '-68.944'^^xsd:double;
  dwc:latitude '41.1541'^^xsd:double;
  dwc:startLatitude '41.1541'^^xsd:double;
  dwc:endLatitude '41.1541'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.944 41.1541, -68.944 41.1541, -68.944 41.1541, -68.944 41.1541, -68.944 41.1541))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_6101'^^xsd:string;
  dwc:observationDate '2012-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6982> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.86663 -8.82875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.86663"^^xsd:decimal ;
  dwc:decimalLongitude "-8.82875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6982'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_6982'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.696388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-8.82875'^^xsd:double;
  dwc:startLongitude '-8.82875'^^xsd:double;
  dwc:endLongitude '-8.82875'^^xsd:double;
  dwc:latitude '36.86663'^^xsd:double;
  dwc:startLatitude '36.86663'^^xsd:double;
  dwc:endLatitude '36.86663'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.82875 36.86663, -8.82875 36.86663, -8.82875 36.86663, -8.82875 36.86663, -8.82875 36.86663))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_6982'^^xsd:string;
  dwc:observationDate '2013-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5907> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.41565 -28.5141)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.41565"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5141"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5907'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_5907'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10.9825'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.5141'^^xsd:double;
  dwc:startLongitude '-28.5141'^^xsd:double;
  dwc:endLongitude '-28.5141'^^xsd:double;
  dwc:latitude '38.41565'^^xsd:double;
  dwc:startLatitude '38.41565'^^xsd:double;
  dwc:endLatitude '38.41565'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.5141 38.41565, -28.5141 38.41565, -28.5141 38.41565, -28.5141 38.41565, -28.5141 38.41565))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5907'^^xsd:string;
  dwc:observationDate '2012-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5431> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.64429 -7.5305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.64429"^^xsd:decimal ;
  dwc:decimalLongitude "-7.5305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5431'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_5431'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.716944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-7.5305'^^xsd:double;
  dwc:startLongitude '-7.5305'^^xsd:double;
  dwc:endLongitude '-7.5305'^^xsd:double;
  dwc:latitude '49.64429'^^xsd:double;
  dwc:startLatitude '49.64429'^^xsd:double;
  dwc:endLatitude '49.64429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.5305 49.64429, -7.5305 49.64429, -7.5305 49.64429, -7.5305 49.64429, -7.5305 49.64429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5431'^^xsd:string;
  dwc:observationDate '2010-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4584> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.47705 13.93292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.47705"^^xsd:decimal ;
  dwc:decimalLongitude "13.93292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4584'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_4584'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.4369444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '13.93292'^^xsd:double;
  dwc:startLongitude '13.93292'^^xsd:double;
  dwc:endLongitude '13.93292'^^xsd:double;
  dwc:latitude '35.47705'^^xsd:double;
  dwc:startLatitude '35.47705'^^xsd:double;
  dwc:endLatitude '35.47705'^^xsd:double;
  dwc:boundingBox 'POLYGON ((13.93292 35.47705, 13.93292 35.47705, 13.93292 35.47705, 13.93292 35.47705, 13.93292 35.47705))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_4584'^^xsd:string;
  dwc:observationDate '2007-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5965> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.04825 -30.17877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.04825"^^xsd:decimal ;
  dwc:decimalLongitude "-30.17877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5965'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_5965'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '6.3047222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-30.17877'^^xsd:double;
  dwc:startLongitude '-30.17877'^^xsd:double;
  dwc:endLongitude '-30.17877'^^xsd:double;
  dwc:latitude '40.04825'^^xsd:double;
  dwc:startLatitude '40.04825'^^xsd:double;
  dwc:endLatitude '40.04825'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-30.17877 40.04825, -30.17877 40.04825, -30.17877 40.04825, -30.17877 40.04825, -30.17877 40.04825))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5965'^^xsd:string;
  dwc:observationDate '2012-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5861> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.71855 -25.69658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.71855"^^xsd:decimal ;
  dwc:decimalLongitude "-25.69658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5861'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_5861'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.358611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.69658'^^xsd:double;
  dwc:startLongitude '-25.69658'^^xsd:double;
  dwc:endLongitude '-25.69658'^^xsd:double;
  dwc:latitude '37.71855'^^xsd:double;
  dwc:startLatitude '37.71855'^^xsd:double;
  dwc:endLatitude '37.71855'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.69658 37.71855, -25.69658 37.71855, -25.69658 37.71855, -25.69658 37.71855, -25.69658 37.71855))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1158_5861'^^xsd:string;
  dwc:observationDate '2012-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5144> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3754 -28.44737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.3754"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5144'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_5144'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.538333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.44737'^^xsd:double;
  dwc:startLongitude '-28.44737'^^xsd:double;
  dwc:endLongitude '-28.44737'^^xsd:double;
  dwc:latitude '38.3754'^^xsd:double;
  dwc:startLatitude '38.3754'^^xsd:double;
  dwc:endLatitude '38.3754'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.44737 38.3754, -28.44737 38.3754, -28.44737 38.3754, -28.44737 38.3754, -28.44737 38.3754))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5144'^^xsd:string;
  dwc:observationDate '2008-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1638> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.96007 -61.79055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.96007"^^xsd:decimal ;
  dwc:decimalLongitude "-61.79055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1638'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_1638'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.930555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.79055'^^xsd:double;
  dwc:startLongitude '-61.79055'^^xsd:double;
  dwc:endLongitude '-61.79055'^^xsd:double;
  dwc:latitude '15.96007'^^xsd:double;
  dwc:startLatitude '15.96007'^^xsd:double;
  dwc:endLatitude '15.96007'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.79055 15.96007, -61.79055 15.96007, -61.79055 15.96007, -61.79055 15.96007, -61.79055 15.96007))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1638'^^xsd:string;
  dwc:observationDate '2000-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6931> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.22743 16.07608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.22743"^^xsd:decimal ;
  dwc:decimalLongitude "16.07608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6931'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_6931'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '4.1311111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '16.07608'^^xsd:double;
  dwc:startLongitude '16.07608'^^xsd:double;
  dwc:endLongitude '16.07608'^^xsd:double;
  dwc:latitude '35.22743'^^xsd:double;
  dwc:startLatitude '35.22743'^^xsd:double;
  dwc:endLatitude '35.22743'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.07608 35.22743, 16.07608 35.22743, 16.07608 35.22743, 16.07608 35.22743, 16.07608 35.22743))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_6931'^^xsd:string;
  dwc:observationDate '2013-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_947> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8345 -28.15167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.8345"^^xsd:decimal ;
  dwc:decimalLongitude "-28.15167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_947'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_947'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.6825'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.15167'^^xsd:double;
  dwc:startLongitude '-28.15167'^^xsd:double;
  dwc:endLongitude '-28.15167'^^xsd:double;
  dwc:latitude '38.8345'^^xsd:double;
  dwc:startLatitude '38.8345'^^xsd:double;
  dwc:endLatitude '38.8345'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.15167 38.8345, -28.15167 38.8345, -28.15167 38.8345, -28.15167 38.8345, -28.15167 38.8345))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_947'^^xsd:string;
  dwc:observationDate '1995-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_906> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8805 -28.85967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.8805"^^xsd:decimal ;
  dwc:decimalLongitude "-28.85967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_906'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_906'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.6633333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.85967'^^xsd:double;
  dwc:startLongitude '-28.85967'^^xsd:double;
  dwc:endLongitude '-28.85967'^^xsd:double;
  dwc:latitude '38.8805'^^xsd:double;
  dwc:startLatitude '38.8805'^^xsd:double;
  dwc:endLatitude '38.8805'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.85967 38.8805, -28.85967 38.8805, -28.85967 38.8805, -28.85967 38.8805, -28.85967 38.8805))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_906'^^xsd:string;
  dwc:observationDate '1995-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1067> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.05633 -61.8695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.05633"^^xsd:decimal ;
  dwc:decimalLongitude "-61.8695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1067'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_1067'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.869166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.8695'^^xsd:double;
  dwc:startLongitude '-61.8695'^^xsd:double;
  dwc:endLongitude '-61.8695'^^xsd:double;
  dwc:latitude '12.05633'^^xsd:double;
  dwc:startLatitude '12.05633'^^xsd:double;
  dwc:endLatitude '12.05633'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.8695 12.05633, -61.8695 12.05633, -61.8695 12.05633, -61.8695 12.05633, -61.8695 12.05633))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1067'^^xsd:string;
  dwc:observationDate '1996-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_719> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.20817 -61.2945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.20817"^^xsd:decimal ;
  dwc:decimalLongitude "-61.2945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_719'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_719'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.494722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.2945'^^xsd:double;
  dwc:startLongitude '-61.2945'^^xsd:double;
  dwc:endLongitude '-61.2945'^^xsd:double;
  dwc:latitude '13.20817'^^xsd:double;
  dwc:startLatitude '13.20817'^^xsd:double;
  dwc:endLatitude '13.20817'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.2945 13.20817, -61.2945 13.20817, -61.2945 13.20817, -61.2945 13.20817, -61.2945 13.20817))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_719'^^xsd:string;
  dwc:observationDate '1995-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_568> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.84167 7.785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.84167"^^xsd:decimal ;
  dwc:decimalLongitude "7.785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_568'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_568'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '8.8094444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.785'^^xsd:double;
  dwc:startLongitude '7.785'^^xsd:double;
  dwc:endLongitude '7.785'^^xsd:double;
  dwc:latitude '42.84167'^^xsd:double;
  dwc:startLatitude '42.84167'^^xsd:double;
  dwc:endLatitude '42.84167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.785 42.84167, 7.785 42.84167, 7.785 42.84167, 7.785 42.84167, 7.785 42.84167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_568'^^xsd:string;
  dwc:observationDate '1994-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3281> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.51551 5.37108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.51551"^^xsd:decimal ;
  dwc:decimalLongitude "5.37108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3281'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_3281'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '6.8722222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '5.37108'^^xsd:double;
  dwc:startLongitude '5.37108'^^xsd:double;
  dwc:endLongitude '5.37108'^^xsd:double;
  dwc:latitude '37.51551'^^xsd:double;
  dwc:startLatitude '37.51551'^^xsd:double;
  dwc:endLatitude '37.51551'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.37108 37.51551, 5.37108 37.51551, 5.37108 37.51551, 5.37108 37.51551, 5.37108 37.51551))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_3281'^^xsd:string;
  dwc:observationDate '2004-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_934> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.77683 -26.62817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.77683"^^xsd:decimal ;
  dwc:decimalLongitude "-26.62817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_934'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_934'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.6208333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.62817'^^xsd:double;
  dwc:startLongitude '-26.62817'^^xsd:double;
  dwc:endLongitude '-26.62817'^^xsd:double;
  dwc:latitude '38.77683'^^xsd:double;
  dwc:startLatitude '38.77683'^^xsd:double;
  dwc:endLatitude '38.77683'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.62817 38.77683, -26.62817 38.77683, -26.62817 38.77683, -26.62817 38.77683, -26.62817 38.77683))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_934'^^xsd:string;
  dwc:observationDate '1995-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_485> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.30367 7.70083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.30367"^^xsd:decimal ;
  dwc:decimalLongitude "7.70083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_485'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_485'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.3183333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.70083'^^xsd:double;
  dwc:startLongitude '7.70083'^^xsd:double;
  dwc:endLongitude '7.70083'^^xsd:double;
  dwc:latitude '43.30367'^^xsd:double;
  dwc:startLatitude '43.30367'^^xsd:double;
  dwc:endLatitude '43.30367'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.70083 43.30367, 7.70083 43.30367, 7.70083 43.30367, 7.70083 43.30367, 7.70083 43.30367))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_485'^^xsd:string;
  dwc:observationDate '1994-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6871> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.45322 26.3193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.45322"^^xsd:decimal ;
  dwc:decimalLongitude "26.3193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6871'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_6871'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.891388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '26.3193'^^xsd:double;
  dwc:startLongitude '26.3193'^^xsd:double;
  dwc:endLongitude '26.3193'^^xsd:double;
  dwc:latitude '40.45322'^^xsd:double;
  dwc:startLatitude '40.45322'^^xsd:double;
  dwc:endLatitude '40.45322'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.3193 40.45322, 26.3193 40.45322, 26.3193 40.45322, 26.3193 40.45322, 26.3193 40.45322))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_6871'^^xsd:string;
  dwc:observationDate '2013-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1215> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16784 -70.198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.16784"^^xsd:decimal ;
  dwc:decimalLongitude "-70.198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1215'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_1215'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.8216666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-70.198'^^xsd:double;
  dwc:startLongitude '-70.198'^^xsd:double;
  dwc:endLongitude '-70.198'^^xsd:double;
  dwc:latitude '42.16784'^^xsd:double;
  dwc:startLatitude '42.16784'^^xsd:double;
  dwc:endLatitude '42.16784'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.198 42.16784, -70.198 42.16784, -70.198 42.16784, -70.198 42.16784, -70.198 42.16784))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_1215'^^xsd:string;
  dwc:observationDate '1997-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_523> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.76283 7.86083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.76283"^^xsd:decimal ;
  dwc:decimalLongitude "7.86083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_523'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_523'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.135'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.86083'^^xsd:double;
  dwc:startLongitude '7.86083'^^xsd:double;
  dwc:endLongitude '7.86083'^^xsd:double;
  dwc:latitude '42.76283'^^xsd:double;
  dwc:startLatitude '42.76283'^^xsd:double;
  dwc:endLatitude '42.76283'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.86083 42.76283, 7.86083 42.76283, 7.86083 42.76283, 7.86083 42.76283, 7.86083 42.76283))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_523'^^xsd:string;
  dwc:observationDate '1994-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_487> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.28517 7.88583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.28517"^^xsd:decimal ;
  dwc:decimalLongitude "7.88583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_487'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_487'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.1030555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.88583'^^xsd:double;
  dwc:startLongitude '7.88583'^^xsd:double;
  dwc:endLongitude '7.88583'^^xsd:double;
  dwc:latitude '43.28517'^^xsd:double;
  dwc:startLatitude '43.28517'^^xsd:double;
  dwc:endLatitude '43.28517'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.88583 43.28517, 7.88583 43.28517, 7.88583 43.28517, 7.88583 43.28517, 7.88583 43.28517))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_487'^^xsd:string;
  dwc:observationDate '1994-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2674> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.17188 12.30072)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.17188"^^xsd:decimal ;
  dwc:decimalLongitude "12.30072"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2674'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_2674'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '5.65'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '12.30072'^^xsd:double;
  dwc:startLongitude '12.30072'^^xsd:double;
  dwc:endLongitude '12.30072'^^xsd:double;
  dwc:latitude '38.17188'^^xsd:double;
  dwc:startLatitude '38.17188'^^xsd:double;
  dwc:endLatitude '38.17188'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.30072 38.17188, 12.30072 38.17188, 12.30072 38.17188, 12.30072 38.17188, 12.30072 38.17188))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_2674'^^xsd:string;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4997> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34003 -28.16038)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.34003"^^xsd:decimal ;
  dwc:decimalLongitude "-28.16038"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4997'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4997'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.001111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.16038'^^xsd:double;
  dwc:startLongitude '-28.16038'^^xsd:double;
  dwc:endLongitude '-28.16038'^^xsd:double;
  dwc:latitude '38.34003'^^xsd:double;
  dwc:startLatitude '38.34003'^^xsd:double;
  dwc:endLatitude '38.34003'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.16038 38.34003, -28.16038 38.34003, -28.16038 38.34003, -28.16038 38.34003, -28.16038 38.34003))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_4997'^^xsd:string;
  dwc:observationDate '2008-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4638> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.08795 32.1116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.08795"^^xsd:decimal ;
  dwc:decimalLongitude "32.1116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4638'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_4638'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.346111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '32.1116'^^xsd:double;
  dwc:startLongitude '32.1116'^^xsd:double;
  dwc:endLongitude '32.1116'^^xsd:double;
  dwc:latitude '35.08795'^^xsd:double;
  dwc:startLatitude '35.08795'^^xsd:double;
  dwc:endLatitude '35.08795'^^xsd:double;
  dwc:boundingBox 'POLYGON ((32.1116 35.08795, 32.1116 35.08795, 32.1116 35.08795, 32.1116 35.08795, 32.1116 35.08795))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_4638'^^xsd:string;
  dwc:observationDate '2007-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6736> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.26384 25.38492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.26384"^^xsd:decimal ;
  dwc:decimalLongitude "25.38492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6736'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_6736'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.495555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '25.38492'^^xsd:double;
  dwc:startLongitude '25.38492'^^xsd:double;
  dwc:endLongitude '25.38492'^^xsd:double;
  dwc:latitude '40.26384'^^xsd:double;
  dwc:startLatitude '40.26384'^^xsd:double;
  dwc:endLatitude '40.26384'^^xsd:double;
  dwc:boundingBox 'POLYGON ((25.38492 40.26384, 25.38492 40.26384, 25.38492 40.26384, 25.38492 40.26384, 25.38492 40.26384))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_6736'^^xsd:string;
  dwc:observationDate '2013-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5099> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34617 -28.31307)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.34617"^^xsd:decimal ;
  dwc:decimalLongitude "-28.31307"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5099'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_5099'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.2516666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.31307'^^xsd:double;
  dwc:startLongitude '-28.31307'^^xsd:double;
  dwc:endLongitude '-28.31307'^^xsd:double;
  dwc:latitude '38.34617'^^xsd:double;
  dwc:startLatitude '38.34617'^^xsd:double;
  dwc:endLatitude '38.34617'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.31307 38.34617, -28.31307 38.34617, -28.31307 38.34617, -28.31307 38.34617, -28.31307 38.34617))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5099'^^xsd:string;
  dwc:observationDate '2008-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_909> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.87 -28.757)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.757"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_909'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_909'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.4236111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.757'^^xsd:double;
  dwc:startLongitude '-28.757'^^xsd:double;
  dwc:endLongitude '-28.757'^^xsd:double;
  dwc:latitude '38.87'^^xsd:double;
  dwc:startLatitude '38.87'^^xsd:double;
  dwc:endLatitude '38.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.757 38.87, -28.757 38.87, -28.757 38.87, -28.757 38.87, -28.757 38.87))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_909'^^xsd:string;
  dwc:observationDate '1995-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_882> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.947 -25.61283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.947"^^xsd:decimal ;
  dwc:decimalLongitude "-25.61283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_882'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_882'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16.566666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.61283'^^xsd:double;
  dwc:startLongitude '-25.61283'^^xsd:double;
  dwc:endLongitude '-25.61283'^^xsd:double;
  dwc:latitude '37.947'^^xsd:double;
  dwc:startLatitude '37.947'^^xsd:double;
  dwc:endLatitude '37.947'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.61283 37.947, -25.61283 37.947, -25.61283 37.947, -25.61283 37.947, -25.61283 37.947))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_882'^^xsd:string;
  dwc:observationDate '1995-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5236> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.71101 -16.74652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.71101"^^xsd:decimal ;
  dwc:decimalLongitude "-16.74652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5236'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_5236'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '7.1161111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.74652'^^xsd:double;
  dwc:startLongitude '-16.74652'^^xsd:double;
  dwc:endLongitude '-16.74652'^^xsd:double;
  dwc:latitude '32.71101'^^xsd:double;
  dwc:startLatitude '32.71101'^^xsd:double;
  dwc:endLatitude '32.71101'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.74652 32.71101, -16.74652 32.71101, -16.74652 32.71101, -16.74652 32.71101, -16.74652 32.71101))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5236'^^xsd:string;
  dwc:observationDate '2008-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5187> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.52319 -11.76667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.52319"^^xsd:decimal ;
  dwc:decimalLongitude "-11.76667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5187'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_5187'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.636666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-11.76667'^^xsd:double;
  dwc:startLongitude '-11.76667'^^xsd:double;
  dwc:endLongitude '-11.76667'^^xsd:double;
  dwc:latitude '36.52319'^^xsd:double;
  dwc:startLatitude '36.52319'^^xsd:double;
  dwc:endLatitude '36.52319'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.76667 36.52319, -11.76667 36.52319, -11.76667 36.52319, -11.76667 36.52319, -11.76667 36.52319))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5187'^^xsd:string;
  dwc:observationDate '2008-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5305> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.68534 -17.18118)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.68534"^^xsd:decimal ;
  dwc:decimalLongitude "-17.18118"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5305'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_5305'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.934722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.18118'^^xsd:double;
  dwc:startLongitude '-17.18118'^^xsd:double;
  dwc:endLongitude '-17.18118'^^xsd:double;
  dwc:latitude '32.68534'^^xsd:double;
  dwc:startLatitude '32.68534'^^xsd:double;
  dwc:endLatitude '32.68534'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.18118 32.68534, -17.18118 32.68534, -17.18118 32.68534, -17.18118 32.68534, -17.18118 32.68534))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5305'^^xsd:string;
  dwc:observationDate '2008-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6062> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73017 -52.1258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73017"^^xsd:decimal ;
  dwc:decimalLongitude "-52.1258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6062'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_6062'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.5486111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-52.1258'^^xsd:double;
  dwc:startLongitude '-52.1258'^^xsd:double;
  dwc:endLongitude '-52.1258'^^xsd:double;
  dwc:latitude '36.73017'^^xsd:double;
  dwc:startLatitude '36.73017'^^xsd:double;
  dwc:endLatitude '36.73017'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.1258 36.73017, -52.1258 36.73017, -52.1258 36.73017, -52.1258 36.73017, -52.1258 36.73017))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_6062'^^xsd:string;
  dwc:observationDate '2012-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_785> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5785 -26.69517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.5785"^^xsd:decimal ;
  dwc:decimalLongitude "-26.69517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_785'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_785'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '15.884444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.69517'^^xsd:double;
  dwc:startLongitude '-26.69517'^^xsd:double;
  dwc:endLongitude '-26.69517'^^xsd:double;
  dwc:latitude '38.5785'^^xsd:double;
  dwc:startLatitude '38.5785'^^xsd:double;
  dwc:endLatitude '38.5785'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.69517 38.5785, -26.69517 38.5785, -26.69517 38.5785, -26.69517 38.5785, -26.69517 38.5785))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_785'^^xsd:string;
  dwc:observationDate '1995-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1021> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.2665 -61.41933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.2665"^^xsd:decimal ;
  dwc:decimalLongitude "-61.41933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1021'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_1021'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10.975833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.41933'^^xsd:double;
  dwc:startLongitude '-61.41933'^^xsd:double;
  dwc:endLongitude '-61.41933'^^xsd:double;
  dwc:latitude '15.2665'^^xsd:double;
  dwc:startLatitude '15.2665'^^xsd:double;
  dwc:endLatitude '15.2665'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.41933 15.2665, -61.41933 15.2665, -61.41933 15.2665, -61.41933 15.2665, -61.41933 15.2665))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1021'^^xsd:string;
  dwc:observationDate '1996-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4837> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.74265 -25.39153)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.74265"^^xsd:decimal ;
  dwc:decimalLongitude "-25.39153"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4837'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_4837'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.9136111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.39153'^^xsd:double;
  dwc:startLongitude '-25.39153'^^xsd:double;
  dwc:endLongitude '-25.39153'^^xsd:double;
  dwc:latitude '30.74265'^^xsd:double;
  dwc:startLatitude '30.74265'^^xsd:double;
  dwc:endLatitude '30.74265'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.39153 30.74265, -25.39153 30.74265, -25.39153 30.74265, -25.39153 30.74265, -25.39153 30.74265))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4837'^^xsd:string;
  dwc:observationDate '2008-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_833> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.52717 -27.341)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.52717"^^xsd:decimal ;
  dwc:decimalLongitude "-27.341"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_833'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_833'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.463888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.341'^^xsd:double;
  dwc:startLongitude '-27.341'^^xsd:double;
  dwc:endLongitude '-27.341'^^xsd:double;
  dwc:latitude '38.52717'^^xsd:double;
  dwc:startLatitude '38.52717'^^xsd:double;
  dwc:endLatitude '38.52717'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.341 38.52717, -27.341 38.52717, -27.341 38.52717, -27.341 38.52717, -27.341 38.52717))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_833'^^xsd:string;
  dwc:observationDate '1995-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_911> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.84983 -28.81533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.84983"^^xsd:decimal ;
  dwc:decimalLongitude "-28.81533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_911'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_911'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.905555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.81533'^^xsd:double;
  dwc:startLongitude '-28.81533'^^xsd:double;
  dwc:endLongitude '-28.81533'^^xsd:double;
  dwc:latitude '38.84983'^^xsd:double;
  dwc:startLatitude '38.84983'^^xsd:double;
  dwc:endLatitude '38.84983'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.81533 38.84983, -28.81533 38.84983, -28.81533 38.84983, -28.81533 38.84983, -28.81533 38.84983))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_911'^^xsd:string;
  dwc:observationDate '1995-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4790> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.64058 -18.04082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.64058"^^xsd:decimal ;
  dwc:decimalLongitude "-18.04082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4790'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_4790'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.7763888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.04082'^^xsd:double;
  dwc:startLongitude '-18.04082'^^xsd:double;
  dwc:endLongitude '-18.04082'^^xsd:double;
  dwc:latitude '27.64058'^^xsd:double;
  dwc:startLatitude '27.64058'^^xsd:double;
  dwc:endLatitude '27.64058'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.04082 27.64058, -18.04082 27.64058, -18.04082 27.64058, -18.04082 27.64058, -18.04082 27.64058))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4790'^^xsd:string;
  dwc:observationDate '2008-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_669> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.27167 -61.407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.27167"^^xsd:decimal ;
  dwc:decimalLongitude "-61.407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_669'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_669'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.8027777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.407'^^xsd:double;
  dwc:startLongitude '-61.407'^^xsd:double;
  dwc:endLongitude '-61.407'^^xsd:double;
  dwc:latitude '15.27167'^^xsd:double;
  dwc:startLatitude '15.27167'^^xsd:double;
  dwc:endLatitude '15.27167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.407 15.27167, -61.407 15.27167, -61.407 15.27167, -61.407 15.27167, -61.407 15.27167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_669'^^xsd:string;
  dwc:observationDate '1995-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1628> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.01828 -61.80315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.01828"^^xsd:decimal ;
  dwc:decimalLongitude "-61.80315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1628'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_1628'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.758055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.80315'^^xsd:double;
  dwc:startLongitude '-61.80315'^^xsd:double;
  dwc:endLongitude '-61.80315'^^xsd:double;
  dwc:latitude '16.01828'^^xsd:double;
  dwc:startLatitude '16.01828'^^xsd:double;
  dwc:endLatitude '16.01828'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.80315 16.01828, -61.80315 16.01828, -61.80315 16.01828, -61.80315 16.01828, -61.80315 16.01828))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1628'^^xsd:string;
  dwc:observationDate '2000-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1513> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.67217 -61.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.67217"^^xsd:decimal ;
  dwc:decimalLongitude "-61.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1513'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_1513'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.2138888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.22'^^xsd:double;
  dwc:startLongitude '-61.22'^^xsd:double;
  dwc:endLongitude '-61.22'^^xsd:double;
  dwc:latitude '14.67217'^^xsd:double;
  dwc:startLatitude '14.67217'^^xsd:double;
  dwc:endLatitude '14.67217'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.22 14.67217, -61.22 14.67217, -61.22 14.67217, -61.22 14.67217, -61.22 14.67217))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1513'^^xsd:string;
  dwc:observationDate '1998-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1629> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.02162 -61.82122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.02162"^^xsd:decimal ;
  dwc:decimalLongitude "-61.82122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1629'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_1629'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17.618888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.82122'^^xsd:double;
  dwc:startLongitude '-61.82122'^^xsd:double;
  dwc:endLongitude '-61.82122'^^xsd:double;
  dwc:latitude '16.02162'^^xsd:double;
  dwc:startLatitude '16.02162'^^xsd:double;
  dwc:endLatitude '16.02162'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.82122 16.02162, -61.82122 16.02162, -61.82122 16.02162, -61.82122 16.02162, -61.82122 16.02162))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1629'^^xsd:string;
  dwc:observationDate '2000-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_899> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7385 -28.98417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7385"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_899'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_899'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.009722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.98417'^^xsd:double;
  dwc:startLongitude '-28.98417'^^xsd:double;
  dwc:endLongitude '-28.98417'^^xsd:double;
  dwc:latitude '38.7385'^^xsd:double;
  dwc:startLatitude '38.7385'^^xsd:double;
  dwc:endLatitude '38.7385'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.98417 38.7385, -28.98417 38.7385, -28.98417 38.7385, -28.98417 38.7385, -28.98417 38.7385))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_899'^^xsd:string;
  dwc:observationDate '1995-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_981> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.19683 -26.92167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.19683"^^xsd:decimal ;
  dwc:decimalLongitude "-26.92167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_981'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_981'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.657222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.92167'^^xsd:double;
  dwc:startLongitude '-26.92167'^^xsd:double;
  dwc:endLongitude '-26.92167'^^xsd:double;
  dwc:latitude '38.19683'^^xsd:double;
  dwc:startLatitude '38.19683'^^xsd:double;
  dwc:endLatitude '38.19683'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.92167 38.19683, -26.92167 38.19683, -26.92167 38.19683, -26.92167 38.19683, -26.92167 38.19683))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_981'^^xsd:string;
  dwc:observationDate '1995-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_717> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.21167 -61.30416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.21167"^^xsd:decimal ;
  dwc:decimalLongitude "-61.30416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_717'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_717'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14.027222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.30416'^^xsd:double;
  dwc:startLongitude '-61.30416'^^xsd:double;
  dwc:endLongitude '-61.30416'^^xsd:double;
  dwc:latitude '13.21167'^^xsd:double;
  dwc:startLatitude '13.21167'^^xsd:double;
  dwc:endLatitude '13.21167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.30416 13.21167, -61.30416 13.21167, -61.30416 13.21167, -61.30416 13.21167, -61.30416 13.21167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_717'^^xsd:string;
  dwc:observationDate '1995-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5297> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.60328 -16.88107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.60328"^^xsd:decimal ;
  dwc:decimalLongitude "-16.88107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5297'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_5297'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '14.045833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.88107'^^xsd:double;
  dwc:startLongitude '-16.88107'^^xsd:double;
  dwc:endLongitude '-16.88107'^^xsd:double;
  dwc:latitude '32.60328'^^xsd:double;
  dwc:startLatitude '32.60328'^^xsd:double;
  dwc:endLatitude '32.60328'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.88107 32.60328, -16.88107 32.60328, -16.88107 32.60328, -16.88107 32.60328, -16.88107 32.60328))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5297'^^xsd:string;
  dwc:observationDate '2008-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_846> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.35817 -28.33167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.35817"^^xsd:decimal ;
  dwc:decimalLongitude "-28.33167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_846'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_846'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.5088888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.33167'^^xsd:double;
  dwc:startLongitude '-28.33167'^^xsd:double;
  dwc:endLongitude '-28.33167'^^xsd:double;
  dwc:latitude '38.35817'^^xsd:double;
  dwc:startLatitude '38.35817'^^xsd:double;
  dwc:endLatitude '38.35817'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.33167 38.35817, -28.33167 38.35817, -28.33167 38.35817, -28.33167 38.35817, -28.33167 38.35817))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_846'^^xsd:string;
  dwc:observationDate '1995-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_827> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.186 -26.47333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.186"^^xsd:decimal ;
  dwc:decimalLongitude "-26.47333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_827'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_827'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.5225'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.47333'^^xsd:double;
  dwc:startLongitude '-26.47333'^^xsd:double;
  dwc:endLongitude '-26.47333'^^xsd:double;
  dwc:latitude '38.186'^^xsd:double;
  dwc:startLatitude '38.186'^^xsd:double;
  dwc:endLatitude '38.186'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.47333 38.186, -26.47333 38.186, -26.47333 38.186, -26.47333 38.186, -26.47333 38.186))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_827'^^xsd:string;
  dwc:observationDate '1995-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_901> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.71067 -28.7415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.71067"^^xsd:decimal ;
  dwc:decimalLongitude "-28.7415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_901'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_901'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.376388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.7415'^^xsd:double;
  dwc:startLongitude '-28.7415'^^xsd:double;
  dwc:endLongitude '-28.7415'^^xsd:double;
  dwc:latitude '38.71067'^^xsd:double;
  dwc:startLatitude '38.71067'^^xsd:double;
  dwc:endLatitude '38.71067'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.7415 38.71067, -28.7415 38.71067, -28.7415 38.71067, -28.7415 38.71067, -28.7415 38.71067))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_901'^^xsd:string;
  dwc:observationDate '1995-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5121> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.28595 -28.28152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.28595"^^xsd:decimal ;
  dwc:decimalLongitude "-28.28152"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5121'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_5121'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.812777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.28152'^^xsd:double;
  dwc:startLongitude '-28.28152'^^xsd:double;
  dwc:endLongitude '-28.28152'^^xsd:double;
  dwc:latitude '38.28595'^^xsd:double;
  dwc:startLatitude '38.28595'^^xsd:double;
  dwc:endLatitude '38.28595'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.28152 38.28595, -28.28152 38.28595, -28.28152 38.28595, -28.28152 38.28595, -28.28152 38.28595))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5121'^^xsd:string;
  dwc:observationDate '2008-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1020> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.2685 -61.42617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.2685"^^xsd:decimal ;
  dwc:decimalLongitude "-61.42617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1020'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_1020'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.2372222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.42617'^^xsd:double;
  dwc:startLongitude '-61.42617'^^xsd:double;
  dwc:endLongitude '-61.42617'^^xsd:double;
  dwc:latitude '15.2685'^^xsd:double;
  dwc:startLatitude '15.2685'^^xsd:double;
  dwc:endLatitude '15.2685'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.42617 15.2685, -61.42617 15.2685, -61.42617 15.2685, -61.42617 15.2685, -61.42617 15.2685))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1020'^^xsd:string;
  dwc:observationDate '1996-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_914> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.85917 -28.80817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.85917"^^xsd:decimal ;
  dwc:decimalLongitude "-28.80817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_914'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_914'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.802777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.80817'^^xsd:double;
  dwc:startLongitude '-28.80817'^^xsd:double;
  dwc:endLongitude '-28.80817'^^xsd:double;
  dwc:latitude '38.85917'^^xsd:double;
  dwc:startLatitude '38.85917'^^xsd:double;
  dwc:endLatitude '38.85917'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.80817 38.85917, -28.80817 38.85917, -28.80817 38.85917, -28.80817 38.85917, -28.80817 38.85917))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_914'^^xsd:string;
  dwc:observationDate '1995-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_922> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.741 -29.0375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.741"^^xsd:decimal ;
  dwc:decimalLongitude "-29.0375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_922'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_922'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.9508333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.0375'^^xsd:double;
  dwc:startLongitude '-29.0375'^^xsd:double;
  dwc:endLongitude '-29.0375'^^xsd:double;
  dwc:latitude '38.741'^^xsd:double;
  dwc:startLatitude '38.741'^^xsd:double;
  dwc:endLatitude '38.741'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.0375 38.741, -29.0375 38.741, -29.0375 38.741, -29.0375 38.741, -29.0375 38.741))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_922'^^xsd:string;
  dwc:observationDate '1995-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1045> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.69 -61.1965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.69"^^xsd:decimal ;
  dwc:decimalLongitude "-61.1965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1045'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_1045'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.925833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.1965'^^xsd:double;
  dwc:startLongitude '-61.1965'^^xsd:double;
  dwc:endLongitude '-61.1965'^^xsd:double;
  dwc:latitude '14.69'^^xsd:double;
  dwc:startLatitude '14.69'^^xsd:double;
  dwc:endLatitude '14.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.1965 14.69, -61.1965 14.69, -61.1965 14.69, -61.1965 14.69, -61.1965 14.69))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1045'^^xsd:string;
  dwc:observationDate '1996-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_897> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7045 -28.9385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7045"^^xsd:decimal ;
  dwc:decimalLongitude "-28.9385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_897'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_897'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.478333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.9385'^^xsd:double;
  dwc:startLongitude '-28.9385'^^xsd:double;
  dwc:endLongitude '-28.9385'^^xsd:double;
  dwc:latitude '38.7045'^^xsd:double;
  dwc:startLatitude '38.7045'^^xsd:double;
  dwc:endLatitude '38.7045'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.9385 38.7045, -28.9385 38.7045, -28.9385 38.7045, -28.9385 38.7045, -28.9385 38.7045))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_897'^^xsd:string;
  dwc:observationDate '1995-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5118> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.37603 -28.3348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.37603"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5118'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_5118'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.836944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.3348'^^xsd:double;
  dwc:startLongitude '-28.3348'^^xsd:double;
  dwc:endLongitude '-28.3348'^^xsd:double;
  dwc:latitude '38.37603'^^xsd:double;
  dwc:startLatitude '38.37603'^^xsd:double;
  dwc:endLatitude '38.37603'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.3348 38.37603, -28.3348 38.37603, -28.3348 38.37603, -28.3348 38.37603, -28.3348 38.37603))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5118'^^xsd:string;
  dwc:observationDate '2008-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5150> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3821 -28.41673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.3821"^^xsd:decimal ;
  dwc:decimalLongitude "-28.41673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5150'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_5150'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.342777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.41673'^^xsd:double;
  dwc:startLongitude '-28.41673'^^xsd:double;
  dwc:endLongitude '-28.41673'^^xsd:double;
  dwc:latitude '38.3821'^^xsd:double;
  dwc:startLatitude '38.3821'^^xsd:double;
  dwc:endLatitude '38.3821'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.41673 38.3821, -28.41673 38.3821, -28.41673 38.3821, -28.41673 38.3821, -28.41673 38.3821))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5150'^^xsd:string;
  dwc:observationDate '2008-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_684> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.4485 -61.56167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.4485"^^xsd:decimal ;
  dwc:decimalLongitude "-61.56167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_684'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_684'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '6.6602777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.56167'^^xsd:double;
  dwc:startLongitude '-61.56167'^^xsd:double;
  dwc:endLongitude '-61.56167'^^xsd:double;
  dwc:latitude '15.4485'^^xsd:double;
  dwc:startLatitude '15.4485'^^xsd:double;
  dwc:endLatitude '15.4485'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.56167 15.4485, -61.56167 15.4485, -61.56167 15.4485, -61.56167 15.4485, -61.56167 15.4485))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_684'^^xsd:string;
  dwc:observationDate '1995-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5167> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.88952 -26.14515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.88952"^^xsd:decimal ;
  dwc:decimalLongitude "-26.14515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5167'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_5167'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.703055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.14515'^^xsd:double;
  dwc:startLongitude '-26.14515'^^xsd:double;
  dwc:endLongitude '-26.14515'^^xsd:double;
  dwc:latitude '37.88952'^^xsd:double;
  dwc:startLatitude '37.88952'^^xsd:double;
  dwc:endLatitude '37.88952'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.14515 37.88952, -26.14515 37.88952, -26.14515 37.88952, -26.14515 37.88952, -26.14515 37.88952))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5167'^^xsd:string;
  dwc:observationDate '2008-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4796> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.6415 -18.06922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.6415"^^xsd:decimal ;
  dwc:decimalLongitude "-18.06922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4796'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_4796'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.4386111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.06922'^^xsd:double;
  dwc:startLongitude '-18.06922'^^xsd:double;
  dwc:endLongitude '-18.06922'^^xsd:double;
  dwc:latitude '27.6415'^^xsd:double;
  dwc:startLatitude '27.6415'^^xsd:double;
  dwc:endLatitude '27.6415'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.06922 27.6415, -18.06922 27.6415, -18.06922 27.6415, -18.06922 27.6415, -18.06922 27.6415))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4796'^^xsd:string;
  dwc:observationDate '2008-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_821> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.71183 -27.76367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.71183"^^xsd:decimal ;
  dwc:decimalLongitude "-27.76367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_821'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_821'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.9183333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.76367'^^xsd:double;
  dwc:startLongitude '-27.76367'^^xsd:double;
  dwc:endLongitude '-27.76367'^^xsd:double;
  dwc:latitude '38.71183'^^xsd:double;
  dwc:startLatitude '38.71183'^^xsd:double;
  dwc:endLatitude '38.71183'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.76367 38.71183, -27.76367 38.71183, -27.76367 38.71183, -27.76367 38.71183, -27.76367 38.71183))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_821'^^xsd:string;
  dwc:observationDate '1995-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1016> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.28633 -61.4225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.28633"^^xsd:decimal ;
  dwc:decimalLongitude "-61.4225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1016'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_1016'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.5302777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.4225'^^xsd:double;
  dwc:startLongitude '-61.4225'^^xsd:double;
  dwc:endLongitude '-61.4225'^^xsd:double;
  dwc:latitude '15.28633'^^xsd:double;
  dwc:startLatitude '15.28633'^^xsd:double;
  dwc:endLatitude '15.28633'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.4225 15.28633, -61.4225 15.28633, -61.4225 15.28633, -61.4225 15.28633, -61.4225 15.28633))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1016'^^xsd:string;
  dwc:observationDate '1996-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_660> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.32633 -61.48667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.32633"^^xsd:decimal ;
  dwc:decimalLongitude "-61.48667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_660'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_660'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '8.4225'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.48667'^^xsd:double;
  dwc:startLongitude '-61.48667'^^xsd:double;
  dwc:endLongitude '-61.48667'^^xsd:double;
  dwc:latitude '15.32633'^^xsd:double;
  dwc:startLatitude '15.32633'^^xsd:double;
  dwc:endLatitude '15.32633'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.48667 15.32633, -61.48667 15.32633, -61.48667 15.32633, -61.48667 15.32633, -61.48667 15.32633))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_660'^^xsd:string;
  dwc:observationDate '1995-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5129> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3725 -28.44118)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.3725"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44118"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5129'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_5129'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '8.7916666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.44118'^^xsd:double;
  dwc:startLongitude '-28.44118'^^xsd:double;
  dwc:endLongitude '-28.44118'^^xsd:double;
  dwc:latitude '38.3725'^^xsd:double;
  dwc:startLatitude '38.3725'^^xsd:double;
  dwc:endLatitude '38.3725'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.44118 38.3725, -28.44118 38.3725, -28.44118 38.3725, -28.44118 38.3725, -28.44118 38.3725))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5129'^^xsd:string;
  dwc:observationDate '2008-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4901> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.25448 -28.23887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.25448"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4901'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_4901'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.04'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.23887'^^xsd:double;
  dwc:startLongitude '-28.23887'^^xsd:double;
  dwc:endLongitude '-28.23887'^^xsd:double;
  dwc:latitude '38.25448'^^xsd:double;
  dwc:startLatitude '38.25448'^^xsd:double;
  dwc:endLatitude '38.25448'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.23887 38.25448, -28.23887 38.25448, -28.23887 38.25448, -28.23887 38.25448, -28.23887 38.25448))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4901'^^xsd:string;
  dwc:observationDate '2008-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_741> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.32467 -61.5615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.32467"^^xsd:decimal ;
  dwc:decimalLongitude "-61.5615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_741'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_741'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.0402777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.5615'^^xsd:double;
  dwc:startLongitude '-61.5615'^^xsd:double;
  dwc:endLongitude '-61.5615'^^xsd:double;
  dwc:latitude '15.32467'^^xsd:double;
  dwc:startLatitude '15.32467'^^xsd:double;
  dwc:endLatitude '15.32467'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.5615 15.32467, -61.5615 15.32467, -61.5615 15.32467, -61.5615 15.32467, -61.5615 15.32467))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_741'^^xsd:string;
  dwc:observationDate '1995-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_944> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.65017 -27.52717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.65017"^^xsd:decimal ;
  dwc:decimalLongitude "-27.52717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_944'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_944'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.8330555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.52717'^^xsd:double;
  dwc:startLongitude '-27.52717'^^xsd:double;
  dwc:endLongitude '-27.52717'^^xsd:double;
  dwc:latitude '38.65017'^^xsd:double;
  dwc:startLatitude '38.65017'^^xsd:double;
  dwc:endLatitude '38.65017'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.52717 38.65017, -27.52717 38.65017, -27.52717 38.65017, -27.52717 38.65017, -27.52717 38.65017))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_944'^^xsd:string;
  dwc:observationDate '1995-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1015> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.48133 -61.51517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.48133"^^xsd:decimal ;
  dwc:decimalLongitude "-61.51517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1015'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_1015'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14.104444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.51517'^^xsd:double;
  dwc:startLongitude '-61.51517'^^xsd:double;
  dwc:endLongitude '-61.51517'^^xsd:double;
  dwc:latitude '15.48133'^^xsd:double;
  dwc:startLatitude '15.48133'^^xsd:double;
  dwc:endLatitude '15.48133'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.51517 15.48133, -61.51517 15.48133, -61.51517 15.48133, -61.51517 15.48133, -61.51517 15.48133))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1015'^^xsd:string;
  dwc:observationDate '1996-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1033> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.26633 -61.39667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.26633"^^xsd:decimal ;
  dwc:decimalLongitude "-61.39667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1033'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_1033'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.1952777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.39667'^^xsd:double;
  dwc:startLongitude '-61.39667'^^xsd:double;
  dwc:endLongitude '-61.39667'^^xsd:double;
  dwc:latitude '15.26633'^^xsd:double;
  dwc:startLatitude '15.26633'^^xsd:double;
  dwc:endLatitude '15.26633'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.39667 15.26633, -61.39667 15.26633, -61.39667 15.26633, -61.39667 15.26633, -61.39667 15.26633))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1033'^^xsd:string;
  dwc:observationDate '1996-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5294> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.67857 -16.73288)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.67857"^^xsd:decimal ;
  dwc:decimalLongitude "-16.73288"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5294'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_5294'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.8886111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.73288'^^xsd:double;
  dwc:startLongitude '-16.73288'^^xsd:double;
  dwc:endLongitude '-16.73288'^^xsd:double;
  dwc:latitude '32.67857'^^xsd:double;
  dwc:startLatitude '32.67857'^^xsd:double;
  dwc:endLatitude '32.67857'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.73288 32.67857, -16.73288 32.67857, -16.73288 32.67857, -16.73288 32.67857, -16.73288 32.67857))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5294'^^xsd:string;
  dwc:observationDate '2008-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_834> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.463 -27.649)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.463"^^xsd:decimal ;
  dwc:decimalLongitude "-27.649"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_834'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_834'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.560833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.649'^^xsd:double;
  dwc:startLongitude '-27.649'^^xsd:double;
  dwc:endLongitude '-27.649'^^xsd:double;
  dwc:latitude '38.463'^^xsd:double;
  dwc:startLatitude '38.463'^^xsd:double;
  dwc:endLatitude '38.463'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.649 38.463, -27.649 38.463, -27.649 38.463, -27.649 38.463, -27.649 38.463))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_834'^^xsd:string;
  dwc:observationDate '1995-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4843> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.77042 -28.41888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.77042"^^xsd:decimal ;
  dwc:decimalLongitude "-28.41888"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4843'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_4843'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.460833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.41888'^^xsd:double;
  dwc:startLongitude '-28.41888'^^xsd:double;
  dwc:endLongitude '-28.41888'^^xsd:double;
  dwc:latitude '34.77042'^^xsd:double;
  dwc:startLatitude '34.77042'^^xsd:double;
  dwc:endLatitude '34.77042'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.41888 34.77042, -28.41888 34.77042, -28.41888 34.77042, -28.41888 34.77042, -28.41888 34.77042))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4843'^^xsd:string;
  dwc:observationDate '2008-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4793> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.65817 -18.06713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.65817"^^xsd:decimal ;
  dwc:decimalLongitude "-18.06713"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4793'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_4793'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.2386111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.06713'^^xsd:double;
  dwc:startLongitude '-18.06713'^^xsd:double;
  dwc:endLongitude '-18.06713'^^xsd:double;
  dwc:latitude '27.65817'^^xsd:double;
  dwc:startLatitude '27.65817'^^xsd:double;
  dwc:endLatitude '27.65817'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.06713 27.65817, -18.06713 27.65817, -18.06713 27.65817, -18.06713 27.65817, -18.06713 27.65817))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4793'^^xsd:string;
  dwc:observationDate '2008-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_900> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7455 -28.939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7455"^^xsd:decimal ;
  dwc:decimalLongitude "-28.939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_900'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_900'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.468333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.939'^^xsd:double;
  dwc:startLongitude '-28.939'^^xsd:double;
  dwc:endLongitude '-28.939'^^xsd:double;
  dwc:latitude '38.7455'^^xsd:double;
  dwc:startLatitude '38.7455'^^xsd:double;
  dwc:endLatitude '38.7455'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.939 38.7455, -28.939 38.7455, -28.939 38.7455, -28.939 38.7455, -28.939 38.7455))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_900'^^xsd:string;
  dwc:observationDate '1995-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6070> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.31645 -53.49302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.31645"^^xsd:decimal ;
  dwc:decimalLongitude "-53.49302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6070'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_6070'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '21.583055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-53.49302'^^xsd:double;
  dwc:startLongitude '-53.49302'^^xsd:double;
  dwc:endLongitude '-53.49302'^^xsd:double;
  dwc:latitude '36.31645'^^xsd:double;
  dwc:startLatitude '36.31645'^^xsd:double;
  dwc:endLatitude '36.31645'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.49302 36.31645, -53.49302 36.31645, -53.49302 36.31645, -53.49302 36.31645, -53.49302 36.31645))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_6070'^^xsd:string;
  dwc:observationDate '2012-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_898> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7205 -28.97283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7205"^^xsd:decimal ;
  dwc:decimalLongitude "-28.97283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_898'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_898'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.97283'^^xsd:double;
  dwc:startLongitude '-28.97283'^^xsd:double;
  dwc:endLongitude '-28.97283'^^xsd:double;
  dwc:latitude '38.7205'^^xsd:double;
  dwc:startLatitude '38.7205'^^xsd:double;
  dwc:endLatitude '38.7205'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.97283 38.7205, -28.97283 38.7205, -28.97283 38.7205, -28.97283 38.7205, -28.97283 38.7205))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_898'^^xsd:string;
  dwc:observationDate '1995-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_716> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.134 -61.75717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.134"^^xsd:decimal ;
  dwc:decimalLongitude "-61.75717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_716'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_716'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.689722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.75717'^^xsd:double;
  dwc:startLongitude '-61.75717'^^xsd:double;
  dwc:endLongitude '-61.75717'^^xsd:double;
  dwc:latitude '12.134'^^xsd:double;
  dwc:startLatitude '12.134'^^xsd:double;
  dwc:endLatitude '12.134'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.75717 12.134, -61.75717 12.134, -61.75717 12.134, -61.75717 12.134, -61.75717 12.134))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_716'^^xsd:string;
  dwc:observationDate '1995-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_942> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.59683 -27.44467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.59683"^^xsd:decimal ;
  dwc:decimalLongitude "-27.44467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_942'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_942'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.7008333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.44467'^^xsd:double;
  dwc:startLongitude '-27.44467'^^xsd:double;
  dwc:endLongitude '-27.44467'^^xsd:double;
  dwc:latitude '38.59683'^^xsd:double;
  dwc:startLatitude '38.59683'^^xsd:double;
  dwc:endLatitude '38.59683'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.44467 38.59683, -27.44467 38.59683, -27.44467 38.59683, -27.44467 38.59683, -27.44467 38.59683))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_942'^^xsd:string;
  dwc:observationDate '1995-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_647> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.333 -61.434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.333"^^xsd:decimal ;
  dwc:decimalLongitude "-61.434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_647'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_647'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.254166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.434'^^xsd:double;
  dwc:startLongitude '-61.434'^^xsd:double;
  dwc:endLongitude '-61.434'^^xsd:double;
  dwc:latitude '15.333'^^xsd:double;
  dwc:startLatitude '15.333'^^xsd:double;
  dwc:endLatitude '15.333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.434 15.333, -61.434 15.333, -61.434 15.333, -61.434 15.333, -61.434 15.333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_647'^^xsd:string;
  dwc:observationDate '1995-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_844> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.38017 -28.341)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.38017"^^xsd:decimal ;
  dwc:decimalLongitude "-28.341"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_844'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_844'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.2019444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.341'^^xsd:double;
  dwc:startLongitude '-28.341'^^xsd:double;
  dwc:endLongitude '-28.341'^^xsd:double;
  dwc:latitude '38.38017'^^xsd:double;
  dwc:startLatitude '38.38017'^^xsd:double;
  dwc:endLatitude '38.38017'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.341 38.38017, -28.341 38.38017, -28.341 38.38017, -28.341 38.38017, -28.341 38.38017))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_844'^^xsd:string;
  dwc:observationDate '1995-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5122> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.27632 -28.29713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.27632"^^xsd:decimal ;
  dwc:decimalLongitude "-28.29713"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5122'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_5122'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.996388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.29713'^^xsd:double;
  dwc:startLongitude '-28.29713'^^xsd:double;
  dwc:endLongitude '-28.29713'^^xsd:double;
  dwc:latitude '38.27632'^^xsd:double;
  dwc:startLatitude '38.27632'^^xsd:double;
  dwc:endLatitude '38.27632'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.29713 38.27632, -28.29713 38.27632, -28.29713 38.27632, -28.29713 38.27632, -28.29713 38.27632))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5122'^^xsd:string;
  dwc:observationDate '2008-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3928> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.68695 -62.23427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.68695"^^xsd:decimal ;
  dwc:decimalLongitude "-62.23427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3928'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_3928'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.386944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-62.23427'^^xsd:double;
  dwc:startLongitude '-62.23427'^^xsd:double;
  dwc:endLongitude '-62.23427'^^xsd:double;
  dwc:latitude '18.68695'^^xsd:double;
  dwc:startLatitude '18.68695'^^xsd:double;
  dwc:endLatitude '18.68695'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.23427 18.68695, -62.23427 18.68695, -62.23427 18.68695, -62.23427 18.68695, -62.23427 18.68695))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_3928'^^xsd:string;
  dwc:observationDate '2006-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4762> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.64212 -18.07243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.64212"^^xsd:decimal ;
  dwc:decimalLongitude "-18.07243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4762'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_4762'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14.9075'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.07243'^^xsd:double;
  dwc:startLongitude '-18.07243'^^xsd:double;
  dwc:endLongitude '-18.07243'^^xsd:double;
  dwc:latitude '27.64212'^^xsd:double;
  dwc:startLatitude '27.64212'^^xsd:double;
  dwc:endLatitude '27.64212'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.07243 27.64212, -18.07243 27.64212, -18.07243 27.64212, -18.07243 27.64212, -18.07243 27.64212))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4762'^^xsd:string;
  dwc:observationDate '2008-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_998> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.33833 -28.43583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.33833"^^xsd:decimal ;
  dwc:decimalLongitude "-28.43583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_998'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_998'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '19.330277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.43583'^^xsd:double;
  dwc:startLongitude '-28.43583'^^xsd:double;
  dwc:endLongitude '-28.43583'^^xsd:double;
  dwc:latitude '38.33833'^^xsd:double;
  dwc:startLatitude '38.33833'^^xsd:double;
  dwc:endLatitude '38.33833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.43583 38.33833, -28.43583 38.33833, -28.43583 38.33833, -28.43583 38.33833, -28.43583 38.33833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_998'^^xsd:string;
  dwc:observationDate '1995-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4859> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.30227 -28.49895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.30227"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4859'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_4859'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.7611111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.49895'^^xsd:double;
  dwc:startLongitude '-28.49895'^^xsd:double;
  dwc:endLongitude '-28.49895'^^xsd:double;
  dwc:latitude '38.30227'^^xsd:double;
  dwc:startLatitude '38.30227'^^xsd:double;
  dwc:endLatitude '38.30227'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.49895 38.30227, -28.49895 38.30227, -28.49895 38.30227, -28.49895 38.30227, -28.49895 38.30227))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4859'^^xsd:string;
  dwc:observationDate '2008-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5126> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34243 -28.25522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.34243"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5126'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_5126'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.853611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.25522'^^xsd:double;
  dwc:startLongitude '-28.25522'^^xsd:double;
  dwc:endLongitude '-28.25522'^^xsd:double;
  dwc:latitude '38.34243'^^xsd:double;
  dwc:startLatitude '38.34243'^^xsd:double;
  dwc:endLatitude '38.34243'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.25522 38.34243, -28.25522 38.34243, -28.25522 38.34243, -28.25522 38.34243, -28.25522 38.34243))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5126'^^xsd:string;
  dwc:observationDate '2008-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5128> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3658 -28.3332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.3658"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5128'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_5128'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.7455555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.3332'^^xsd:double;
  dwc:startLongitude '-28.3332'^^xsd:double;
  dwc:endLongitude '-28.3332'^^xsd:double;
  dwc:latitude '38.3658'^^xsd:double;
  dwc:startLatitude '38.3658'^^xsd:double;
  dwc:endLatitude '38.3658'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.3332 38.3658, -28.3332 38.3658, -28.3332 38.3658, -28.3332 38.3658, -28.3332 38.3658))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5128'^^xsd:string;
  dwc:observationDate '2008-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4814> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.66177 -18.06972)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.66177"^^xsd:decimal ;
  dwc:decimalLongitude "-18.06972"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4814'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1158_4814'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '8.505'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.06972'^^xsd:double;
  dwc:startLongitude '-18.06972'^^xsd:double;
  dwc:endLongitude '-18.06972'^^xsd:double;
  dwc:latitude '27.66177'^^xsd:double;
  dwc:startLatitude '27.66177'^^xsd:double;
  dwc:endLatitude '27.66177'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.06972 27.66177, -18.06972 27.66177, -18.06972 27.66177, -18.06972 27.66177, -18.06972 27.66177))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4814'^^xsd:string;
  dwc:observationDate '2008-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4954> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.29987 -28.2522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.29987"^^xsd:decimal ;
  dwc:decimalLongitude "-28.2522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4954'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_4954'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15.073611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.2522'^^xsd:double;
  dwc:startLongitude '-28.2522'^^xsd:double;
  dwc:endLongitude '-28.2522'^^xsd:double;
  dwc:latitude '38.29987'^^xsd:double;
  dwc:startLatitude '38.29987'^^xsd:double;
  dwc:endLatitude '38.29987'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.2522 38.29987, -28.2522 38.29987, -28.2522 38.29987, -28.2522 38.29987, -28.2522 38.29987))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4954'^^xsd:string;
  dwc:observationDate '2008-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5333> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.44248 -16.17633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.44248"^^xsd:decimal ;
  dwc:decimalLongitude "-16.17633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5333'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_5333'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '15.596666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.17633'^^xsd:double;
  dwc:startLongitude '-16.17633'^^xsd:double;
  dwc:endLongitude '-16.17633'^^xsd:double;
  dwc:latitude '29.44248'^^xsd:double;
  dwc:startLatitude '29.44248'^^xsd:double;
  dwc:endLatitude '29.44248'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.17633 29.44248, -16.17633 29.44248, -16.17633 29.44248, -16.17633 29.44248, -16.17633 29.44248))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5333'^^xsd:string;
  dwc:observationDate '2008-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1632> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.05857 -61.9609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.05857"^^xsd:decimal ;
  dwc:decimalLongitude "-61.9609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1632'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_1632'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '19.283333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.9609'^^xsd:double;
  dwc:startLongitude '-61.9609'^^xsd:double;
  dwc:endLongitude '-61.9609'^^xsd:double;
  dwc:latitude '16.05857'^^xsd:double;
  dwc:startLatitude '16.05857'^^xsd:double;
  dwc:endLatitude '16.05857'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.9609 16.05857, -61.9609 16.05857, -61.9609 16.05857, -61.9609 16.05857, -61.9609 16.05857))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1632'^^xsd:string;
  dwc:observationDate '2000-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_725> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.2125 -61.4065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.2125"^^xsd:decimal ;
  dwc:decimalLongitude "-61.4065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_725'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_725'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.953333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.4065'^^xsd:double;
  dwc:startLongitude '-61.4065'^^xsd:double;
  dwc:endLongitude '-61.4065'^^xsd:double;
  dwc:latitude '15.2125'^^xsd:double;
  dwc:startLatitude '15.2125'^^xsd:double;
  dwc:endLatitude '15.2125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.4065 15.2125, -61.4065 15.2125, -61.4065 15.2125, -61.4065 15.2125, -61.4065 15.2125))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_725'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1639> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.94712 -61.78562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.94712"^^xsd:decimal ;
  dwc:decimalLongitude "-61.78562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1639'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_1639'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.089166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.78562'^^xsd:double;
  dwc:startLongitude '-61.78562'^^xsd:double;
  dwc:endLongitude '-61.78562'^^xsd:double;
  dwc:latitude '15.94712'^^xsd:double;
  dwc:startLatitude '15.94712'^^xsd:double;
  dwc:endLatitude '15.94712'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.78562 15.94712, -61.78562 15.94712, -61.78562 15.94712, -61.78562 15.94712, -61.78562 15.94712))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1639'^^xsd:string;
  dwc:observationDate '2000-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_888> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.28283 -28.49983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.28283"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_888'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_888'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.493611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.49983'^^xsd:double;
  dwc:startLongitude '-28.49983'^^xsd:double;
  dwc:endLongitude '-28.49983'^^xsd:double;
  dwc:latitude '38.28283'^^xsd:double;
  dwc:startLatitude '38.28283'^^xsd:double;
  dwc:endLatitude '38.28283'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.49983 38.28283, -28.49983 38.28283, -28.49983 38.28283, -28.49983 38.28283, -28.49983 38.28283))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_888'^^xsd:string;
  dwc:observationDate '1995-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_712> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.19833 -61.8275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.19833"^^xsd:decimal ;
  dwc:decimalLongitude "-61.8275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_712'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_712'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.939444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.8275'^^xsd:double;
  dwc:startLongitude '-61.8275'^^xsd:double;
  dwc:endLongitude '-61.8275'^^xsd:double;
  dwc:latitude '12.19833'^^xsd:double;
  dwc:startLatitude '12.19833'^^xsd:double;
  dwc:endLatitude '12.19833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.8275 12.19833, -61.8275 12.19833, -61.8275 12.19833, -61.8275 12.19833, -61.8275 12.19833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_712'^^xsd:string;
  dwc:observationDate '1995-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5237> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.54144 -16.86112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.54144"^^xsd:decimal ;
  dwc:decimalLongitude "-16.86112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5237'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_5237'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9.4108333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.86112'^^xsd:double;
  dwc:startLongitude '-16.86112'^^xsd:double;
  dwc:endLongitude '-16.86112'^^xsd:double;
  dwc:latitude '32.54144'^^xsd:double;
  dwc:startLatitude '32.54144'^^xsd:double;
  dwc:endLatitude '32.54144'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.86112 32.54144, -16.86112 32.54144, -16.86112 32.54144, -16.86112 32.54144, -16.86112 32.54144))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5237'^^xsd:string;
  dwc:observationDate '2008-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_935> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8615 -26.70067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.8615"^^xsd:decimal ;
  dwc:decimalLongitude "-26.70067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_935'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_935'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.913611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.70067'^^xsd:double;
  dwc:startLongitude '-26.70067'^^xsd:double;
  dwc:endLongitude '-26.70067'^^xsd:double;
  dwc:latitude '38.8615'^^xsd:double;
  dwc:startLatitude '38.8615'^^xsd:double;
  dwc:endLatitude '38.8615'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.70067 38.8615, -26.70067 38.8615, -26.70067 38.8615, -26.70067 38.8615, -26.70067 38.8615))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_935'^^xsd:string;
  dwc:observationDate '1995-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_733> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.4325 -61.60283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.4325"^^xsd:decimal ;
  dwc:decimalLongitude "-61.60283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_733'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_733'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '6.22'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.60283'^^xsd:double;
  dwc:startLongitude '-61.60283'^^xsd:double;
  dwc:endLongitude '-61.60283'^^xsd:double;
  dwc:latitude '15.4325'^^xsd:double;
  dwc:startLatitude '15.4325'^^xsd:double;
  dwc:endLatitude '15.4325'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.60283 15.4325, -61.60283 15.4325, -61.60283 15.4325, -61.60283 15.4325, -61.60283 15.4325))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_733'^^xsd:string;
  dwc:observationDate '1995-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5127> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.35885 -28.21469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.35885"^^xsd:decimal ;
  dwc:decimalLongitude "-28.21469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5127'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_5127'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.953888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.21469'^^xsd:double;
  dwc:startLongitude '-28.21469'^^xsd:double;
  dwc:endLongitude '-28.21469'^^xsd:double;
  dwc:latitude '38.35885'^^xsd:double;
  dwc:startLatitude '38.35885'^^xsd:double;
  dwc:endLatitude '38.35885'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.21469 38.35885, -28.21469 38.35885, -28.21469 38.35885, -28.21469 38.35885, -28.21469 38.35885))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5127'^^xsd:string;
  dwc:observationDate '2008-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6073> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.46796 -55.5655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.46796"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6073'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_6073'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14.437777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-55.5655'^^xsd:double;
  dwc:startLongitude '-55.5655'^^xsd:double;
  dwc:endLongitude '-55.5655'^^xsd:double;
  dwc:latitude '35.46796'^^xsd:double;
  dwc:startLatitude '35.46796'^^xsd:double;
  dwc:endLatitude '35.46796'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5655 35.46796, -55.5655 35.46796, -55.5655 35.46796, -55.5655 35.46796, -55.5655 35.46796))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_6073'^^xsd:string;
  dwc:observationDate '2012-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_970> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.6045 -28.28667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.6045"^^xsd:decimal ;
  dwc:decimalLongitude "-28.28667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_970'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1158_970'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '0.93555555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.28667'^^xsd:double;
  dwc:startLongitude '-28.28667'^^xsd:double;
  dwc:endLongitude '-28.28667'^^xsd:double;
  dwc:latitude '38.6045'^^xsd:double;
  dwc:startLatitude '38.6045'^^xsd:double;
  dwc:endLatitude '38.6045'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.28667 38.6045, -28.28667 38.6045, -28.28667 38.6045, -28.28667 38.6045, -28.28667 38.6045))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_970'^^xsd:string;
  dwc:observationDate '1995-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_948> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.83267 -28.19017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.83267"^^xsd:decimal ;
  dwc:decimalLongitude "-28.19017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_948'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_948'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.988888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.19017'^^xsd:double;
  dwc:startLongitude '-28.19017'^^xsd:double;
  dwc:endLongitude '-28.19017'^^xsd:double;
  dwc:latitude '38.83267'^^xsd:double;
  dwc:startLatitude '38.83267'^^xsd:double;
  dwc:endLatitude '38.83267'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.19017 38.83267, -28.19017 38.83267, -28.19017 38.83267, -28.19017 38.83267, -28.19017 38.83267))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_948'^^xsd:string;
  dwc:observationDate '1995-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6055> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.28872 -50.51487)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.28872"^^xsd:decimal ;
  dwc:decimalLongitude "-50.51487"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6055'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_6055'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '19.628611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-50.51487'^^xsd:double;
  dwc:startLongitude '-50.51487'^^xsd:double;
  dwc:endLongitude '-50.51487'^^xsd:double;
  dwc:latitude '37.28872'^^xsd:double;
  dwc:startLatitude '37.28872'^^xsd:double;
  dwc:endLatitude '37.28872'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.51487 37.28872, -50.51487 37.28872, -50.51487 37.28872, -50.51487 37.28872, -50.51487 37.28872))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_6055'^^xsd:string;
  dwc:observationDate '2012-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1049> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.19067 -61.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.19067"^^xsd:decimal ;
  dwc:decimalLongitude "-61.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1049'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_1049'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.113055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.73'^^xsd:double;
  dwc:startLongitude '-61.73'^^xsd:double;
  dwc:endLongitude '-61.73'^^xsd:double;
  dwc:latitude '12.19067'^^xsd:double;
  dwc:startLatitude '12.19067'^^xsd:double;
  dwc:endLatitude '12.19067'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.73 12.19067, -61.73 12.19067, -61.73 12.19067, -61.73 12.19067, -61.73 12.19067))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1049'^^xsd:string;
  dwc:observationDate '1996-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4826> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.96625 -16.41988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.96625"^^xsd:decimal ;
  dwc:decimalLongitude "-16.41988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4826'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_4826'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.9358333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.41988'^^xsd:double;
  dwc:startLongitude '-16.41988'^^xsd:double;
  dwc:endLongitude '-16.41988'^^xsd:double;
  dwc:latitude '27.96625'^^xsd:double;
  dwc:startLatitude '27.96625'^^xsd:double;
  dwc:endLatitude '27.96625'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.41988 27.96625, -16.41988 27.96625, -16.41988 27.96625, -16.41988 27.96625, -16.41988 27.96625))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4826'^^xsd:string;
  dwc:observationDate '2008-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1054> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.05033 -61.79767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.05033"^^xsd:decimal ;
  dwc:decimalLongitude "-61.79767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1054'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_1054'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.117222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.79767'^^xsd:double;
  dwc:startLongitude '-61.79767'^^xsd:double;
  dwc:endLongitude '-61.79767'^^xsd:double;
  dwc:latitude '12.05033'^^xsd:double;
  dwc:startLatitude '12.05033'^^xsd:double;
  dwc:endLatitude '12.05033'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.79767 12.05033, -61.79767 12.05033, -61.79767 12.05033, -61.79767 12.05033, -61.79767 12.05033))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1054'^^xsd:string;
  dwc:observationDate '1996-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5174> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.46673 -25.87148)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.46673"^^xsd:decimal ;
  dwc:decimalLongitude "-25.87148"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5174'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_5174'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17.804444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.87148'^^xsd:double;
  dwc:startLongitude '-25.87148'^^xsd:double;
  dwc:endLongitude '-25.87148'^^xsd:double;
  dwc:latitude '37.46673'^^xsd:double;
  dwc:startLatitude '37.46673'^^xsd:double;
  dwc:endLatitude '37.46673'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.87148 37.46673, -25.87148 37.46673, -25.87148 37.46673, -25.87148 37.46673, -25.87148 37.46673))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5174'^^xsd:string;
  dwc:observationDate '2008-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4833> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.73673 -18.02585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.73673"^^xsd:decimal ;
  dwc:decimalLongitude "-18.02585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4833'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_4833'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.169444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.02585'^^xsd:double;
  dwc:startLongitude '-18.02585'^^xsd:double;
  dwc:endLongitude '-18.02585'^^xsd:double;
  dwc:latitude '28.73673'^^xsd:double;
  dwc:startLatitude '28.73673'^^xsd:double;
  dwc:endLatitude '28.73673'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.02585 28.73673, -18.02585 28.73673, -18.02585 28.73673, -18.02585 28.73673, -18.02585 28.73673))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4833'^^xsd:string;
  dwc:observationDate '2008-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1030> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.23783 -61.4095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.23783"^^xsd:decimal ;
  dwc:decimalLongitude "-61.4095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1030'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_1030'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.045833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.4095'^^xsd:double;
  dwc:startLongitude '-61.4095'^^xsd:double;
  dwc:endLongitude '-61.4095'^^xsd:double;
  dwc:latitude '15.23783'^^xsd:double;
  dwc:startLatitude '15.23783'^^xsd:double;
  dwc:endLatitude '15.23783'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.4095 15.23783, -61.4095 15.23783, -61.4095 15.23783, -61.4095 15.23783, -61.4095 15.23783))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1030'^^xsd:string;
  dwc:observationDate '1996-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_740> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.4595 -61.61433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.4595"^^xsd:decimal ;
  dwc:decimalLongitude "-61.61433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_740'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_740'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '8.0372222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.61433'^^xsd:double;
  dwc:startLongitude '-61.61433'^^xsd:double;
  dwc:endLongitude '-61.61433'^^xsd:double;
  dwc:latitude '15.4595'^^xsd:double;
  dwc:startLatitude '15.4595'^^xsd:double;
  dwc:endLatitude '15.4595'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.61433 15.4595, -61.61433 15.4595, -61.61433 15.4595, -61.61433 15.4595, -61.61433 15.4595))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_740'^^xsd:string;
  dwc:observationDate '1995-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_967> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.36267 -28.35967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.36267"^^xsd:decimal ;
  dwc:decimalLongitude "-28.35967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_967'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_967'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '19.641944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.35967'^^xsd:double;
  dwc:startLongitude '-28.35967'^^xsd:double;
  dwc:endLongitude '-28.35967'^^xsd:double;
  dwc:latitude '38.36267'^^xsd:double;
  dwc:startLatitude '38.36267'^^xsd:double;
  dwc:endLatitude '38.36267'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.35967 38.36267, -28.35967 38.36267, -28.35967 38.36267, -28.35967 38.36267, -28.35967 38.36267))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_967'^^xsd:string;
  dwc:observationDate '1995-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_973> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.33267 -27.29367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.33267"^^xsd:decimal ;
  dwc:decimalLongitude "-27.29367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_973'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1158_973'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '11.989166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.29367'^^xsd:double;
  dwc:startLongitude '-27.29367'^^xsd:double;
  dwc:endLongitude '-27.29367'^^xsd:double;
  dwc:latitude '38.33267'^^xsd:double;
  dwc:startLatitude '38.33267'^^xsd:double;
  dwc:endLatitude '38.33267'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.29367 38.33267, -27.29367 38.33267, -27.29367 38.33267, -27.29367 38.33267, -27.29367 38.33267))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_973'^^xsd:string;
  dwc:observationDate '1995-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_819> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.70133 -29.1225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.70133"^^xsd:decimal ;
  dwc:decimalLongitude "-29.1225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_819'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_819'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.130277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.1225'^^xsd:double;
  dwc:startLongitude '-29.1225'^^xsd:double;
  dwc:endLongitude '-29.1225'^^xsd:double;
  dwc:latitude '38.70133'^^xsd:double;
  dwc:startLatitude '38.70133'^^xsd:double;
  dwc:endLatitude '38.70133'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.1225 38.70133, -29.1225 38.70133, -29.1225 38.70133, -29.1225 38.70133, -29.1225 38.70133))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_819'^^xsd:string;
  dwc:observationDate '1995-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_728> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.2195 -61.3935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.2195"^^xsd:decimal ;
  dwc:decimalLongitude "-61.3935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_728'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_728'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '15.234722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.3935'^^xsd:double;
  dwc:startLongitude '-61.3935'^^xsd:double;
  dwc:endLongitude '-61.3935'^^xsd:double;
  dwc:latitude '15.2195'^^xsd:double;
  dwc:startLatitude '15.2195'^^xsd:double;
  dwc:endLatitude '15.2195'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.3935 15.2195, -61.3935 15.2195, -61.3935 15.2195, -61.3935 15.2195, -61.3935 15.2195))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_728'^^xsd:string;
  dwc:observationDate '1995-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_912> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8485 -28.81867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.8485"^^xsd:decimal ;
  dwc:decimalLongitude "-28.81867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_912'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_912'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.643888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.81867'^^xsd:double;
  dwc:startLongitude '-28.81867'^^xsd:double;
  dwc:endLongitude '-28.81867'^^xsd:double;
  dwc:latitude '38.8485'^^xsd:double;
  dwc:startLatitude '38.8485'^^xsd:double;
  dwc:endLatitude '38.8485'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.81867 38.8485, -28.81867 38.8485, -28.81867 38.8485, -28.81867 38.8485, -28.81867 38.8485))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_912'^^xsd:string;
  dwc:observationDate '1995-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5053> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.31768 -28.3009)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.31768"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3009"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5053'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_5053'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.4608333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.3009'^^xsd:double;
  dwc:startLongitude '-28.3009'^^xsd:double;
  dwc:endLongitude '-28.3009'^^xsd:double;
  dwc:latitude '38.31768'^^xsd:double;
  dwc:startLatitude '38.31768'^^xsd:double;
  dwc:endLatitude '38.31768'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.3009 38.31768, -28.3009 38.31768, -28.3009 38.31768, -28.3009 38.31768, -28.3009 38.31768))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5053'^^xsd:string;
  dwc:observationDate '2008-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4761> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.64067 -18.06515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.64067"^^xsd:decimal ;
  dwc:decimalLongitude "-18.06515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4761'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_4761'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14.842777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.06515'^^xsd:double;
  dwc:startLongitude '-18.06515'^^xsd:double;
  dwc:endLongitude '-18.06515'^^xsd:double;
  dwc:latitude '27.64067'^^xsd:double;
  dwc:startLatitude '27.64067'^^xsd:double;
  dwc:endLatitude '27.64067'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.06515 27.64067, -18.06515 27.64067, -18.06515 27.64067, -18.06515 27.64067, -18.06515 27.64067))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4761'^^xsd:string;
  dwc:observationDate '2008-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_662> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.354 -61.482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.354"^^xsd:decimal ;
  dwc:decimalLongitude "-61.482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_662'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_662'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12.871944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.482'^^xsd:double;
  dwc:startLongitude '-61.482'^^xsd:double;
  dwc:endLongitude '-61.482'^^xsd:double;
  dwc:latitude '15.354'^^xsd:double;
  dwc:startLatitude '15.354'^^xsd:double;
  dwc:endLatitude '15.354'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.482 15.354, -61.482 15.354, -61.482 15.354, -61.482 15.354, -61.482 15.354))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_662'^^xsd:string;
  dwc:observationDate '1995-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5309> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.61092 -16.98543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.61092"^^xsd:decimal ;
  dwc:decimalLongitude "-16.98543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5309'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_5309'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.7836111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.98543'^^xsd:double;
  dwc:startLongitude '-16.98543'^^xsd:double;
  dwc:endLongitude '-16.98543'^^xsd:double;
  dwc:latitude '32.61092'^^xsd:double;
  dwc:startLatitude '32.61092'^^xsd:double;
  dwc:endLatitude '32.61092'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.98543 32.61092, -16.98543 32.61092, -16.98543 32.61092, -16.98543 32.61092, -16.98543 32.61092))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5309'^^xsd:string;
  dwc:observationDate '2008-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4778> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.63997 -18.06342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.63997"^^xsd:decimal ;
  dwc:decimalLongitude "-18.06342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4778'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_4778'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.539166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.06342'^^xsd:double;
  dwc:startLongitude '-18.06342'^^xsd:double;
  dwc:endLongitude '-18.06342'^^xsd:double;
  dwc:latitude '27.63997'^^xsd:double;
  dwc:startLatitude '27.63997'^^xsd:double;
  dwc:endLatitude '27.63997'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.06342 27.63997, -18.06342 27.63997, -18.06342 27.63997, -18.06342 27.63997, -18.06342 27.63997))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4778'^^xsd:string;
  dwc:observationDate '2008-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_860> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.17183 -27.99367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.17183"^^xsd:decimal ;
  dwc:decimalLongitude "-27.99367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_860'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_860'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '7.8066666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.99367'^^xsd:double;
  dwc:startLongitude '-27.99367'^^xsd:double;
  dwc:endLongitude '-27.99367'^^xsd:double;
  dwc:latitude '38.17183'^^xsd:double;
  dwc:startLatitude '38.17183'^^xsd:double;
  dwc:endLatitude '38.17183'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.99367 38.17183, -27.99367 38.17183, -27.99367 38.17183, -27.99367 38.17183, -27.99367 38.17183))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_860'^^xsd:string;
  dwc:observationDate '1995-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_907> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.91717 -28.802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.91717"^^xsd:decimal ;
  dwc:decimalLongitude "-28.802"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_907'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_907'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '8.49'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.802'^^xsd:double;
  dwc:startLongitude '-28.802'^^xsd:double;
  dwc:endLongitude '-28.802'^^xsd:double;
  dwc:latitude '38.91717'^^xsd:double;
  dwc:startLatitude '38.91717'^^xsd:double;
  dwc:endLatitude '38.91717'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.802 38.91717, -28.802 38.91717, -28.802 38.91717, -28.802 38.91717, -28.802 38.91717))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_907'^^xsd:string;
  dwc:observationDate '1995-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_680> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.284 -61.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.284"^^xsd:decimal ;
  dwc:decimalLongitude "-61.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_680'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_680'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.1927777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.41'^^xsd:double;
  dwc:startLongitude '-61.41'^^xsd:double;
  dwc:endLongitude '-61.41'^^xsd:double;
  dwc:latitude '15.284'^^xsd:double;
  dwc:startLatitude '15.284'^^xsd:double;
  dwc:endLatitude '15.284'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.41 15.284, -61.41 15.284, -61.41 15.284, -61.41 15.284, -61.41 15.284))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_680'^^xsd:string;
  dwc:observationDate '1995-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_737> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.4705 -61.58317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.4705"^^xsd:decimal ;
  dwc:decimalLongitude "-61.58317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_737'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_737'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.4816666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.58317'^^xsd:double;
  dwc:startLongitude '-61.58317'^^xsd:double;
  dwc:endLongitude '-61.58317'^^xsd:double;
  dwc:latitude '15.4705'^^xsd:double;
  dwc:startLatitude '15.4705'^^xsd:double;
  dwc:endLatitude '15.4705'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.58317 15.4705, -61.58317 15.4705, -61.58317 15.4705, -61.58317 15.4705, -61.58317 15.4705))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_737'^^xsd:string;
  dwc:observationDate '1995-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5332> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5733 -16.89567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5733"^^xsd:decimal ;
  dwc:decimalLongitude "-16.89567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5332'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_5332'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '13.356666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.89567'^^xsd:double;
  dwc:startLongitude '-16.89567'^^xsd:double;
  dwc:endLongitude '-16.89567'^^xsd:double;
  dwc:latitude '32.5733'^^xsd:double;
  dwc:startLatitude '32.5733'^^xsd:double;
  dwc:endLatitude '32.5733'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.89567 32.5733, -16.89567 32.5733, -16.89567 32.5733, -16.89567 32.5733, -16.89567 32.5733))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5332'^^xsd:string;
  dwc:observationDate '2008-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5173> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.55815 -25.92308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.55815"^^xsd:decimal ;
  dwc:decimalLongitude "-25.92308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5173'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_5173'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.998611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.92308'^^xsd:double;
  dwc:startLongitude '-25.92308'^^xsd:double;
  dwc:endLongitude '-25.92308'^^xsd:double;
  dwc:latitude '37.55815'^^xsd:double;
  dwc:startLatitude '37.55815'^^xsd:double;
  dwc:endLatitude '37.55815'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.92308 37.55815, -25.92308 37.55815, -25.92308 37.55815, -25.92308 37.55815, -25.92308 37.55815))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5173'^^xsd:string;
  dwc:observationDate '2008-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_965> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.337 -28.29133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.337"^^xsd:decimal ;
  dwc:decimalLongitude "-28.29133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_965'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_965'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '18.960555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.29133'^^xsd:double;
  dwc:startLongitude '-28.29133'^^xsd:double;
  dwc:endLongitude '-28.29133'^^xsd:double;
  dwc:latitude '38.337'^^xsd:double;
  dwc:startLatitude '38.337'^^xsd:double;
  dwc:endLatitude '38.337'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.29133 38.337, -28.29133 38.337, -28.29133 38.337, -28.29133 38.337, -28.29133 38.337))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_965'^^xsd:string;
  dwc:observationDate '1995-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4774> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.64753 -18.06898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.64753"^^xsd:decimal ;
  dwc:decimalLongitude "-18.06898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4774'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_4774'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '8.0736111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.06898'^^xsd:double;
  dwc:startLongitude '-18.06898'^^xsd:double;
  dwc:endLongitude '-18.06898'^^xsd:double;
  dwc:latitude '27.64753'^^xsd:double;
  dwc:startLatitude '27.64753'^^xsd:double;
  dwc:endLatitude '27.64753'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.06898 27.64753, -18.06898 27.64753, -18.06898 27.64753, -18.06898 27.64753, -18.06898 27.64753))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4774'^^xsd:string;
  dwc:observationDate '2008-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_842> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.41683 -28.50667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.41683"^^xsd:decimal ;
  dwc:decimalLongitude "-28.50667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_842'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_842'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.79'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.50667'^^xsd:double;
  dwc:startLongitude '-28.50667'^^xsd:double;
  dwc:endLongitude '-28.50667'^^xsd:double;
  dwc:latitude '38.41683'^^xsd:double;
  dwc:startLatitude '38.41683'^^xsd:double;
  dwc:endLatitude '38.41683'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.50667 38.41683, -28.50667 38.41683, -28.50667 38.41683, -28.50667 38.41683, -28.50667 38.41683))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_842'^^xsd:string;
  dwc:observationDate '1995-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5391> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.6744 -18.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.6744"^^xsd:decimal ;
  dwc:decimalLongitude "-18.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5391'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_5391'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '14.662777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.1'^^xsd:double;
  dwc:startLongitude '-18.1'^^xsd:double;
  dwc:endLongitude '-18.1'^^xsd:double;
  dwc:latitude '27.6744'^^xsd:double;
  dwc:startLatitude '27.6744'^^xsd:double;
  dwc:endLatitude '27.6744'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.1 27.6744, -18.1 27.6744, -18.1 27.6744, -18.1 27.6744, -18.1 27.6744))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5391'^^xsd:string;
  dwc:observationDate '2008-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1511> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.667 -61.232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.667"^^xsd:decimal ;
  dwc:decimalLongitude "-61.232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1511'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_1511'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.4391666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.232'^^xsd:double;
  dwc:startLongitude '-61.232'^^xsd:double;
  dwc:endLongitude '-61.232'^^xsd:double;
  dwc:latitude '14.667'^^xsd:double;
  dwc:startLatitude '14.667'^^xsd:double;
  dwc:endLatitude '14.667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.232 14.667, -61.232 14.667, -61.232 14.667, -61.232 14.667, -61.232 14.667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1511'^^xsd:string;
  dwc:observationDate '1998-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4789> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.64762 -18.0658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.64762"^^xsd:decimal ;
  dwc:decimalLongitude "-18.0658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4789'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_4789'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '15.623611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.0658'^^xsd:double;
  dwc:startLongitude '-18.0658'^^xsd:double;
  dwc:endLongitude '-18.0658'^^xsd:double;
  dwc:latitude '27.64762'^^xsd:double;
  dwc:startLatitude '27.64762'^^xsd:double;
  dwc:endLatitude '27.64762'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.0658 27.64762, -18.0658 27.64762, -18.0658 27.64762, -18.0658 27.64762, -18.0658 27.64762))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4789'^^xsd:string;
  dwc:observationDate '2008-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_871> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0675 -27.61417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0675"^^xsd:decimal ;
  dwc:decimalLongitude "-27.61417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_871'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_871'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '20.274722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.61417'^^xsd:double;
  dwc:startLongitude '-27.61417'^^xsd:double;
  dwc:endLongitude '-27.61417'^^xsd:double;
  dwc:latitude '38.0675'^^xsd:double;
  dwc:startLatitude '38.0675'^^xsd:double;
  dwc:endLatitude '38.0675'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.61417 38.0675, -27.61417 38.0675, -27.61417 38.0675, -27.61417 38.0675, -27.61417 38.0675))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_871'^^xsd:string;
  dwc:observationDate '1995-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_953> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.604 -28.94533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.604"^^xsd:decimal ;
  dwc:decimalLongitude "-28.94533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_953'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_953'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.5905555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.94533'^^xsd:double;
  dwc:startLongitude '-28.94533'^^xsd:double;
  dwc:endLongitude '-28.94533'^^xsd:double;
  dwc:latitude '38.604'^^xsd:double;
  dwc:startLatitude '38.604'^^xsd:double;
  dwc:endLatitude '38.604'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.94533 38.604, -28.94533 38.604, -28.94533 38.604, -28.94533 38.604, -28.94533 38.604))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_953'^^xsd:string;
  dwc:observationDate '1995-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_954> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.51083 -28.91317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.51083"^^xsd:decimal ;
  dwc:decimalLongitude "-28.91317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_954'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_954'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.6916666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.91317'^^xsd:double;
  dwc:startLongitude '-28.91317'^^xsd:double;
  dwc:endLongitude '-28.91317'^^xsd:double;
  dwc:latitude '38.51083'^^xsd:double;
  dwc:startLatitude '38.51083'^^xsd:double;
  dwc:endLatitude '38.51083'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.91317 38.51083, -28.91317 38.51083, -28.91317 38.51083, -28.91317 38.51083, -28.91317 38.51083))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_954'^^xsd:string;
  dwc:observationDate '1995-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5278> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.62003 -16.84063)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.62003"^^xsd:decimal ;
  dwc:decimalLongitude "-16.84063"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5278'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_5278'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.391944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.84063'^^xsd:double;
  dwc:startLongitude '-16.84063'^^xsd:double;
  dwc:endLongitude '-16.84063'^^xsd:double;
  dwc:latitude '32.62003'^^xsd:double;
  dwc:startLatitude '32.62003'^^xsd:double;
  dwc:endLatitude '32.62003'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.84063 32.62003, -16.84063 32.62003, -16.84063 32.62003, -16.84063 32.62003, -16.84063 32.62003))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5278'^^xsd:string;
  dwc:observationDate '2008-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1689> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.04988 -61.84014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.04988"^^xsd:decimal ;
  dwc:decimalLongitude "-61.84014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1689'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_1689'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '20.785833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.84014'^^xsd:double;
  dwc:startLongitude '-61.84014'^^xsd:double;
  dwc:endLongitude '-61.84014'^^xsd:double;
  dwc:latitude '16.04988'^^xsd:double;
  dwc:startLatitude '16.04988'^^xsd:double;
  dwc:endLatitude '16.04988'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.84014 16.04988, -61.84014 16.04988, -61.84014 16.04988, -61.84014 16.04988, -61.84014 16.04988))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1689'^^xsd:string;
  dwc:observationDate '2000-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5202> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.5289 -14.69852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.5289"^^xsd:decimal ;
  dwc:decimalLongitude "-14.69852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5202'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_5202'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.895555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-14.69852'^^xsd:double;
  dwc:startLongitude '-14.69852'^^xsd:double;
  dwc:endLongitude '-14.69852'^^xsd:double;
  dwc:latitude '33.5289'^^xsd:double;
  dwc:startLatitude '33.5289'^^xsd:double;
  dwc:endLatitude '33.5289'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-14.69852 33.5289, -14.69852 33.5289, -14.69852 33.5289, -14.69852 33.5289, -14.69852 33.5289))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5202'^^xsd:string;
  dwc:observationDate '2008-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5219> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.86937 -16.40777)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.86937"^^xsd:decimal ;
  dwc:decimalLongitude "-16.40777"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5219'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_5219'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '7.9983333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.40777'^^xsd:double;
  dwc:startLongitude '-16.40777'^^xsd:double;
  dwc:endLongitude '-16.40777'^^xsd:double;
  dwc:latitude '32.86937'^^xsd:double;
  dwc:startLatitude '32.86937'^^xsd:double;
  dwc:endLatitude '32.86937'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.40777 32.86937, -16.40777 32.86937, -16.40777 32.86937, -16.40777 32.86937, -16.40777 32.86937))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5219'^^xsd:string;
  dwc:observationDate '2008-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4908> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22443 -28.21408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22443"^^xsd:decimal ;
  dwc:decimalLongitude "-28.21408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4908'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_4908'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.693888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.21408'^^xsd:double;
  dwc:startLongitude '-28.21408'^^xsd:double;
  dwc:endLongitude '-28.21408'^^xsd:double;
  dwc:latitude '38.22443'^^xsd:double;
  dwc:startLatitude '38.22443'^^xsd:double;
  dwc:endLatitude '38.22443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.21408 38.22443, -28.21408 38.22443, -28.21408 38.22443, -28.21408 38.22443, -28.21408 38.22443))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4908'^^xsd:string;
  dwc:observationDate '2008-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4828> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.63315 -16.30703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.63315"^^xsd:decimal ;
  dwc:decimalLongitude "-16.30703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4828'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_4828'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.4341666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.30703'^^xsd:double;
  dwc:startLongitude '-16.30703'^^xsd:double;
  dwc:endLongitude '-16.30703'^^xsd:double;
  dwc:latitude '28.63315'^^xsd:double;
  dwc:startLatitude '28.63315'^^xsd:double;
  dwc:endLatitude '28.63315'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.30703 28.63315, -16.30703 28.63315, -16.30703 28.63315, -16.30703 28.63315, -16.30703 28.63315))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4828'^^xsd:string;
  dwc:observationDate '2008-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1008> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.29133 -61.45267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.29133"^^xsd:decimal ;
  dwc:decimalLongitude "-61.45267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1008'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_1008'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.970833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.45267'^^xsd:double;
  dwc:startLongitude '-61.45267'^^xsd:double;
  dwc:endLongitude '-61.45267'^^xsd:double;
  dwc:latitude '15.29133'^^xsd:double;
  dwc:startLatitude '15.29133'^^xsd:double;
  dwc:endLatitude '15.29133'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.45267 15.29133, -61.45267 15.29133, -61.45267 15.29133, -61.45267 15.29133, -61.45267 15.29133))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1008'^^xsd:string;
  dwc:observationDate '1996-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5170> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.83893 -26.11183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.83893"^^xsd:decimal ;
  dwc:decimalLongitude "-26.11183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5170'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_5170'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.203611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.11183'^^xsd:double;
  dwc:startLongitude '-26.11183'^^xsd:double;
  dwc:endLongitude '-26.11183'^^xsd:double;
  dwc:latitude '37.83893'^^xsd:double;
  dwc:startLatitude '37.83893'^^xsd:double;
  dwc:endLatitude '37.83893'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.11183 37.83893, -26.11183 37.83893, -26.11183 37.83893, -26.11183 37.83893, -26.11183 37.83893))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5170'^^xsd:string;
  dwc:observationDate '2008-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4770> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.65608 -18.05028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.65608"^^xsd:decimal ;
  dwc:decimalLongitude "-18.05028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4770'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_4770'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '6.3902777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.05028'^^xsd:double;
  dwc:startLongitude '-18.05028'^^xsd:double;
  dwc:endLongitude '-18.05028'^^xsd:double;
  dwc:latitude '27.65608'^^xsd:double;
  dwc:startLatitude '27.65608'^^xsd:double;
  dwc:endLatitude '27.65608'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.05028 27.65608, -18.05028 27.65608, -18.05028 27.65608, -18.05028 27.65608, -18.05028 27.65608))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4770'^^xsd:string;
  dwc:observationDate '2008-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_983> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.24417 -27.845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.24417"^^xsd:decimal ;
  dwc:decimalLongitude "-27.845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_983'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_983'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '2.5455555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.845'^^xsd:double;
  dwc:startLongitude '-27.845'^^xsd:double;
  dwc:endLongitude '-27.845'^^xsd:double;
  dwc:latitude '38.24417'^^xsd:double;
  dwc:startLatitude '38.24417'^^xsd:double;
  dwc:endLatitude '38.24417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.845 38.24417, -27.845 38.24417, -27.845 38.24417, -27.845 38.24417, -27.845 38.24417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_983'^^xsd:string;
  dwc:observationDate '1995-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3966> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41965 -61.76608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41965"^^xsd:decimal ;
  dwc:decimalLongitude "-61.76608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3966'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_3966'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '20.187777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.76608'^^xsd:double;
  dwc:startLongitude '-61.76608'^^xsd:double;
  dwc:endLongitude '-61.76608'^^xsd:double;
  dwc:latitude '42.41965'^^xsd:double;
  dwc:startLatitude '42.41965'^^xsd:double;
  dwc:endLatitude '42.41965'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.76608 42.41965, -61.76608 42.41965, -61.76608 42.41965, -61.76608 42.41965, -61.76608 42.41965))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_3966'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_949> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.83216 -28.243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.83216"^^xsd:decimal ;
  dwc:decimalLongitude "-28.243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_949'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_949'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.420833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.243'^^xsd:double;
  dwc:startLongitude '-28.243'^^xsd:double;
  dwc:endLongitude '-28.243'^^xsd:double;
  dwc:latitude '38.83216'^^xsd:double;
  dwc:startLatitude '38.83216'^^xsd:double;
  dwc:endLatitude '38.83216'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.243 38.83216, -28.243 38.83216, -28.243 38.83216, -28.243 38.83216, -28.243 38.83216))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_949'^^xsd:string;
  dwc:observationDate '1995-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5924> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.95693 -28.69425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.95693"^^xsd:decimal ;
  dwc:decimalLongitude "-28.69425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5924'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_5924'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.418055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.69425'^^xsd:double;
  dwc:startLongitude '-28.69425'^^xsd:double;
  dwc:endLongitude '-28.69425'^^xsd:double;
  dwc:latitude '37.95693'^^xsd:double;
  dwc:startLatitude '37.95693'^^xsd:double;
  dwc:endLatitude '37.95693'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.69425 37.95693, -28.69425 37.95693, -28.69425 37.95693, -28.69425 37.95693, -28.69425 37.95693))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5924'^^xsd:string;
  dwc:observationDate '2012-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3977> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.38655 -52.7935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.38655"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3977'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_3977'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.8425'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-52.7935'^^xsd:double;
  dwc:startLongitude '-52.7935'^^xsd:double;
  dwc:endLongitude '-52.7935'^^xsd:double;
  dwc:latitude '42.38655'^^xsd:double;
  dwc:startLatitude '42.38655'^^xsd:double;
  dwc:endLatitude '42.38655'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7935 42.38655, -52.7935 42.38655, -52.7935 42.38655, -52.7935 42.38655, -52.7935 42.38655))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_3977'^^xsd:string;
  dwc:observationDate '2006-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_747> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.65267 -29.00633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.65267"^^xsd:decimal ;
  dwc:decimalLongitude "-29.00633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_747'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_747'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.753611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.00633'^^xsd:double;
  dwc:startLongitude '-29.00633'^^xsd:double;
  dwc:endLongitude '-29.00633'^^xsd:double;
  dwc:latitude '38.65267'^^xsd:double;
  dwc:startLatitude '38.65267'^^xsd:double;
  dwc:endLatitude '38.65267'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.00633 38.65267, -29.00633 38.65267, -29.00633 38.65267, -29.00633 38.65267, -29.00633 38.65267))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_747'^^xsd:string;
  dwc:observationDate '1995-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_729> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.3 -61.55167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.3"^^xsd:decimal ;
  dwc:decimalLongitude "-61.55167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_729'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_729'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.398611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.55167'^^xsd:double;
  dwc:startLongitude '-61.55167'^^xsd:double;
  dwc:endLongitude '-61.55167'^^xsd:double;
  dwc:latitude '15.3'^^xsd:double;
  dwc:startLatitude '15.3'^^xsd:double;
  dwc:endLatitude '15.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.55167 15.3, -61.55167 15.3, -61.55167 15.3, -61.55167 15.3, -61.55167 15.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_729'^^xsd:string;
  dwc:observationDate '1995-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3120> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.8819 -24.5835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.8819"^^xsd:decimal ;
  dwc:decimalLongitude "-24.5835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3120'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_3120'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '19.219722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.5835'^^xsd:double;
  dwc:startLongitude '-24.5835'^^xsd:double;
  dwc:endLongitude '-24.5835'^^xsd:double;
  dwc:latitude '66.8819'^^xsd:double;
  dwc:startLatitude '66.8819'^^xsd:double;
  dwc:endLatitude '66.8819'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.5835 66.8819, -24.5835 66.8819, -24.5835 66.8819, -24.5835 66.8819, -24.5835 66.8819))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_3120'^^xsd:string;
  dwc:observationDate '2004-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1057> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.24717 -61.70333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.24717"^^xsd:decimal ;
  dwc:decimalLongitude "-61.70333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1057'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_1057'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '6.7230555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.70333'^^xsd:double;
  dwc:startLongitude '-61.70333'^^xsd:double;
  dwc:endLongitude '-61.70333'^^xsd:double;
  dwc:latitude '12.24717'^^xsd:double;
  dwc:startLatitude '12.24717'^^xsd:double;
  dwc:endLatitude '12.24717'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.70333 12.24717, -61.70333 12.24717, -61.70333 12.24717, -61.70333 12.24717, -61.70333 12.24717))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_1057'^^xsd:string;
  dwc:observationDate '1996-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6743> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.39612 25.00809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.39612"^^xsd:decimal ;
  dwc:decimalLongitude "25.00809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6743'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_6743'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.912222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '25.00809'^^xsd:double;
  dwc:startLongitude '25.00809'^^xsd:double;
  dwc:endLongitude '25.00809'^^xsd:double;
  dwc:latitude '40.39612'^^xsd:double;
  dwc:startLatitude '40.39612'^^xsd:double;
  dwc:endLatitude '40.39612'^^xsd:double;
  dwc:boundingBox 'POLYGON ((25.00809 40.39612, 25.00809 40.39612, 25.00809 40.39612, 25.00809 40.39612, 25.00809 40.39612))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_6743'^^xsd:string;
  dwc:observationDate '2013-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5869> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.92413 -26.38793)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.92413"^^xsd:decimal ;
  dwc:decimalLongitude "-26.38793"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5869'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_5869'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '0.061111111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.38793'^^xsd:double;
  dwc:startLongitude '-26.38793'^^xsd:double;
  dwc:endLongitude '-26.38793'^^xsd:double;
  dwc:latitude '37.92413'^^xsd:double;
  dwc:startLatitude '37.92413'^^xsd:double;
  dwc:endLatitude '37.92413'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.38793 37.92413, -26.38793 37.92413, -26.38793 37.92413, -26.38793 37.92413, -26.38793 37.92413))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5869'^^xsd:string;
  dwc:observationDate '2012-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5051> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.30283 -28.32372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.30283"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5051'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_5051'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.073333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.32372'^^xsd:double;
  dwc:startLongitude '-28.32372'^^xsd:double;
  dwc:endLongitude '-28.32372'^^xsd:double;
  dwc:latitude '38.30283'^^xsd:double;
  dwc:startLatitude '38.30283'^^xsd:double;
  dwc:endLatitude '38.30283'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.32372 38.30283, -28.32372 38.30283, -28.32372 38.30283, -28.32372 38.30283, -28.32372 38.30283))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5051'^^xsd:string;
  dwc:observationDate '2008-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_811> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.04233 -27.50383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.04233"^^xsd:decimal ;
  dwc:decimalLongitude "-27.50383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_811'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_811'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.560277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.50383'^^xsd:double;
  dwc:startLongitude '-27.50383'^^xsd:double;
  dwc:endLongitude '-27.50383'^^xsd:double;
  dwc:latitude '38.04233'^^xsd:double;
  dwc:startLatitude '38.04233'^^xsd:double;
  dwc:endLatitude '38.04233'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.50383 38.04233, -27.50383 38.04233, -27.50383 38.04233, -27.50383 38.04233, -27.50383 38.04233))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_811'^^xsd:string;
  dwc:observationDate '1995-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5551> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.08327 -7.92518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.08327"^^xsd:decimal ;
  dwc:decimalLongitude "-7.92518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5551'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_5551'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.44'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-7.92518'^^xsd:double;
  dwc:startLongitude '-7.92518'^^xsd:double;
  dwc:endLongitude '-7.92518'^^xsd:double;
  dwc:latitude '58.08327'^^xsd:double;
  dwc:startLatitude '58.08327'^^xsd:double;
  dwc:endLatitude '58.08327'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.92518 58.08327, -7.92518 58.08327, -7.92518 58.08327, -7.92518 58.08327, -7.92518 58.08327))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5551'^^xsd:string;
  dwc:observationDate '2010-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3781> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17557 -66.50594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.17557"^^xsd:decimal ;
  dwc:decimalLongitude "-66.50594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3781'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_3781'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '1.8763888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.50594'^^xsd:double;
  dwc:startLongitude '-66.50594'^^xsd:double;
  dwc:endLongitude '-66.50594'^^xsd:double;
  dwc:latitude '44.17557'^^xsd:double;
  dwc:startLatitude '44.17557'^^xsd:double;
  dwc:endLatitude '44.17557'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.50594 44.17557, -66.50594 44.17557, -66.50594 44.17557, -66.50594 44.17557, -66.50594 44.17557))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_3781'^^xsd:string;
  dwc:observationDate '2005-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5742> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.29965 -28.28938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.29965"^^xsd:decimal ;
  dwc:decimalLongitude "-28.28938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5742'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_5742'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '19.854444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.28938'^^xsd:double;
  dwc:startLongitude '-28.28938'^^xsd:double;
  dwc:endLongitude '-28.28938'^^xsd:double;
  dwc:latitude '38.29965'^^xsd:double;
  dwc:startLatitude '38.29965'^^xsd:double;
  dwc:endLatitude '38.29965'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.28938 38.29965, -28.28938 38.29965, -28.28938 38.29965, -28.28938 38.29965, -28.28938 38.29965))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5742'^^xsd:string;
  dwc:observationDate '2012-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5314> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.60538 -16.77257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.60538"^^xsd:decimal ;
  dwc:decimalLongitude "-16.77257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5314'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_5314'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.451666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.77257'^^xsd:double;
  dwc:startLongitude '-16.77257'^^xsd:double;
  dwc:endLongitude '-16.77257'^^xsd:double;
  dwc:latitude '32.60538'^^xsd:double;
  dwc:startLatitude '32.60538'^^xsd:double;
  dwc:endLatitude '32.60538'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.77257 32.60538, -16.77257 32.60538, -16.77257 32.60538, -16.77257 32.60538, -16.77257 32.60538))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5314'^^xsd:string;
  dwc:observationDate '2008-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6083> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.44838 -64.4941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.44838"^^xsd:decimal ;
  dwc:decimalLongitude "-64.4941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6083'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_6083'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.288888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-64.4941'^^xsd:double;
  dwc:startLongitude '-64.4941'^^xsd:double;
  dwc:endLongitude '-64.4941'^^xsd:double;
  dwc:latitude '32.44838'^^xsd:double;
  dwc:startLatitude '32.44838'^^xsd:double;
  dwc:endLatitude '32.44838'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.4941 32.44838, -64.4941 32.44838, -64.4941 32.44838, -64.4941 32.44838, -64.4941 32.44838))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_6083'^^xsd:string;
  dwc:observationDate '2012-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3763> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.047 -65.53732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.047"^^xsd:decimal ;
  dwc:decimalLongitude "-65.53732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3763'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_3763'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '22.618888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.53732'^^xsd:double;
  dwc:startLongitude '-65.53732'^^xsd:double;
  dwc:endLongitude '-65.53732'^^xsd:double;
  dwc:latitude '43.047'^^xsd:double;
  dwc:startLatitude '43.047'^^xsd:double;
  dwc:endLatitude '43.047'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.53732 43.047, -65.53732 43.047, -65.53732 43.047, -65.53732 43.047, -65.53732 43.047))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_3763'^^xsd:string;
  dwc:observationDate '2005-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4368> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.43265 -20.16412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.43265"^^xsd:decimal ;
  dwc:decimalLongitude "-20.16412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4368'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_4368'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.693055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-20.16412'^^xsd:double;
  dwc:startLongitude '-20.16412'^^xsd:double;
  dwc:endLongitude '-20.16412'^^xsd:double;
  dwc:latitude '66.43265'^^xsd:double;
  dwc:startLatitude '66.43265'^^xsd:double;
  dwc:endLatitude '66.43265'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-20.16412 66.43265, -20.16412 66.43265, -20.16412 66.43265, -20.16412 66.43265, -20.16412 66.43265))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_4368'^^xsd:string;
  dwc:observationDate '2006-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4956> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.31163 -28.22292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.31163"^^xsd:decimal ;
  dwc:decimalLongitude "-28.22292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4956'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_4956'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '17.384166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.22292'^^xsd:double;
  dwc:startLongitude '-28.22292'^^xsd:double;
  dwc:endLongitude '-28.22292'^^xsd:double;
  dwc:latitude '38.31163'^^xsd:double;
  dwc:startLatitude '38.31163'^^xsd:double;
  dwc:endLatitude '38.31163'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.22292 38.31163, -28.22292 38.31163, -28.22292 38.31163, -28.22292 38.31163, -28.22292 38.31163))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_4956'^^xsd:string;
  dwc:observationDate '2008-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2877> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.2458 -25.9202)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.2458"^^xsd:decimal ;
  dwc:decimalLongitude "-25.9202"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2877'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_2877'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.069444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.9202'^^xsd:double;
  dwc:startLongitude '-25.9202'^^xsd:double;
  dwc:endLongitude '-25.9202'^^xsd:double;
  dwc:latitude '66.2458'^^xsd:double;
  dwc:startLatitude '66.2458'^^xsd:double;
  dwc:endLatitude '66.2458'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.9202 66.2458, -25.9202 66.2458, -25.9202 66.2458, -25.9202 66.2458, -25.9202 66.2458))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_2877'^^xsd:string;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_541> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.34067 7.9165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.34067"^^xsd:decimal ;
  dwc:decimalLongitude "7.9165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_541'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_541'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.370833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.9165'^^xsd:double;
  dwc:startLongitude '7.9165'^^xsd:double;
  dwc:endLongitude '7.9165'^^xsd:double;
  dwc:latitude '43.34067'^^xsd:double;
  dwc:startLatitude '43.34067'^^xsd:double;
  dwc:endLatitude '43.34067'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.9165 43.34067, 7.9165 43.34067, 7.9165 43.34067, 7.9165 43.34067, 7.9165 43.34067))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_541'^^xsd:string;
  dwc:observationDate '1994-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4919> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.31462 -28.18601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.31462"^^xsd:decimal ;
  dwc:decimalLongitude "-28.18601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4919'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_4919'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.5169444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.18601'^^xsd:double;
  dwc:startLongitude '-28.18601'^^xsd:double;
  dwc:endLongitude '-28.18601'^^xsd:double;
  dwc:latitude '38.31462'^^xsd:double;
  dwc:startLatitude '38.31462'^^xsd:double;
  dwc:endLatitude '38.31462'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.18601 38.31462, -28.18601 38.31462, -28.18601 38.31462, -28.18601 38.31462, -28.18601 38.31462))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_4919'^^xsd:string;
  dwc:observationDate '2008-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2643> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.98693 -5.2582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.98693"^^xsd:decimal ;
  dwc:decimalLongitude "-5.2582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2643'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_2643'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.689722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.2582'^^xsd:double;
  dwc:startLongitude '-5.2582'^^xsd:double;
  dwc:endLongitude '-5.2582'^^xsd:double;
  dwc:latitude '35.98693'^^xsd:double;
  dwc:startLatitude '35.98693'^^xsd:double;
  dwc:endLatitude '35.98693'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.2582 35.98693, -5.2582 35.98693, -5.2582 35.98693, -5.2582 35.98693, -5.2582 35.98693))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_2643'^^xsd:string;
  dwc:observationDate '2003-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3076> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.45951 -19.31293)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.45951"^^xsd:decimal ;
  dwc:decimalLongitude "-19.31293"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3076'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_3076'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.784722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-19.31293'^^xsd:double;
  dwc:startLongitude '-19.31293'^^xsd:double;
  dwc:endLongitude '-19.31293'^^xsd:double;
  dwc:latitude '66.45951'^^xsd:double;
  dwc:startLatitude '66.45951'^^xsd:double;
  dwc:endLatitude '66.45951'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-19.31293 66.45951, -19.31293 66.45951, -19.31293 66.45951, -19.31293 66.45951, -19.31293 66.45951))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_3076'^^xsd:string;
  dwc:observationDate '2004-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_755> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.243 -28.1015)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.243"^^xsd:decimal ;
  dwc:decimalLongitude "-28.1015"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_755'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_755'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.050555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.1015'^^xsd:double;
  dwc:startLongitude '-28.1015'^^xsd:double;
  dwc:endLongitude '-28.1015'^^xsd:double;
  dwc:latitude '38.243'^^xsd:double;
  dwc:startLatitude '38.243'^^xsd:double;
  dwc:endLatitude '38.243'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.1015 38.243, -28.1015 38.243, -28.1015 38.243, -28.1015 38.243, -28.1015 38.243))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_755'^^xsd:string;
  dwc:observationDate '1995-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5176> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.36857 -25.79665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.36857"^^xsd:decimal ;
  dwc:decimalLongitude "-25.79665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5176'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_5176'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.713888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.79665'^^xsd:double;
  dwc:startLongitude '-25.79665'^^xsd:double;
  dwc:endLongitude '-25.79665'^^xsd:double;
  dwc:latitude '37.36857'^^xsd:double;
  dwc:startLatitude '37.36857'^^xsd:double;
  dwc:endLatitude '37.36857'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.79665 37.36857, -25.79665 37.36857, -25.79665 37.36857, -25.79665 37.36857, -25.79665 37.36857))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5176'^^xsd:string;
  dwc:observationDate '2008-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4627> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9409 30.94058)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9409"^^xsd:decimal ;
  dwc:decimalLongitude "30.94058"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4627'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_4627'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '8.5269444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '30.94058'^^xsd:double;
  dwc:startLongitude '30.94058'^^xsd:double;
  dwc:endLongitude '30.94058'^^xsd:double;
  dwc:latitude '33.9409'^^xsd:double;
  dwc:startLatitude '33.9409'^^xsd:double;
  dwc:endLatitude '33.9409'^^xsd:double;
  dwc:boundingBox 'POLYGON ((30.94058 33.9409, 30.94058 33.9409, 30.94058 33.9409, 30.94058 33.9409, 30.94058 33.9409))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_4627'^^xsd:string;
  dwc:observationDate '2007-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6897> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.96183 23.67733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.96183"^^xsd:decimal ;
  dwc:decimalLongitude "23.67733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6897'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_6897'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.662777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '23.67733'^^xsd:double;
  dwc:startLongitude '23.67733'^^xsd:double;
  dwc:endLongitude '23.67733'^^xsd:double;
  dwc:latitude '38.96183'^^xsd:double;
  dwc:startLatitude '38.96183'^^xsd:double;
  dwc:endLatitude '38.96183'^^xsd:double;
  dwc:boundingBox 'POLYGON ((23.67733 38.96183, 23.67733 38.96183, 23.67733 38.96183, 23.67733 38.96183, 23.67733 38.96183))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_6897'^^xsd:string;
  dwc:observationDate '2013-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4969> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.32512 -28.2143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.32512"^^xsd:decimal ;
  dwc:decimalLongitude "-28.2143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4969'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_4969'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.511666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.2143'^^xsd:double;
  dwc:startLongitude '-28.2143'^^xsd:double;
  dwc:endLongitude '-28.2143'^^xsd:double;
  dwc:latitude '38.32512'^^xsd:double;
  dwc:startLatitude '38.32512'^^xsd:double;
  dwc:endLatitude '38.32512'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.2143 38.32512, -28.2143 38.32512, -28.2143 38.32512, -28.2143 38.32512, -28.2143 38.32512))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_4969'^^xsd:string;
  dwc:observationDate '2008-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_984> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2425 -27.89767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2425"^^xsd:decimal ;
  dwc:decimalLongitude "-27.89767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_984'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_984'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '2.9791666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.89767'^^xsd:double;
  dwc:startLongitude '-27.89767'^^xsd:double;
  dwc:endLongitude '-27.89767'^^xsd:double;
  dwc:latitude '38.2425'^^xsd:double;
  dwc:startLatitude '38.2425'^^xsd:double;
  dwc:endLatitude '38.2425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.89767 38.2425, -27.89767 38.2425, -27.89767 38.2425, -27.89767 38.2425, -27.89767 38.2425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_984'^^xsd:string;
  dwc:observationDate '1995-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_870> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.08917 -27.70317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.08917"^^xsd:decimal ;
  dwc:decimalLongitude "-27.70317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_870'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_870'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '17.938888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.70317'^^xsd:double;
  dwc:startLongitude '-27.70317'^^xsd:double;
  dwc:endLongitude '-27.70317'^^xsd:double;
  dwc:latitude '38.08917'^^xsd:double;
  dwc:startLatitude '38.08917'^^xsd:double;
  dwc:endLatitude '38.08917'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.70317 38.08917, -27.70317 38.08917, -27.70317 38.08917, -27.70317 38.08917, -27.70317 38.08917))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_870'^^xsd:string;
  dwc:observationDate '1995-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4002> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.30685 -47.44092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.30685"^^xsd:decimal ;
  dwc:decimalLongitude "-47.44092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4002'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_4002'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.101666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-47.44092'^^xsd:double;
  dwc:startLongitude '-47.44092'^^xsd:double;
  dwc:endLongitude '-47.44092'^^xsd:double;
  dwc:latitude '46.30685'^^xsd:double;
  dwc:startLatitude '46.30685'^^xsd:double;
  dwc:endLatitude '46.30685'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-47.44092 46.30685, -47.44092 46.30685, -47.44092 46.30685, -47.44092 46.30685, -47.44092 46.30685))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_4002'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1882> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.57563 -66.54241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.57563"^^xsd:decimal ;
  dwc:decimalLongitude "-66.54241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1882'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_1882'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '16.857222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.54241'^^xsd:double;
  dwc:startLongitude '-66.54241'^^xsd:double;
  dwc:endLongitude '-66.54241'^^xsd:double;
  dwc:latitude '44.57563'^^xsd:double;
  dwc:startLatitude '44.57563'^^xsd:double;
  dwc:endLatitude '44.57563'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.54241 44.57563, -66.54241 44.57563, -66.54241 44.57563, -66.54241 44.57563, -66.54241 44.57563))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_1882'^^xsd:string;
  dwc:observationDate '2000-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_674> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.34267 -61.43817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.34267"^^xsd:decimal ;
  dwc:decimalLongitude "-61.43817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_674'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_674'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.368611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.43817'^^xsd:double;
  dwc:startLongitude '-61.43817'^^xsd:double;
  dwc:endLongitude '-61.43817'^^xsd:double;
  dwc:latitude '15.34267'^^xsd:double;
  dwc:startLatitude '15.34267'^^xsd:double;
  dwc:endLatitude '15.34267'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.43817 15.34267, -61.43817 15.34267, -61.43817 15.34267, -61.43817 15.34267, -61.43817 15.34267))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_674'^^xsd:string;
  dwc:observationDate '1995-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_497> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.72383 8.29817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.72383"^^xsd:decimal ;
  dwc:decimalLongitude "8.29817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_497'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_497'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.7238888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '8.29817'^^xsd:double;
  dwc:startLongitude '8.29817'^^xsd:double;
  dwc:endLongitude '8.29817'^^xsd:double;
  dwc:latitude '42.72383'^^xsd:double;
  dwc:startLatitude '42.72383'^^xsd:double;
  dwc:endLatitude '42.72383'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.29817 42.72383, 8.29817 42.72383, 8.29817 42.72383, 8.29817 42.72383, 8.29817 42.72383))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_497'^^xsd:string;
  dwc:observationDate '1994-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2223> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.80339 -10.87645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.80339"^^xsd:decimal ;
  dwc:decimalLongitude "-10.87645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2223'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_2223'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-10.87645'^^xsd:double;
  dwc:startLongitude '-10.87645'^^xsd:double;
  dwc:endLongitude '-10.87645'^^xsd:double;
  dwc:latitude '49.80339'^^xsd:double;
  dwc:startLatitude '49.80339'^^xsd:double;
  dwc:endLatitude '49.80339'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.87645 49.80339, -10.87645 49.80339, -10.87645 49.80339, -10.87645 49.80339, -10.87645 49.80339))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_2223'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5083> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.35014 -28.11343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.35014"^^xsd:decimal ;
  dwc:decimalLongitude "-28.11343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5083'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_5083'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.4044444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.11343'^^xsd:double;
  dwc:startLongitude '-28.11343'^^xsd:double;
  dwc:endLongitude '-28.11343'^^xsd:double;
  dwc:latitude '38.35014'^^xsd:double;
  dwc:startLatitude '38.35014'^^xsd:double;
  dwc:endLatitude '38.35014'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.11343 38.35014, -28.11343 38.35014, -28.11343 38.35014, -28.11343 38.35014, -28.11343 38.35014))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5083'^^xsd:string;
  dwc:observationDate '2008-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6283> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.03302 -35.90602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.03302"^^xsd:decimal ;
  dwc:decimalLongitude "-35.90602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6283'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_6283'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.2102777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-35.90602'^^xsd:double;
  dwc:startLongitude '-35.90602'^^xsd:double;
  dwc:endLongitude '-35.90602'^^xsd:double;
  dwc:latitude '60.03302'^^xsd:double;
  dwc:startLatitude '60.03302'^^xsd:double;
  dwc:endLatitude '60.03302'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-35.90602 60.03302, -35.90602 60.03302, -35.90602 60.03302, -35.90602 60.03302, -35.90602 60.03302))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_6283'^^xsd:string;
  dwc:observationDate '2012-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5710> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4067 -28.49577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4067"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5710'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_5710'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.518611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.49577'^^xsd:double;
  dwc:startLongitude '-28.49577'^^xsd:double;
  dwc:endLongitude '-28.49577'^^xsd:double;
  dwc:latitude '38.4067'^^xsd:double;
  dwc:startLatitude '38.4067'^^xsd:double;
  dwc:endLatitude '38.4067'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.49577 38.4067, -28.49577 38.4067, -28.49577 38.4067, -28.49577 38.4067, -28.49577 38.4067))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified delphinid" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1158_5710'^^xsd:string;
  dwc:observationDate '2012-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1467> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.663 -66.477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.663"^^xsd:decimal ;
  dwc:decimalLongitude "-66.477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1467'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_1467'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.0444444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.477'^^xsd:double;
  dwc:startLongitude '-66.477'^^xsd:double;
  dwc:endLongitude '-66.477'^^xsd:double;
  dwc:latitude '44.663'^^xsd:double;
  dwc:startLatitude '44.663'^^xsd:double;
  dwc:endLatitude '44.663'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.477 44.663, -66.477 44.663, -66.477 44.663, -66.477 44.663, -66.477 44.663))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1467'^^xsd:string;
  dwc:observationDate '1997-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1417> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.656 -66.44633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.656"^^xsd:decimal ;
  dwc:decimalLongitude "-66.44633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1417'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_1417'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.816111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.44633'^^xsd:double;
  dwc:startLongitude '-66.44633'^^xsd:double;
  dwc:endLongitude '-66.44633'^^xsd:double;
  dwc:latitude '44.656'^^xsd:double;
  dwc:startLatitude '44.656'^^xsd:double;
  dwc:endLatitude '44.656'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.44633 44.656, -66.44633 44.656, -66.44633 44.656, -66.44633 44.656, -66.44633 44.656))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1417'^^xsd:string;
  dwc:observationDate '1997-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3804> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5134 -66.5918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5134"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3804'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_3804'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.428333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.5918'^^xsd:double;
  dwc:startLongitude '-66.5918'^^xsd:double;
  dwc:endLongitude '-66.5918'^^xsd:double;
  dwc:latitude '44.5134'^^xsd:double;
  dwc:startLatitude '44.5134'^^xsd:double;
  dwc:endLatitude '44.5134'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5918 44.5134, -66.5918 44.5134, -66.5918 44.5134, -66.5918 44.5134, -66.5918 44.5134))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_3804'^^xsd:string;
  dwc:observationDate '2005-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3843> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6795 -66.61414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6795"^^xsd:decimal ;
  dwc:decimalLongitude "-66.61414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3843'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_3843'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.956666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.61414'^^xsd:double;
  dwc:startLongitude '-66.61414'^^xsd:double;
  dwc:endLongitude '-66.61414'^^xsd:double;
  dwc:latitude '44.6795'^^xsd:double;
  dwc:startLatitude '44.6795'^^xsd:double;
  dwc:endLatitude '44.6795'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.61414 44.6795, -66.61414 44.6795, -66.61414 44.6795, -66.61414 44.6795, -66.61414 44.6795))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_3843'^^xsd:string;
  dwc:observationDate '2005-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1893> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.87458 -66.43574)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.87458"^^xsd:decimal ;
  dwc:decimalLongitude "-66.43574"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1893'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_1893'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.178333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.43574'^^xsd:double;
  dwc:startLongitude '-66.43574'^^xsd:double;
  dwc:endLongitude '-66.43574'^^xsd:double;
  dwc:latitude '44.87458'^^xsd:double;
  dwc:startLatitude '44.87458'^^xsd:double;
  dwc:endLatitude '44.87458'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.43574 44.87458, -66.43574 44.87458, -66.43574 44.87458, -66.43574 44.87458, -66.43574 44.87458))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1893'^^xsd:string;
  dwc:observationDate '2000-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1406> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.70733 -66.5365)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.70733"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5365"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1406'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_1406'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.6955555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.5365'^^xsd:double;
  dwc:startLongitude '-66.5365'^^xsd:double;
  dwc:endLongitude '-66.5365'^^xsd:double;
  dwc:latitude '44.70733'^^xsd:double;
  dwc:startLatitude '44.70733'^^xsd:double;
  dwc:endLatitude '44.70733'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5365 44.70733, -66.5365 44.70733, -66.5365 44.70733, -66.5365 44.70733, -66.5365 44.70733))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1406'^^xsd:string;
  dwc:observationDate '1997-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1572> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.62875 -66.54672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.62875"^^xsd:decimal ;
  dwc:decimalLongitude "-66.54672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1572'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_1572'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.115'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.54672'^^xsd:double;
  dwc:startLongitude '-66.54672'^^xsd:double;
  dwc:endLongitude '-66.54672'^^xsd:double;
  dwc:latitude '44.62875'^^xsd:double;
  dwc:startLatitude '44.62875'^^xsd:double;
  dwc:endLatitude '44.62875'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.54672 44.62875, -66.54672 44.62875, -66.54672 44.62875, -66.54672 44.62875, -66.54672 44.62875))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1572'^^xsd:string;
  dwc:observationDate '1999-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1887> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66492 -66.50515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66492"^^xsd:decimal ;
  dwc:decimalLongitude "-66.50515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1887'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_1887'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.189444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.50515'^^xsd:double;
  dwc:startLongitude '-66.50515'^^xsd:double;
  dwc:endLongitude '-66.50515'^^xsd:double;
  dwc:latitude '44.66492'^^xsd:double;
  dwc:startLatitude '44.66492'^^xsd:double;
  dwc:endLatitude '44.66492'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.50515 44.66492, -66.50515 44.66492, -66.50515 44.66492, -66.50515 44.66492, -66.50515 44.66492))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1887'^^xsd:string;
  dwc:observationDate '2000-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3812> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.52657 -66.54497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.52657"^^xsd:decimal ;
  dwc:decimalLongitude "-66.54497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3812'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_3812'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.368888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.54497'^^xsd:double;
  dwc:startLongitude '-66.54497'^^xsd:double;
  dwc:endLongitude '-66.54497'^^xsd:double;
  dwc:latitude '44.52657'^^xsd:double;
  dwc:startLatitude '44.52657'^^xsd:double;
  dwc:endLatitude '44.52657'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.54497 44.52657, -66.54497 44.52657, -66.54497 44.52657, -66.54497 44.52657, -66.54497 44.52657))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_3812'^^xsd:string;
  dwc:observationDate '2005-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3617> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92688 -66.24419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.92688"^^xsd:decimal ;
  dwc:decimalLongitude "-66.24419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3617'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_3617'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.673611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.24419'^^xsd:double;
  dwc:startLongitude '-66.24419'^^xsd:double;
  dwc:endLongitude '-66.24419'^^xsd:double;
  dwc:latitude '42.92688'^^xsd:double;
  dwc:startLatitude '42.92688'^^xsd:double;
  dwc:endLatitude '42.92688'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.24419 42.92688, -66.24419 42.92688, -66.24419 42.92688, -66.24419 42.92688, -66.24419 42.92688))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_3617'^^xsd:string;
  dwc:observationDate '2005-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3618> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92686 -66.24561)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.92686"^^xsd:decimal ;
  dwc:decimalLongitude "-66.24561"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3618'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_3618'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.696944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.24561'^^xsd:double;
  dwc:startLongitude '-66.24561'^^xsd:double;
  dwc:endLongitude '-66.24561'^^xsd:double;
  dwc:latitude '42.92686'^^xsd:double;
  dwc:startLatitude '42.92686'^^xsd:double;
  dwc:endLatitude '42.92686'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.24561 42.92686, -66.24561 42.92686, -66.24561 42.92686, -66.24561 42.92686, -66.24561 42.92686))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_3618'^^xsd:string;
  dwc:observationDate '2005-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3803> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.50883 -66.59998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.50883"^^xsd:decimal ;
  dwc:decimalLongitude "-66.59998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3803'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_3803'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.2525'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.59998'^^xsd:double;
  dwc:startLongitude '-66.59998'^^xsd:double;
  dwc:endLongitude '-66.59998'^^xsd:double;
  dwc:latitude '44.50883'^^xsd:double;
  dwc:startLatitude '44.50883'^^xsd:double;
  dwc:endLatitude '44.50883'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.59998 44.50883, -66.59998 44.50883, -66.59998 44.50883, -66.59998 44.50883, -66.59998 44.50883))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_3803'^^xsd:string;
  dwc:observationDate '2005-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1889> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66748 -66.49067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66748"^^xsd:decimal ;
  dwc:decimalLongitude "-66.49067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1889'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_1889'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.324166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.49067'^^xsd:double;
  dwc:startLongitude '-66.49067'^^xsd:double;
  dwc:endLongitude '-66.49067'^^xsd:double;
  dwc:latitude '44.66748'^^xsd:double;
  dwc:startLatitude '44.66748'^^xsd:double;
  dwc:endLatitude '44.66748'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.49067 44.66748, -66.49067 44.66748, -66.49067 44.66748, -66.49067 44.66748, -66.49067 44.66748))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1889'^^xsd:string;
  dwc:observationDate '2000-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1807> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04382 -68.24882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04382"^^xsd:decimal ;
  dwc:decimalLongitude "-68.24882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1807'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_1807'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.696111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.24882'^^xsd:double;
  dwc:startLongitude '-68.24882'^^xsd:double;
  dwc:endLongitude '-68.24882'^^xsd:double;
  dwc:latitude '42.04382'^^xsd:double;
  dwc:startLatitude '42.04382'^^xsd:double;
  dwc:endLatitude '42.04382'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.24882 42.04382, -68.24882 42.04382, -68.24882 42.04382, -68.24882 42.04382, -68.24882 42.04382))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1807'^^xsd:string;
  dwc:observationDate '2000-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1806> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.03058 -68.58422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.03058"^^xsd:decimal ;
  dwc:decimalLongitude "-68.58422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1806'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_1806'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.9052777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.58422'^^xsd:double;
  dwc:startLongitude '-68.58422'^^xsd:double;
  dwc:endLongitude '-68.58422'^^xsd:double;
  dwc:latitude '42.03058'^^xsd:double;
  dwc:startLatitude '42.03058'^^xsd:double;
  dwc:endLatitude '42.03058'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.58422 42.03058, -68.58422 42.03058, -68.58422 42.03058, -68.58422 42.03058, -68.58422 42.03058))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1806'^^xsd:string;
  dwc:observationDate '2000-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3795> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.51422 -66.60288)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.51422"^^xsd:decimal ;
  dwc:decimalLongitude "-66.60288"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3795'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_3795'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.998333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.60288'^^xsd:double;
  dwc:startLongitude '-66.60288'^^xsd:double;
  dwc:endLongitude '-66.60288'^^xsd:double;
  dwc:latitude '44.51422'^^xsd:double;
  dwc:startLatitude '44.51422'^^xsd:double;
  dwc:endLatitude '44.51422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.60288 44.51422, -66.60288 44.51422, -66.60288 44.51422, -66.60288 44.51422, -66.60288 44.51422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_3795'^^xsd:string;
  dwc:observationDate '2005-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1364> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.901 -65.65334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.901"^^xsd:decimal ;
  dwc:decimalLongitude "-65.65334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1364'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_1364'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.933333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.65334'^^xsd:double;
  dwc:startLongitude '-65.65334'^^xsd:double;
  dwc:endLongitude '-65.65334'^^xsd:double;
  dwc:latitude '42.901'^^xsd:double;
  dwc:startLatitude '42.901'^^xsd:double;
  dwc:endLatitude '42.901'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.65334 42.901, -65.65334 42.901, -65.65334 42.901, -65.65334 42.901, -65.65334 42.901))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1364'^^xsd:string;
  dwc:observationDate '1997-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1872> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.65528 -66.48982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.65528"^^xsd:decimal ;
  dwc:decimalLongitude "-66.48982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1872'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_1872'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.353611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.48982'^^xsd:double;
  dwc:startLongitude '-66.48982'^^xsd:double;
  dwc:endLongitude '-66.48982'^^xsd:double;
  dwc:latitude '44.65528'^^xsd:double;
  dwc:startLatitude '44.65528'^^xsd:double;
  dwc:endLatitude '44.65528'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.48982 44.65528, -66.48982 44.65528, -66.48982 44.65528, -66.48982 44.65528, -66.48982 44.65528))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1872'^^xsd:string;
  dwc:observationDate '2000-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3867> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9817 -67.58203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9817"^^xsd:decimal ;
  dwc:decimalLongitude "-67.58203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3867'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_3867'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '20.526666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-67.58203'^^xsd:double;
  dwc:startLongitude '-67.58203'^^xsd:double;
  dwc:endLongitude '-67.58203'^^xsd:double;
  dwc:latitude '43.9817'^^xsd:double;
  dwc:startLatitude '43.9817'^^xsd:double;
  dwc:endLatitude '43.9817'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.58203 43.9817, -67.58203 43.9817, -67.58203 43.9817, -67.58203 43.9817, -67.58203 43.9817))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_3867'^^xsd:string;
  dwc:observationDate '2005-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1449> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.64183 -66.52666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.64183"^^xsd:decimal ;
  dwc:decimalLongitude "-66.52666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1449'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_1449'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.9386111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.52666'^^xsd:double;
  dwc:startLongitude '-66.52666'^^xsd:double;
  dwc:endLongitude '-66.52666'^^xsd:double;
  dwc:latitude '44.64183'^^xsd:double;
  dwc:startLatitude '44.64183'^^xsd:double;
  dwc:endLatitude '44.64183'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.52666 44.64183, -66.52666 44.64183, -66.52666 44.64183, -66.52666 44.64183, -66.52666 44.64183))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1449'^^xsd:string;
  dwc:observationDate '1997-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1554> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63645 -66.49858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63645"^^xsd:decimal ;
  dwc:decimalLongitude "-66.49858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1554'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_1554'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.149444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.49858'^^xsd:double;
  dwc:startLongitude '-66.49858'^^xsd:double;
  dwc:endLongitude '-66.49858'^^xsd:double;
  dwc:latitude '44.63645'^^xsd:double;
  dwc:startLatitude '44.63645'^^xsd:double;
  dwc:endLatitude '44.63645'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.49858 44.63645, -66.49858 44.63645, -66.49858 44.63645, -66.49858 44.63645, -66.49858 44.63645))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1554'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1618> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76017 -66.45213)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76017"^^xsd:decimal ;
  dwc:decimalLongitude "-66.45213"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1618'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1158_1618'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '17.021944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.45213'^^xsd:double;
  dwc:startLongitude '-66.45213'^^xsd:double;
  dwc:endLongitude '-66.45213'^^xsd:double;
  dwc:latitude '44.76017'^^xsd:double;
  dwc:startLatitude '44.76017'^^xsd:double;
  dwc:endLatitude '44.76017'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.45213 44.76017, -66.45213 44.76017, -66.45213 44.76017, -66.45213 44.76017, -66.45213 44.76017))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1618'^^xsd:string;
  dwc:observationDate '1999-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1516> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.23433 -67.01434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.23433"^^xsd:decimal ;
  dwc:decimalLongitude "-67.01434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1516'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_1516'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.8063888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-67.01434'^^xsd:double;
  dwc:startLongitude '-67.01434'^^xsd:double;
  dwc:endLongitude '-67.01434'^^xsd:double;
  dwc:latitude '44.23433'^^xsd:double;
  dwc:startLatitude '44.23433'^^xsd:double;
  dwc:endLatitude '44.23433'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.01434 44.23433, -67.01434 44.23433, -67.01434 44.23433, -67.01434 44.23433, -67.01434 44.23433))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1516'^^xsd:string;
  dwc:observationDate '1998-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3613> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.93494 -66.23653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.93494"^^xsd:decimal ;
  dwc:decimalLongitude "-66.23653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3613'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_3613'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.4325'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.23653'^^xsd:double;
  dwc:startLongitude '-66.23653'^^xsd:double;
  dwc:endLongitude '-66.23653'^^xsd:double;
  dwc:latitude '42.93494'^^xsd:double;
  dwc:startLatitude '42.93494'^^xsd:double;
  dwc:endLatitude '42.93494'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.23653 42.93494, -66.23653 42.93494, -66.23653 42.93494, -66.23653 42.93494, -66.23653 42.93494))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_3613'^^xsd:string;
  dwc:observationDate '2005-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1578> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.73132 -66.49953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.73132"^^xsd:decimal ;
  dwc:decimalLongitude "-66.49953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1578'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_1578'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.618611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.49953'^^xsd:double;
  dwc:startLongitude '-66.49953'^^xsd:double;
  dwc:endLongitude '-66.49953'^^xsd:double;
  dwc:latitude '44.73132'^^xsd:double;
  dwc:startLatitude '44.73132'^^xsd:double;
  dwc:endLatitude '44.73132'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.49953 44.73132, -66.49953 44.73132, -66.49953 44.73132, -66.49953 44.73132, -66.49953 44.73132))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1578'^^xsd:string;
  dwc:observationDate '1999-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1932> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.80487 -68.29407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.80487"^^xsd:decimal ;
  dwc:decimalLongitude "-68.29407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1932'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_1932'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.820277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.29407'^^xsd:double;
  dwc:startLongitude '-68.29407'^^xsd:double;
  dwc:endLongitude '-68.29407'^^xsd:double;
  dwc:latitude '41.80487'^^xsd:double;
  dwc:startLatitude '41.80487'^^xsd:double;
  dwc:endLatitude '41.80487'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.29407 41.80487, -68.29407 41.80487, -68.29407 41.80487, -68.29407 41.80487, -68.29407 41.80487))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1932'^^xsd:string;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1384> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.64517 -66.53484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.64517"^^xsd:decimal ;
  dwc:decimalLongitude "-66.53484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1384'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_1384'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.571388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.53484'^^xsd:double;
  dwc:startLongitude '-66.53484'^^xsd:double;
  dwc:endLongitude '-66.53484'^^xsd:double;
  dwc:latitude '44.64517'^^xsd:double;
  dwc:startLatitude '44.64517'^^xsd:double;
  dwc:endLatitude '44.64517'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.53484 44.64517, -66.53484 44.64517, -66.53484 44.64517, -66.53484 44.64517, -66.53484 44.64517))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1384'^^xsd:string;
  dwc:observationDate '1997-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1427> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.58667 -66.44133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.58667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.44133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1427'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_1427'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '6.4413888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.44133'^^xsd:double;
  dwc:startLongitude '-66.44133'^^xsd:double;
  dwc:endLongitude '-66.44133'^^xsd:double;
  dwc:latitude '44.58667'^^xsd:double;
  dwc:startLatitude '44.58667'^^xsd:double;
  dwc:endLatitude '44.58667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.44133 44.58667, -66.44133 44.58667, -66.44133 44.58667, -66.44133 44.58667, -66.44133 44.58667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1427'^^xsd:string;
  dwc:observationDate '1997-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3799> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.51205 -66.59148)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.51205"^^xsd:decimal ;
  dwc:decimalLongitude "-66.59148"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3799'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_3799'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.433888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.59148'^^xsd:double;
  dwc:startLongitude '-66.59148'^^xsd:double;
  dwc:endLongitude '-66.59148'^^xsd:double;
  dwc:latitude '44.51205'^^xsd:double;
  dwc:startLatitude '44.51205'^^xsd:double;
  dwc:endLatitude '44.51205'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.59148 44.51205, -66.59148 44.51205, -66.59148 44.51205, -66.59148 44.51205, -66.59148 44.51205))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_3799'^^xsd:string;
  dwc:observationDate '2005-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1888> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66608 -66.49978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66608"^^xsd:decimal ;
  dwc:decimalLongitude "-66.49978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1888'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_1888'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.272777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.49978'^^xsd:double;
  dwc:startLongitude '-66.49978'^^xsd:double;
  dwc:endLongitude '-66.49978'^^xsd:double;
  dwc:latitude '44.66608'^^xsd:double;
  dwc:startLatitude '44.66608'^^xsd:double;
  dwc:endLatitude '44.66608'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.49978 44.66608, -66.49978 44.66608, -66.49978 44.66608, -66.49978 44.66608, -66.49978 44.66608))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1888'^^xsd:string;
  dwc:observationDate '2000-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1459> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.62833 -66.4745)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.62833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4745"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1459'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_1459'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.580833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.4745'^^xsd:double;
  dwc:startLongitude '-66.4745'^^xsd:double;
  dwc:endLongitude '-66.4745'^^xsd:double;
  dwc:latitude '44.62833'^^xsd:double;
  dwc:startLatitude '44.62833'^^xsd:double;
  dwc:endLatitude '44.62833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4745 44.62833, -66.4745 44.62833, -66.4745 44.62833, -66.4745 44.62833, -66.4745 44.62833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1459'^^xsd:string;
  dwc:observationDate '1997-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3907> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.80975 -67.901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.80975"^^xsd:decimal ;
  dwc:decimalLongitude "-67.901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3907'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_3907'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.269722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-67.901'^^xsd:double;
  dwc:startLongitude '-67.901'^^xsd:double;
  dwc:endLongitude '-67.901'^^xsd:double;
  dwc:latitude '41.80975'^^xsd:double;
  dwc:startLatitude '41.80975'^^xsd:double;
  dwc:endLatitude '41.80975'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.901 41.80975, -67.901 41.80975, -67.901 41.80975, -67.901 41.80975, -67.901 41.80975))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_3907'^^xsd:string;
  dwc:observationDate '2005-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1480> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.60266 -66.56683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.60266"^^xsd:decimal ;
  dwc:decimalLongitude "-66.56683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1480'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_1480'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.9052777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.56683'^^xsd:double;
  dwc:startLongitude '-66.56683'^^xsd:double;
  dwc:endLongitude '-66.56683'^^xsd:double;
  dwc:latitude '44.60266'^^xsd:double;
  dwc:startLatitude '44.60266'^^xsd:double;
  dwc:endLatitude '44.60266'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.56683 44.60266, -66.56683 44.60266, -66.56683 44.60266, -66.56683 44.60266, -66.56683 44.60266))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1480'^^xsd:string;
  dwc:observationDate '1997-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1877> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6083 -66.52428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6083"^^xsd:decimal ;
  dwc:decimalLongitude "-66.52428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1877'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_1877'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.636944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.52428'^^xsd:double;
  dwc:startLongitude '-66.52428'^^xsd:double;
  dwc:endLongitude '-66.52428'^^xsd:double;
  dwc:latitude '44.6083'^^xsd:double;
  dwc:startLatitude '44.6083'^^xsd:double;
  dwc:endLatitude '44.6083'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.52428 44.6083, -66.52428 44.6083, -66.52428 44.6083, -66.52428 44.6083, -66.52428 44.6083))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1877'^^xsd:string;
  dwc:observationDate '2000-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1894> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.87423 -66.43567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.87423"^^xsd:decimal ;
  dwc:decimalLongitude "-66.43567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1894'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_1894'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.201388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.43567'^^xsd:double;
  dwc:startLongitude '-66.43567'^^xsd:double;
  dwc:endLongitude '-66.43567'^^xsd:double;
  dwc:latitude '44.87423'^^xsd:double;
  dwc:startLatitude '44.87423'^^xsd:double;
  dwc:endLatitude '44.87423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.43567 44.87423, -66.43567 44.87423, -66.43567 44.87423, -66.43567 44.87423, -66.43567 44.87423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1894'^^xsd:string;
  dwc:observationDate '2000-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1990> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.00757 -68.92961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.00757"^^xsd:decimal ;
  dwc:decimalLongitude "-68.92961"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1990'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_1990'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16.326666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.92961'^^xsd:double;
  dwc:startLongitude '-68.92961'^^xsd:double;
  dwc:endLongitude '-68.92961'^^xsd:double;
  dwc:latitude '42.00757'^^xsd:double;
  dwc:startLatitude '42.00757'^^xsd:double;
  dwc:endLatitude '42.00757'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.92961 42.00757, -68.92961 42.00757, -68.92961 42.00757, -68.92961 42.00757, -68.92961 42.00757))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1990'^^xsd:string;
  dwc:observationDate '2001-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1385> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.52583 -66.5845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.52583"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1385'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_1385'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.761666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.5845'^^xsd:double;
  dwc:startLongitude '-66.5845'^^xsd:double;
  dwc:endLongitude '-66.5845'^^xsd:double;
  dwc:latitude '44.52583'^^xsd:double;
  dwc:startLatitude '44.52583'^^xsd:double;
  dwc:endLatitude '44.52583'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5845 44.52583, -66.5845 44.52583, -66.5845 44.52583, -66.5845 44.52583, -66.5845 44.52583))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1385'^^xsd:string;
  dwc:observationDate '1997-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1470> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5595 -66.50533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5595"^^xsd:decimal ;
  dwc:decimalLongitude "-66.50533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1470'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_1470'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.035833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.50533'^^xsd:double;
  dwc:startLongitude '-66.50533'^^xsd:double;
  dwc:endLongitude '-66.50533'^^xsd:double;
  dwc:latitude '44.5595'^^xsd:double;
  dwc:startLatitude '44.5595'^^xsd:double;
  dwc:endLatitude '44.5595'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.50533 44.5595, -66.50533 44.5595, -66.50533 44.5595, -66.50533 44.5595, -66.50533 44.5595))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1470'^^xsd:string;
  dwc:observationDate '1997-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1802> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.03947 -68.54897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.03947"^^xsd:decimal ;
  dwc:decimalLongitude "-68.54897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1802'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_1802'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.7077777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.54897'^^xsd:double;
  dwc:startLongitude '-68.54897'^^xsd:double;
  dwc:endLongitude '-68.54897'^^xsd:double;
  dwc:latitude '42.03947'^^xsd:double;
  dwc:startLatitude '42.03947'^^xsd:double;
  dwc:endLatitude '42.03947'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.54897 42.03947, -68.54897 42.03947, -68.54897 42.03947, -68.54897 42.03947, -68.54897 42.03947))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1802'^^xsd:string;
  dwc:observationDate '2000-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3829> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63392 -66.50899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63392"^^xsd:decimal ;
  dwc:decimalLongitude "-66.50899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3829'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_3829'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.958611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.50899'^^xsd:double;
  dwc:startLongitude '-66.50899'^^xsd:double;
  dwc:endLongitude '-66.50899'^^xsd:double;
  dwc:latitude '44.63392'^^xsd:double;
  dwc:startLatitude '44.63392'^^xsd:double;
  dwc:endLatitude '44.63392'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.50899 44.63392, -66.50899 44.63392, -66.50899 44.63392, -66.50899 44.63392, -66.50899 44.63392))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_3829'^^xsd:string;
  dwc:observationDate '2005-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2924> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.18305 -23.91958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.18305"^^xsd:decimal ;
  dwc:decimalLongitude "-23.91958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2924'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_2924'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.5455555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.91958'^^xsd:double;
  dwc:startLongitude '-23.91958'^^xsd:double;
  dwc:endLongitude '-23.91958'^^xsd:double;
  dwc:latitude '67.18305'^^xsd:double;
  dwc:startLatitude '67.18305'^^xsd:double;
  dwc:endLatitude '67.18305'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.91958 67.18305, -23.91958 67.18305, -23.91958 67.18305, -23.91958 67.18305, -23.91958 67.18305))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_2924'^^xsd:string;
  dwc:observationDate '2004-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1831> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.96545 -68.10316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.96545"^^xsd:decimal ;
  dwc:decimalLongitude "-68.10316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1831'^^xsd:string;
  dwc:scientificName 'Eubalaena glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_1831'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.850555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.10316'^^xsd:double;
  dwc:startLongitude '-68.10316'^^xsd:double;
  dwc:endLongitude '-68.10316'^^xsd:double;
  dwc:latitude '41.96545'^^xsd:double;
  dwc:startLatitude '41.96545'^^xsd:double;
  dwc:endLatitude '41.96545'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.10316 41.96545, -68.10316 41.96545, -68.10316 41.96545, -68.10316 41.96545, -68.10316 41.96545))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Northern right whale" by the provider'^^xsd:string;
  dwc:aphiaid '159023'^^xsd:integer;
  dwc:occurrenceId '1158_1831'^^xsd:string;
  dwc:observationDate '2000-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '159023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4184> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.57163 -17.7309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.57163"^^xsd:decimal ;
  dwc:decimalLongitude "-17.7309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4184'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4184'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.589722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.7309'^^xsd:double;
  dwc:startLongitude '-17.7309'^^xsd:double;
  dwc:endLongitude '-17.7309'^^xsd:double;
  dwc:latitude '66.57163'^^xsd:double;
  dwc:startLatitude '66.57163'^^xsd:double;
  dwc:endLatitude '66.57163'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.7309 66.57163, -17.7309 66.57163, -17.7309 66.57163, -17.7309 66.57163, -17.7309 66.57163))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4184'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4001> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.24833 -47.43015)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.24833"^^xsd:decimal ;
  dwc:decimalLongitude "-47.43015"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4001'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_4001'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.26'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-47.43015'^^xsd:double;
  dwc:startLongitude '-47.43015'^^xsd:double;
  dwc:endLongitude '-47.43015'^^xsd:double;
  dwc:latitude '46.24833'^^xsd:double;
  dwc:startLatitude '46.24833'^^xsd:double;
  dwc:endLatitude '46.24833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-47.43015 46.24833, -47.43015 46.24833, -47.43015 46.24833, -47.43015 46.24833, -47.43015 46.24833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4001'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4198> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.53123 -17.67037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.53123"^^xsd:decimal ;
  dwc:decimalLongitude "-17.67037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4198'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4198'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.484444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.67037'^^xsd:double;
  dwc:startLongitude '-17.67037'^^xsd:double;
  dwc:endLongitude '-17.67037'^^xsd:double;
  dwc:latitude '66.53123'^^xsd:double;
  dwc:startLatitude '66.53123'^^xsd:double;
  dwc:endLatitude '66.53123'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.67037 66.53123, -17.67037 66.53123, -17.67037 66.53123, -17.67037 66.53123, -17.67037 66.53123))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4198'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3876> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52688 -66.19598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.52688"^^xsd:decimal ;
  dwc:decimalLongitude "-66.19598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3876'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_3876'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '15.451666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.19598'^^xsd:double;
  dwc:startLongitude '-66.19598'^^xsd:double;
  dwc:endLongitude '-66.19598'^^xsd:double;
  dwc:latitude '42.52688'^^xsd:double;
  dwc:startLatitude '42.52688'^^xsd:double;
  dwc:endLatitude '42.52688'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.19598 42.52688, -66.19598 42.52688, -66.19598 42.52688, -66.19598 42.52688, -66.19598 42.52688))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_3876'^^xsd:string;
  dwc:observationDate '2005-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1309> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25583 -70.31517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25583"^^xsd:decimal ;
  dwc:decimalLongitude "-70.31517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1309'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_1309'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.079444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-70.31517'^^xsd:double;
  dwc:startLongitude '-70.31517'^^xsd:double;
  dwc:endLongitude '-70.31517'^^xsd:double;
  dwc:latitude '42.25583'^^xsd:double;
  dwc:startLatitude '42.25583'^^xsd:double;
  dwc:endLatitude '42.25583'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.31517 42.25583, -70.31517 42.25583, -70.31517 42.25583, -70.31517 42.25583, -70.31517 42.25583))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1309'^^xsd:string;
  dwc:observationDate '1997-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3128> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.77273 -25.25862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.77273"^^xsd:decimal ;
  dwc:decimalLongitude "-25.25862"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3128'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_3128'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '23.8675'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.25862'^^xsd:double;
  dwc:startLongitude '-25.25862'^^xsd:double;
  dwc:endLongitude '-25.25862'^^xsd:double;
  dwc:latitude '66.77273'^^xsd:double;
  dwc:startLatitude '66.77273'^^xsd:double;
  dwc:endLatitude '66.77273'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.25862 66.77273, -25.25862 66.77273, -25.25862 66.77273, -25.25862 66.77273, -25.25862 66.77273))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_3128'^^xsd:string;
  dwc:observationDate '2004-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1246> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.97017 -68.94833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.97017"^^xsd:decimal ;
  dwc:decimalLongitude "-68.94833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1246'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_1246'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.4669444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.94833'^^xsd:double;
  dwc:startLongitude '-68.94833'^^xsd:double;
  dwc:endLongitude '-68.94833'^^xsd:double;
  dwc:latitude '42.97017'^^xsd:double;
  dwc:startLatitude '42.97017'^^xsd:double;
  dwc:endLatitude '42.97017'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.94833 42.97017, -68.94833 42.97017, -68.94833 42.97017, -68.94833 42.97017, -68.94833 42.97017))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1246'^^xsd:string;
  dwc:observationDate '1997-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3741> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.09203 -65.92308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.09203"^^xsd:decimal ;
  dwc:decimalLongitude "-65.92308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3741'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_3741'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.185555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.92308'^^xsd:double;
  dwc:startLongitude '-65.92308'^^xsd:double;
  dwc:endLongitude '-65.92308'^^xsd:double;
  dwc:latitude '43.09203'^^xsd:double;
  dwc:startLatitude '43.09203'^^xsd:double;
  dwc:endLatitude '43.09203'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.92308 43.09203, -65.92308 43.09203, -65.92308 43.09203, -65.92308 43.09203, -65.92308 43.09203))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_3741'^^xsd:string;
  dwc:observationDate '2005-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1227> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.34217 -68.915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.34217"^^xsd:decimal ;
  dwc:decimalLongitude "-68.915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1227'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_1227'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.607222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.915'^^xsd:double;
  dwc:startLongitude '-68.915'^^xsd:double;
  dwc:endLongitude '-68.915'^^xsd:double;
  dwc:latitude '41.34217'^^xsd:double;
  dwc:startLatitude '41.34217'^^xsd:double;
  dwc:endLatitude '41.34217'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.915 41.34217, -68.915 41.34217, -68.915 41.34217, -68.915 41.34217, -68.915 41.34217))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1227'^^xsd:string;
  dwc:observationDate '1997-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1759> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.8766 -61.60793)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.8766"^^xsd:decimal ;
  dwc:decimalLongitude "-61.60793"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1759'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_1759'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.71'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.60793'^^xsd:double;
  dwc:startLongitude '-61.60793'^^xsd:double;
  dwc:endLongitude '-61.60793'^^xsd:double;
  dwc:latitude '15.8766'^^xsd:double;
  dwc:startLatitude '15.8766'^^xsd:double;
  dwc:endLatitude '15.8766'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.60793 15.8766, -61.60793 15.8766, -61.60793 15.8766, -61.60793 15.8766, -61.60793 15.8766))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1759'^^xsd:string;
  dwc:observationDate '2000-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3551> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.75445 -68.54379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.75445"^^xsd:decimal ;
  dwc:decimalLongitude "-68.54379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3551'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_3551'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '19.917777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.54379'^^xsd:double;
  dwc:startLongitude '-68.54379'^^xsd:double;
  dwc:endLongitude '-68.54379'^^xsd:double;
  dwc:latitude '41.75445'^^xsd:double;
  dwc:startLatitude '41.75445'^^xsd:double;
  dwc:endLatitude '41.75445'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.54379 41.75445, -68.54379 41.75445, -68.54379 41.75445, -68.54379 41.75445, -68.54379 41.75445))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_3551'^^xsd:string;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6263> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3802 -49.40911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3802"^^xsd:decimal ;
  dwc:decimalLongitude "-49.40911"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6263'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_6263'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '22.3975'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-49.40911'^^xsd:double;
  dwc:startLongitude '-49.40911'^^xsd:double;
  dwc:endLongitude '-49.40911'^^xsd:double;
  dwc:latitude '50.3802'^^xsd:double;
  dwc:startLatitude '50.3802'^^xsd:double;
  dwc:endLatitude '50.3802'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.40911 50.3802, -49.40911 50.3802, -49.40911 50.3802, -49.40911 50.3802, -49.40911 50.3802))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_6263'^^xsd:string;
  dwc:observationDate '2012-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3753> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.10189 -65.52782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.10189"^^xsd:decimal ;
  dwc:decimalLongitude "-65.52782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3753'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_3753'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.739444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.52782'^^xsd:double;
  dwc:startLongitude '-65.52782'^^xsd:double;
  dwc:endLongitude '-65.52782'^^xsd:double;
  dwc:latitude '43.10189'^^xsd:double;
  dwc:startLatitude '43.10189'^^xsd:double;
  dwc:endLatitude '43.10189'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.52782 43.10189, -65.52782 43.10189, -65.52782 43.10189, -65.52782 43.10189, -65.52782 43.10189))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_3753'^^xsd:string;
  dwc:observationDate '2005-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4243> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.25992 -17.40778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.25992"^^xsd:decimal ;
  dwc:decimalLongitude "-17.40778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4243'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_4243'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '20.550277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.40778'^^xsd:double;
  dwc:startLongitude '-17.40778'^^xsd:double;
  dwc:endLongitude '-17.40778'^^xsd:double;
  dwc:latitude '66.25992'^^xsd:double;
  dwc:startLatitude '66.25992'^^xsd:double;
  dwc:endLatitude '66.25992'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.40778 66.25992, -17.40778 66.25992, -17.40778 66.25992, -17.40778 66.25992, -17.40778 66.25992))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4243'^^xsd:string;
  dwc:observationDate '2006-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3676> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.37542 -66.34932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.37542"^^xsd:decimal ;
  dwc:decimalLongitude "-66.34932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3676'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_3676'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.998333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.34932'^^xsd:double;
  dwc:startLongitude '-66.34932'^^xsd:double;
  dwc:endLongitude '-66.34932'^^xsd:double;
  dwc:latitude '44.37542'^^xsd:double;
  dwc:startLatitude '44.37542'^^xsd:double;
  dwc:endLatitude '44.37542'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.34932 44.37542, -66.34932 44.37542, -66.34932 44.37542, -66.34932 44.37542, -66.34932 44.37542))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_3676'^^xsd:string;
  dwc:observationDate '2005-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1615> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.73987 -66.68867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.73987"^^xsd:decimal ;
  dwc:decimalLongitude "-66.68867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1615'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1158_1615'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '14.028333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.68867'^^xsd:double;
  dwc:startLongitude '-66.68867'^^xsd:double;
  dwc:endLongitude '-66.68867'^^xsd:double;
  dwc:latitude '44.73987'^^xsd:double;
  dwc:startLatitude '44.73987'^^xsd:double;
  dwc:endLatitude '44.73987'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.68867 44.73987, -66.68867 44.73987, -66.68867 44.73987, -66.68867 44.73987, -66.68867 44.73987))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1615'^^xsd:string;
  dwc:observationDate '1999-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6200> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43416 -57.3199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43416"^^xsd:decimal ;
  dwc:decimalLongitude "-57.3199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6200'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_6200'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12.474722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-57.3199'^^xsd:double;
  dwc:startLongitude '-57.3199'^^xsd:double;
  dwc:endLongitude '-57.3199'^^xsd:double;
  dwc:latitude '44.43416'^^xsd:double;
  dwc:startLatitude '44.43416'^^xsd:double;
  dwc:endLatitude '44.43416'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.3199 44.43416, -57.3199 44.43416, -57.3199 44.43416, -57.3199 44.43416, -57.3199 44.43416))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_6200'^^xsd:string;
  dwc:observationDate '2012-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2989> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.1282 -19.94095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.1282"^^xsd:decimal ;
  dwc:decimalLongitude "-19.94095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2989'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_2989'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.4333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-19.94095'^^xsd:double;
  dwc:startLongitude '-19.94095'^^xsd:double;
  dwc:endLongitude '-19.94095'^^xsd:double;
  dwc:latitude '67.1282'^^xsd:double;
  dwc:startLatitude '67.1282'^^xsd:double;
  dwc:endLatitude '67.1282'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-19.94095 67.1282, -19.94095 67.1282, -19.94095 67.1282, -19.94095 67.1282, -19.94095 67.1282))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_2989'^^xsd:string;
  dwc:observationDate '2004-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4084> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.98711 -21.52913)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.98711"^^xsd:decimal ;
  dwc:decimalLongitude "-21.52913"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4084'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_4084'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.9841666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-21.52913'^^xsd:double;
  dwc:startLongitude '-21.52913'^^xsd:double;
  dwc:endLongitude '-21.52913'^^xsd:double;
  dwc:latitude '66.98711'^^xsd:double;
  dwc:startLatitude '66.98711'^^xsd:double;
  dwc:endLatitude '66.98711'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-21.52913 66.98711, -21.52913 66.98711, -21.52913 66.98711, -21.52913 66.98711, -21.52913 66.98711))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4084'^^xsd:string;
  dwc:observationDate '2006-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1317> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6005 -69.759)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.6005"^^xsd:decimal ;
  dwc:decimalLongitude "-69.759"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1317'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_1317'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '15.88'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-69.759'^^xsd:double;
  dwc:startLongitude '-69.759'^^xsd:double;
  dwc:endLongitude '-69.759'^^xsd:double;
  dwc:latitude '41.6005'^^xsd:double;
  dwc:startLatitude '41.6005'^^xsd:double;
  dwc:endLatitude '41.6005'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.759 41.6005, -69.759 41.6005, -69.759 41.6005, -69.759 41.6005, -69.759 41.6005))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1317'^^xsd:string;
  dwc:observationDate '1997-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1915> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8359 -70.28295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.8359"^^xsd:decimal ;
  dwc:decimalLongitude "-70.28295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1915'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_1915'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.844166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-70.28295'^^xsd:double;
  dwc:startLongitude '-70.28295'^^xsd:double;
  dwc:endLongitude '-70.28295'^^xsd:double;
  dwc:latitude '41.8359'^^xsd:double;
  dwc:startLatitude '41.8359'^^xsd:double;
  dwc:endLatitude '41.8359'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.28295 41.8359, -70.28295 41.8359, -70.28295 41.8359, -70.28295 41.8359, -70.28295 41.8359))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1915'^^xsd:string;
  dwc:observationDate '2001-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6201> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55393 -56.90252)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55393"^^xsd:decimal ;
  dwc:decimalLongitude "-56.90252"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6201'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_6201'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.523888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-56.90252'^^xsd:double;
  dwc:startLongitude '-56.90252'^^xsd:double;
  dwc:endLongitude '-56.90252'^^xsd:double;
  dwc:latitude '44.55393'^^xsd:double;
  dwc:startLatitude '44.55393'^^xsd:double;
  dwc:endLatitude '44.55393'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.90252 44.55393, -56.90252 44.55393, -56.90252 44.55393, -56.90252 44.55393, -56.90252 44.55393))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_6201'^^xsd:string;
  dwc:observationDate '2012-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4298> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.6244 -17.66358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.6244"^^xsd:decimal ;
  dwc:decimalLongitude "-17.66358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4298'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_4298'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.535555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.66358'^^xsd:double;
  dwc:startLongitude '-17.66358'^^xsd:double;
  dwc:endLongitude '-17.66358'^^xsd:double;
  dwc:latitude '66.6244'^^xsd:double;
  dwc:startLatitude '66.6244'^^xsd:double;
  dwc:endLatitude '66.6244'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.66358 66.6244, -17.66358 66.6244, -17.66358 66.6244, -17.66358 66.6244, -17.66358 66.6244))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4298'^^xsd:string;
  dwc:observationDate '2006-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6254> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.81462 -49.94567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.81462"^^xsd:decimal ;
  dwc:decimalLongitude "-49.94567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6254'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_6254'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17.343888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-49.94567'^^xsd:double;
  dwc:startLongitude '-49.94567'^^xsd:double;
  dwc:endLongitude '-49.94567'^^xsd:double;
  dwc:latitude '49.81462'^^xsd:double;
  dwc:startLatitude '49.81462'^^xsd:double;
  dwc:endLatitude '49.81462'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.94567 49.81462, -49.94567 49.81462, -49.94567 49.81462, -49.94567 49.81462, -49.94567 49.81462))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_6254'^^xsd:string;
  dwc:observationDate '2012-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4250> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.29405 -17.3176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.29405"^^xsd:decimal ;
  dwc:decimalLongitude "-17.3176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4250'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_4250'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.2469444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.3176'^^xsd:double;
  dwc:startLongitude '-17.3176'^^xsd:double;
  dwc:endLongitude '-17.3176'^^xsd:double;
  dwc:latitude '66.29405'^^xsd:double;
  dwc:startLatitude '66.29405'^^xsd:double;
  dwc:endLatitude '66.29405'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.3176 66.29405, -17.3176 66.29405, -17.3176 66.29405, -17.3176 66.29405, -17.3176 66.29405))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4250'^^xsd:string;
  dwc:observationDate '2006-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1258> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19767 -70.16084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.19767"^^xsd:decimal ;
  dwc:decimalLongitude "-70.16084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1258'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_1258'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.933611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-70.16084'^^xsd:double;
  dwc:startLongitude '-70.16084'^^xsd:double;
  dwc:endLongitude '-70.16084'^^xsd:double;
  dwc:latitude '42.19767'^^xsd:double;
  dwc:startLatitude '42.19767'^^xsd:double;
  dwc:endLatitude '42.19767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.16084 42.19767, -70.16084 42.19767, -70.16084 42.19767, -70.16084 42.19767, -70.16084 42.19767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1258'^^xsd:string;
  dwc:observationDate '1997-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3051> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.57675 -17.76518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.57675"^^xsd:decimal ;
  dwc:decimalLongitude "-17.76518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3051'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_3051'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.1041666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.76518'^^xsd:double;
  dwc:startLongitude '-17.76518'^^xsd:double;
  dwc:endLongitude '-17.76518'^^xsd:double;
  dwc:latitude '66.57675'^^xsd:double;
  dwc:startLatitude '66.57675'^^xsd:double;
  dwc:endLatitude '66.57675'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.76518 66.57675, -17.76518 66.57675, -17.76518 66.57675, -17.76518 66.57675, -17.76518 66.57675))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_3051'^^xsd:string;
  dwc:observationDate '2004-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4335> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.16225 -17.60223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.16225"^^xsd:decimal ;
  dwc:decimalLongitude "-17.60223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4335'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_4335'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.217777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.60223'^^xsd:double;
  dwc:startLongitude '-17.60223'^^xsd:double;
  dwc:endLongitude '-17.60223'^^xsd:double;
  dwc:latitude '66.16225'^^xsd:double;
  dwc:startLatitude '66.16225'^^xsd:double;
  dwc:endLatitude '66.16225'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.60223 66.16225, -17.60223 66.16225, -17.60223 66.16225, -17.60223 66.16225, -17.60223 66.16225))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4335'^^xsd:string;
  dwc:observationDate '2006-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3695> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2821 -66.43225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2821"^^xsd:decimal ;
  dwc:decimalLongitude "-66.43225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3695'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_3695'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '19.294444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.43225'^^xsd:double;
  dwc:startLongitude '-66.43225'^^xsd:double;
  dwc:endLongitude '-66.43225'^^xsd:double;
  dwc:latitude '44.2821'^^xsd:double;
  dwc:startLatitude '44.2821'^^xsd:double;
  dwc:endLatitude '44.2821'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.43225 44.2821, -66.43225 44.2821, -66.43225 44.2821, -66.43225 44.2821, -66.43225 44.2821))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_3695'^^xsd:string;
  dwc:observationDate '2005-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2916> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.93816 -24.53414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.93816"^^xsd:decimal ;
  dwc:decimalLongitude "-24.53414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2916'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_2916'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0.78777777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.53414'^^xsd:double;
  dwc:startLongitude '-24.53414'^^xsd:double;
  dwc:endLongitude '-24.53414'^^xsd:double;
  dwc:latitude '66.93816'^^xsd:double;
  dwc:startLatitude '66.93816'^^xsd:double;
  dwc:endLatitude '66.93816'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.53414 66.93816, -24.53414 66.93816, -24.53414 66.93816, -24.53414 66.93816, -24.53414 66.93816))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_2916'^^xsd:string;
  dwc:observationDate '2004-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3688> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.32867 -66.40232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.32867"^^xsd:decimal ;
  dwc:decimalLongitude "-66.40232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3688'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_3688'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.593888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.40232'^^xsd:double;
  dwc:startLongitude '-66.40232'^^xsd:double;
  dwc:endLongitude '-66.40232'^^xsd:double;
  dwc:latitude '44.32867'^^xsd:double;
  dwc:startLatitude '44.32867'^^xsd:double;
  dwc:endLatitude '44.32867'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.40232 44.32867, -66.40232 44.32867, -66.40232 44.32867, -66.40232 44.32867, -66.40232 44.32867))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_3688'^^xsd:string;
  dwc:observationDate '2005-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1241> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2875 -70.1475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.2875"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1241'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_1241'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19.401111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-70.1475'^^xsd:double;
  dwc:startLongitude '-70.1475'^^xsd:double;
  dwc:endLongitude '-70.1475'^^xsd:double;
  dwc:latitude '42.2875'^^xsd:double;
  dwc:startLatitude '42.2875'^^xsd:double;
  dwc:endLatitude '42.2875'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.1475 42.2875, -70.1475 42.2875, -70.1475 42.2875, -70.1475 42.2875, -70.1475 42.2875))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1241'^^xsd:string;
  dwc:observationDate '1997-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4515> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.63287 -23.3693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.63287"^^xsd:decimal ;
  dwc:decimalLongitude "-23.3693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4515'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_4515'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '23.269444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.3693'^^xsd:double;
  dwc:startLongitude '-23.3693'^^xsd:double;
  dwc:endLongitude '-23.3693'^^xsd:double;
  dwc:latitude '67.63287'^^xsd:double;
  dwc:startLatitude '67.63287'^^xsd:double;
  dwc:endLatitude '67.63287'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.3693 67.63287, -23.3693 67.63287, -23.3693 67.63287, -23.3693 67.63287, -23.3693 67.63287))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4515'^^xsd:string;
  dwc:observationDate '2006-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3783> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31832 -66.65776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31832"^^xsd:decimal ;
  dwc:decimalLongitude "-66.65776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3783'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_3783'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.7111111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.65776'^^xsd:double;
  dwc:startLongitude '-66.65776'^^xsd:double;
  dwc:endLongitude '-66.65776'^^xsd:double;
  dwc:latitude '44.31832'^^xsd:double;
  dwc:startLatitude '44.31832'^^xsd:double;
  dwc:endLatitude '44.31832'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.65776 44.31832, -66.65776 44.31832, -66.65776 44.31832, -66.65776 44.31832, -66.65776 44.31832))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_3783'^^xsd:string;
  dwc:observationDate '2005-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4008> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.69957 -46.77765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.69957"^^xsd:decimal ;
  dwc:decimalLongitude "-46.77765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4008'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_4008'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.7033333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-46.77765'^^xsd:double;
  dwc:startLongitude '-46.77765'^^xsd:double;
  dwc:endLongitude '-46.77765'^^xsd:double;
  dwc:latitude '47.69957'^^xsd:double;
  dwc:startLatitude '47.69957'^^xsd:double;
  dwc:endLatitude '47.69957'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-46.77765 47.69957, -46.77765 47.69957, -46.77765 47.69957, -46.77765 47.69957, -46.77765 47.69957))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4008'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3738> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.09014 -65.92805)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.09014"^^xsd:decimal ;
  dwc:decimalLongitude "-65.92805"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3738'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_3738'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.769444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.92805'^^xsd:double;
  dwc:startLongitude '-65.92805'^^xsd:double;
  dwc:endLongitude '-65.92805'^^xsd:double;
  dwc:latitude '43.09014'^^xsd:double;
  dwc:startLatitude '43.09014'^^xsd:double;
  dwc:endLatitude '43.09014'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.92805 43.09014, -65.92805 43.09014, -65.92805 43.09014, -65.92805 43.09014, -65.92805 43.09014))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_3738'^^xsd:string;
  dwc:observationDate '2005-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3949> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.48057 -63.58442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.48057"^^xsd:decimal ;
  dwc:decimalLongitude "-63.58442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3949'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_3949'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.311666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-63.58442'^^xsd:double;
  dwc:startLongitude '-63.58442'^^xsd:double;
  dwc:endLongitude '-63.58442'^^xsd:double;
  dwc:latitude '17.48057'^^xsd:double;
  dwc:startLatitude '17.48057'^^xsd:double;
  dwc:endLatitude '17.48057'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.58442 17.48057, -63.58442 17.48057, -63.58442 17.48057, -63.58442 17.48057, -63.58442 17.48057))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_3949'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3652> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18332 -66.74745)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18332"^^xsd:decimal ;
  dwc:decimalLongitude "-66.74745"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3652'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_3652'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '19.175277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.74745'^^xsd:double;
  dwc:startLongitude '-66.74745'^^xsd:double;
  dwc:endLongitude '-66.74745'^^xsd:double;
  dwc:latitude '44.18332'^^xsd:double;
  dwc:startLatitude '44.18332'^^xsd:double;
  dwc:endLatitude '44.18332'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.74745 44.18332, -66.74745 44.18332, -66.74745 44.18332, -66.74745 44.18332, -66.74745 44.18332))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_3652'^^xsd:string;
  dwc:observationDate '2005-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4347> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.70365 -16.90413)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.70365"^^xsd:decimal ;
  dwc:decimalLongitude "-16.90413"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4347'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_4347'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.783055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.90413'^^xsd:double;
  dwc:startLongitude '-16.90413'^^xsd:double;
  dwc:endLongitude '-16.90413'^^xsd:double;
  dwc:latitude '66.70365'^^xsd:double;
  dwc:startLatitude '66.70365'^^xsd:double;
  dwc:endLatitude '66.70365'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.90413 66.70365, -16.90413 66.70365, -16.90413 66.70365, -16.90413 66.70365, -16.90413 66.70365))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4347'^^xsd:string;
  dwc:observationDate '2006-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4207> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51528 -17.74975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.51528"^^xsd:decimal ;
  dwc:decimalLongitude "-17.74975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4207'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4207'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.918888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.74975'^^xsd:double;
  dwc:startLongitude '-17.74975'^^xsd:double;
  dwc:endLongitude '-17.74975'^^xsd:double;
  dwc:latitude '66.51528'^^xsd:double;
  dwc:startLatitude '66.51528'^^xsd:double;
  dwc:endLatitude '66.51528'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.74975 66.51528, -17.74975 66.51528, -17.74975 66.51528, -17.74975 66.51528, -17.74975 66.51528))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4207'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6260> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8466 -49.91115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8466"^^xsd:decimal ;
  dwc:decimalLongitude "-49.91115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6260'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_6260'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17.731388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-49.91115'^^xsd:double;
  dwc:startLongitude '-49.91115'^^xsd:double;
  dwc:endLongitude '-49.91115'^^xsd:double;
  dwc:latitude '49.8466'^^xsd:double;
  dwc:startLatitude '49.8466'^^xsd:double;
  dwc:endLatitude '49.8466'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.91115 49.8466, -49.91115 49.8466, -49.91115 49.8466, -49.91115 49.8466, -49.91115 49.8466))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_6260'^^xsd:string;
  dwc:observationDate '2012-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1291> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19133 -70.324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.19133"^^xsd:decimal ;
  dwc:decimalLongitude "-70.324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1291'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_1291'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.943611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-70.324'^^xsd:double;
  dwc:startLongitude '-70.324'^^xsd:double;
  dwc:endLongitude '-70.324'^^xsd:double;
  dwc:latitude '42.19133'^^xsd:double;
  dwc:startLatitude '42.19133'^^xsd:double;
  dwc:endLatitude '42.19133'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.324 42.19133, -70.324 42.19133, -70.324 42.19133, -70.324 42.19133, -70.324 42.19133))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1291'^^xsd:string;
  dwc:observationDate '1997-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4306> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.70445 -17.39773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.70445"^^xsd:decimal ;
  dwc:decimalLongitude "-17.39773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4306'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_4306'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.387222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.39773'^^xsd:double;
  dwc:startLongitude '-17.39773'^^xsd:double;
  dwc:endLongitude '-17.39773'^^xsd:double;
  dwc:latitude '66.70445'^^xsd:double;
  dwc:startLatitude '66.70445'^^xsd:double;
  dwc:endLatitude '66.70445'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.39773 66.70445, -17.39773 66.70445, -17.39773 66.70445, -17.39773 66.70445, -17.39773 66.70445))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4306'^^xsd:string;
  dwc:observationDate '2006-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2929> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.21069 -23.48322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.21069"^^xsd:decimal ;
  dwc:decimalLongitude "-23.48322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2929'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_2929'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '5.9219444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.48322'^^xsd:double;
  dwc:startLongitude '-23.48322'^^xsd:double;
  dwc:endLongitude '-23.48322'^^xsd:double;
  dwc:latitude '67.21069'^^xsd:double;
  dwc:startLatitude '67.21069'^^xsd:double;
  dwc:endLatitude '67.21069'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.48322 67.21069, -23.48322 67.21069, -23.48322 67.21069, -23.48322 67.21069, -23.48322 67.21069))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_2929'^^xsd:string;
  dwc:observationDate '2004-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1216> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25134 -70.16383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25134"^^xsd:decimal ;
  dwc:decimalLongitude "-70.16383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1216'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_1216'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.110277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-70.16383'^^xsd:double;
  dwc:startLongitude '-70.16383'^^xsd:double;
  dwc:endLongitude '-70.16383'^^xsd:double;
  dwc:latitude '42.25134'^^xsd:double;
  dwc:startLatitude '42.25134'^^xsd:double;
  dwc:endLatitude '42.25134'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.16383 42.25134, -70.16383 42.25134, -70.16383 42.25134, -70.16383 42.25134, -70.16383 42.25134))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1216'^^xsd:string;
  dwc:observationDate '1997-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2794> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9743 -22.85546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9743"^^xsd:decimal ;
  dwc:decimalLongitude "-22.85546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2794'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_2794'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '14.190555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.85546'^^xsd:double;
  dwc:startLongitude '-22.85546'^^xsd:double;
  dwc:endLongitude '-22.85546'^^xsd:double;
  dwc:latitude '63.9743'^^xsd:double;
  dwc:startLatitude '63.9743'^^xsd:double;
  dwc:endLatitude '63.9743'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.85546 63.9743, -22.85546 63.9743, -22.85546 63.9743, -22.85546 63.9743, -22.85546 63.9743))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_2794'^^xsd:string;
  dwc:observationDate '2004-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3118> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.89115 -24.58682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.89115"^^xsd:decimal ;
  dwc:decimalLongitude "-24.58682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3118'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_3118'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '19.091388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.58682'^^xsd:double;
  dwc:startLongitude '-24.58682'^^xsd:double;
  dwc:endLongitude '-24.58682'^^xsd:double;
  dwc:latitude '66.89115'^^xsd:double;
  dwc:startLatitude '66.89115'^^xsd:double;
  dwc:endLatitude '66.89115'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.58682 66.89115, -24.58682 66.89115, -24.58682 66.89115, -24.58682 66.89115, -24.58682 66.89115))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_3118'^^xsd:string;
  dwc:observationDate '2004-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3114> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.95811 -24.50525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.95811"^^xsd:decimal ;
  dwc:decimalLongitude "-24.50525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3114'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_3114'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.904722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.50525'^^xsd:double;
  dwc:startLongitude '-24.50525'^^xsd:double;
  dwc:endLongitude '-24.50525'^^xsd:double;
  dwc:latitude '66.95811'^^xsd:double;
  dwc:startLatitude '66.95811'^^xsd:double;
  dwc:endLatitude '66.95811'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.50525 66.95811, -24.50525 66.95811, -24.50525 66.95811, -24.50525 66.95811, -24.50525 66.95811))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_3114'^^xsd:string;
  dwc:observationDate '2004-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4225> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.34388 -17.6173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.34388"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4225'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4225'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.292777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.6173'^^xsd:double;
  dwc:startLongitude '-17.6173'^^xsd:double;
  dwc:endLongitude '-17.6173'^^xsd:double;
  dwc:latitude '66.34388'^^xsd:double;
  dwc:startLatitude '66.34388'^^xsd:double;
  dwc:endLatitude '66.34388'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6173 66.34388, -17.6173 66.34388, -17.6173 66.34388, -17.6173 66.34388, -17.6173 66.34388))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4225'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1237> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.30817 -70.0545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.30817"^^xsd:decimal ;
  dwc:decimalLongitude "-70.0545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1237'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_1237'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.714722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-70.0545'^^xsd:double;
  dwc:startLongitude '-70.0545'^^xsd:double;
  dwc:endLongitude '-70.0545'^^xsd:double;
  dwc:latitude '42.30817'^^xsd:double;
  dwc:startLatitude '42.30817'^^xsd:double;
  dwc:endLatitude '42.30817'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.0545 42.30817, -70.0545 42.30817, -70.0545 42.30817, -70.0545 42.30817, -70.0545 42.30817))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1237'^^xsd:string;
  dwc:observationDate '1997-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1313> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.267 -70.27817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.267"^^xsd:decimal ;
  dwc:decimalLongitude "-70.27817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1313'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_1313'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '16.166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-70.27817'^^xsd:double;
  dwc:startLongitude '-70.27817'^^xsd:double;
  dwc:endLongitude '-70.27817'^^xsd:double;
  dwc:latitude '42.267'^^xsd:double;
  dwc:startLatitude '42.267'^^xsd:double;
  dwc:endLatitude '42.267'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.27817 42.267, -70.27817 42.267, -70.27817 42.267, -70.27817 42.267, -70.27817 42.267))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1313'^^xsd:string;
  dwc:observationDate '1997-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4336> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.16392 -17.5044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.16392"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4336'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_4336'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.549444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.5044'^^xsd:double;
  dwc:startLongitude '-17.5044'^^xsd:double;
  dwc:endLongitude '-17.5044'^^xsd:double;
  dwc:latitude '66.16392'^^xsd:double;
  dwc:startLatitude '66.16392'^^xsd:double;
  dwc:endLatitude '66.16392'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.5044 66.16392, -17.5044 66.16392, -17.5044 66.16392, -17.5044 66.16392, -17.5044 66.16392))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4336'^^xsd:string;
  dwc:observationDate '2006-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4519> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.44998 -24.02923)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.44998"^^xsd:decimal ;
  dwc:decimalLongitude "-24.02923"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4519'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_4519'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '1.8105555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.02923'^^xsd:double;
  dwc:startLongitude '-24.02923'^^xsd:double;
  dwc:endLongitude '-24.02923'^^xsd:double;
  dwc:latitude '67.44998'^^xsd:double;
  dwc:startLatitude '67.44998'^^xsd:double;
  dwc:endLatitude '67.44998'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.02923 67.44998, -24.02923 67.44998, -24.02923 67.44998, -24.02923 67.44998, -24.02923 67.44998))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4519'^^xsd:string;
  dwc:observationDate '2006-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3672> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4121 -66.33065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4121"^^xsd:decimal ;
  dwc:decimalLongitude "-66.33065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3672'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_3672'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.588611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.33065'^^xsd:double;
  dwc:startLongitude '-66.33065'^^xsd:double;
  dwc:endLongitude '-66.33065'^^xsd:double;
  dwc:latitude '44.4121'^^xsd:double;
  dwc:startLatitude '44.4121'^^xsd:double;
  dwc:endLatitude '44.4121'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.33065 44.4121, -66.33065 44.4121, -66.33065 44.4121, -66.33065 44.4121, -66.33065 44.4121))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_3672'^^xsd:string;
  dwc:observationDate '2005-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1279> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.63033 -68.4725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.63033"^^xsd:decimal ;
  dwc:decimalLongitude "-68.4725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1279'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_1279'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.059444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.4725'^^xsd:double;
  dwc:startLongitude '-68.4725'^^xsd:double;
  dwc:endLongitude '-68.4725'^^xsd:double;
  dwc:latitude '43.63033'^^xsd:double;
  dwc:startLatitude '43.63033'^^xsd:double;
  dwc:endLatitude '43.63033'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.4725 43.63033, -68.4725 43.63033, -68.4725 43.63033, -68.4725 43.63033, -68.4725 43.63033))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1279'^^xsd:string;
  dwc:observationDate '1997-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4205> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51694 -17.737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.51694"^^xsd:decimal ;
  dwc:decimalLongitude "-17.737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4205'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4205'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.873333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.737'^^xsd:double;
  dwc:startLongitude '-17.737'^^xsd:double;
  dwc:endLongitude '-17.737'^^xsd:double;
  dwc:latitude '66.51694'^^xsd:double;
  dwc:startLatitude '66.51694'^^xsd:double;
  dwc:endLatitude '66.51694'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.737 66.51694, -17.737 66.51694, -17.737 66.51694, -17.737 66.51694, -17.737 66.51694))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4205'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1062> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.07633 -61.86867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.07633"^^xsd:decimal ;
  dwc:decimalLongitude "-61.86867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1062'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_1062'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.670555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.86867'^^xsd:double;
  dwc:startLongitude '-61.86867'^^xsd:double;
  dwc:endLongitude '-61.86867'^^xsd:double;
  dwc:latitude '12.07633'^^xsd:double;
  dwc:startLatitude '12.07633'^^xsd:double;
  dwc:endLatitude '12.07633'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.86867 12.07633, -61.86867 12.07633, -61.86867 12.07633, -61.86867 12.07633, -61.86867 12.07633))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1062'^^xsd:string;
  dwc:observationDate '1996-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1327> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.98933 -67.7955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.98933"^^xsd:decimal ;
  dwc:decimalLongitude "-67.7955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1327'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1158_1327'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '7.3116666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-67.7955'^^xsd:double;
  dwc:startLongitude '-67.7955'^^xsd:double;
  dwc:endLongitude '-67.7955'^^xsd:double;
  dwc:latitude '41.98933'^^xsd:double;
  dwc:startLatitude '41.98933'^^xsd:double;
  dwc:endLatitude '41.98933'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.7955 41.98933, -67.7955 41.98933, -67.7955 41.98933, -67.7955 41.98933, -67.7955 41.98933))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1327'^^xsd:string;
  dwc:observationDate '1997-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6158> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.30072 -64.86262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.30072"^^xsd:decimal ;
  dwc:decimalLongitude "-64.86262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6158'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_6158'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.5725'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-64.86262'^^xsd:double;
  dwc:startLongitude '-64.86262'^^xsd:double;
  dwc:endLongitude '-64.86262'^^xsd:double;
  dwc:latitude '43.30072'^^xsd:double;
  dwc:startLatitude '43.30072'^^xsd:double;
  dwc:endLatitude '43.30072'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.86262 43.30072, -64.86262 43.30072, -64.86262 43.30072, -64.86262 43.30072, -64.86262 43.30072))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_6158'^^xsd:string;
  dwc:observationDate '2012-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1323> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.61483 -69.63567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.61483"^^xsd:decimal ;
  dwc:decimalLongitude "-69.63567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1323'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_1323'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '17.313888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-69.63567'^^xsd:double;
  dwc:startLongitude '-69.63567'^^xsd:double;
  dwc:endLongitude '-69.63567'^^xsd:double;
  dwc:latitude '41.61483'^^xsd:double;
  dwc:startLatitude '41.61483'^^xsd:double;
  dwc:endLatitude '41.61483'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.63567 41.61483, -69.63567 41.61483, -69.63567 41.61483, -69.63567 41.61483, -69.63567 41.61483))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1323'^^xsd:string;
  dwc:observationDate '1997-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1306> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1925 -70.337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1925"^^xsd:decimal ;
  dwc:decimalLongitude "-70.337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1306'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_1306'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.4041666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-70.337'^^xsd:double;
  dwc:startLongitude '-70.337'^^xsd:double;
  dwc:endLongitude '-70.337'^^xsd:double;
  dwc:latitude '42.1925'^^xsd:double;
  dwc:startLatitude '42.1925'^^xsd:double;
  dwc:endLatitude '42.1925'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.337 42.1925, -70.337 42.1925, -70.337 42.1925, -70.337 42.1925, -70.337 42.1925))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1306'^^xsd:string;
  dwc:observationDate '1997-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2990> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.15285 -20.20218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.15285"^^xsd:decimal ;
  dwc:decimalLongitude "-20.20218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2990'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_2990'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.3733333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-20.20218'^^xsd:double;
  dwc:startLongitude '-20.20218'^^xsd:double;
  dwc:endLongitude '-20.20218'^^xsd:double;
  dwc:latitude '67.15285'^^xsd:double;
  dwc:startLatitude '67.15285'^^xsd:double;
  dwc:endLatitude '67.15285'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-20.20218 67.15285, -20.20218 67.15285, -20.20218 67.15285, -20.20218 67.15285, -20.20218 67.15285))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_2990'^^xsd:string;
  dwc:observationDate '2004-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1350> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1395 -66.09433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1395"^^xsd:decimal ;
  dwc:decimalLongitude "-66.09433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1350'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_1350'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '8.9241666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.09433'^^xsd:double;
  dwc:startLongitude '-66.09433'^^xsd:double;
  dwc:endLongitude '-66.09433'^^xsd:double;
  dwc:latitude '42.1395'^^xsd:double;
  dwc:startLatitude '42.1395'^^xsd:double;
  dwc:endLatitude '42.1395'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.09433 42.1395, -66.09433 42.1395, -66.09433 42.1395, -66.09433 42.1395, -66.09433 42.1395))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1350'^^xsd:string;
  dwc:observationDate '1997-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4197> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.53268 -17.6578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.53268"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4197'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4197'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.441944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.6578'^^xsd:double;
  dwc:startLongitude '-17.6578'^^xsd:double;
  dwc:endLongitude '-17.6578'^^xsd:double;
  dwc:latitude '66.53268'^^xsd:double;
  dwc:startLatitude '66.53268'^^xsd:double;
  dwc:endLatitude '66.53268'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6578 66.53268, -17.6578 66.53268, -17.6578 66.53268, -17.6578 66.53268, -17.6578 66.53268))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4197'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4491> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.98171 -19.87752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.98171"^^xsd:decimal ;
  dwc:decimalLongitude "-19.87752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4491'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_4491'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.145'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-19.87752'^^xsd:double;
  dwc:startLongitude '-19.87752'^^xsd:double;
  dwc:endLongitude '-19.87752'^^xsd:double;
  dwc:latitude '67.98171'^^xsd:double;
  dwc:startLatitude '67.98171'^^xsd:double;
  dwc:endLatitude '67.98171'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-19.87752 67.98171, -19.87752 67.98171, -19.87752 67.98171, -19.87752 67.98171, -19.87752 67.98171))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4491'^^xsd:string;
  dwc:observationDate '2006-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1395> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.905 -66.74866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.905"^^xsd:decimal ;
  dwc:decimalLongitude "-66.74866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1395'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_1395'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.603888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.74866'^^xsd:double;
  dwc:startLongitude '-66.74866'^^xsd:double;
  dwc:endLongitude '-66.74866'^^xsd:double;
  dwc:latitude '44.905'^^xsd:double;
  dwc:startLatitude '44.905'^^xsd:double;
  dwc:endLatitude '44.905'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.74866 44.905, -66.74866 44.905, -66.74866 44.905, -66.74866 44.905, -66.74866 44.905))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1395'^^xsd:string;
  dwc:observationDate '1997-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1226> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.248 -68.7045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.248"^^xsd:decimal ;
  dwc:decimalLongitude "-68.7045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1226'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_1226'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.409722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.7045'^^xsd:double;
  dwc:startLongitude '-68.7045'^^xsd:double;
  dwc:endLongitude '-68.7045'^^xsd:double;
  dwc:latitude '41.248'^^xsd:double;
  dwc:startLatitude '41.248'^^xsd:double;
  dwc:endLatitude '41.248'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.7045 41.248, -68.7045 41.248, -68.7045 41.248, -68.7045 41.248, -68.7045 41.248))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1226'^^xsd:string;
  dwc:observationDate '1997-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3684> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.34663 -66.3861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.34663"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3684'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_3684'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.389444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.3861'^^xsd:double;
  dwc:startLongitude '-66.3861'^^xsd:double;
  dwc:endLongitude '-66.3861'^^xsd:double;
  dwc:latitude '44.34663'^^xsd:double;
  dwc:startLatitude '44.34663'^^xsd:double;
  dwc:endLatitude '44.34663'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3861 44.34663, -66.3861 44.34663, -66.3861 44.34663, -66.3861 44.34663, -66.3861 44.34663))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_3684'^^xsd:string;
  dwc:observationDate '2005-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2926> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.2221 -23.60403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.2221"^^xsd:decimal ;
  dwc:decimalLongitude "-23.60403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_2926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2926'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_2926'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.9991666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.60403'^^xsd:double;
  dwc:startLongitude '-23.60403'^^xsd:double;
  dwc:endLongitude '-23.60403'^^xsd:double;
  dwc:latitude '67.2221'^^xsd:double;
  dwc:startLatitude '67.2221'^^xsd:double;
  dwc:endLatitude '67.2221'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.60403 67.2221, -23.60403 67.2221, -23.60403 67.2221, -23.60403 67.2221, -23.60403 67.2221))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_2926'^^xsd:string;
  dwc:observationDate '2004-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1290> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15816 -70.36266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.15816"^^xsd:decimal ;
  dwc:decimalLongitude "-70.36266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1290'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_1290'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.8311111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-70.36266'^^xsd:double;
  dwc:startLongitude '-70.36266'^^xsd:double;
  dwc:endLongitude '-70.36266'^^xsd:double;
  dwc:latitude '42.15816'^^xsd:double;
  dwc:startLatitude '42.15816'^^xsd:double;
  dwc:endLatitude '42.15816'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.36266 42.15816, -70.36266 42.15816, -70.36266 42.15816, -70.36266 42.15816, -70.36266 42.15816))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1290'^^xsd:string;
  dwc:observationDate '1997-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1606> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6366 -66.6541)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6366"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6541"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1606'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_1606'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '21.633333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.6541'^^xsd:double;
  dwc:startLongitude '-66.6541'^^xsd:double;
  dwc:endLongitude '-66.6541'^^xsd:double;
  dwc:latitude '44.6366'^^xsd:double;
  dwc:startLatitude '44.6366'^^xsd:double;
  dwc:endLatitude '44.6366'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6541 44.6366, -66.6541 44.6366, -66.6541 44.6366, -66.6541 44.6366, -66.6541 44.6366))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1606'^^xsd:string;
  dwc:observationDate '1999-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4296> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.62075 -17.60598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.62075"^^xsd:decimal ;
  dwc:decimalLongitude "-17.60598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4296'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_4296'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.3675'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.60598'^^xsd:double;
  dwc:startLongitude '-17.60598'^^xsd:double;
  dwc:endLongitude '-17.60598'^^xsd:double;
  dwc:latitude '66.62075'^^xsd:double;
  dwc:startLatitude '66.62075'^^xsd:double;
  dwc:endLatitude '66.62075'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.60598 66.62075, -17.60598 66.62075, -17.60598 66.62075, -17.60598 66.62075, -17.60598 66.62075))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4296'^^xsd:string;
  dwc:observationDate '2006-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4208> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5133 -17.76582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.5133"^^xsd:decimal ;
  dwc:decimalLongitude "-17.76582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4208'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4208'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.976666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.76582'^^xsd:double;
  dwc:startLongitude '-17.76582'^^xsd:double;
  dwc:endLongitude '-17.76582'^^xsd:double;
  dwc:latitude '66.5133'^^xsd:double;
  dwc:startLatitude '66.5133'^^xsd:double;
  dwc:endLatitude '66.5133'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.76582 66.5133, -17.76582 66.5133, -17.76582 66.5133, -17.76582 66.5133, -17.76582 66.5133))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4208'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3533> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2985 -69.05922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.2985"^^xsd:decimal ;
  dwc:decimalLongitude "-69.05922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3533'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1158_3533'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '16.501666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-69.05922'^^xsd:double;
  dwc:startLongitude '-69.05922'^^xsd:double;
  dwc:endLongitude '-69.05922'^^xsd:double;
  dwc:latitude '41.2985'^^xsd:double;
  dwc:startLatitude '41.2985'^^xsd:double;
  dwc:endLatitude '41.2985'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.05922 41.2985, -69.05922 41.2985, -69.05922 41.2985, -69.05922 41.2985, -69.05922 41.2985))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_3533'^^xsd:string;
  dwc:observationDate '2005-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4203> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52495 -17.72205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52495"^^xsd:decimal ;
  dwc:decimalLongitude "-17.72205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4203'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4203'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.660555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.72205'^^xsd:double;
  dwc:startLongitude '-17.72205'^^xsd:double;
  dwc:endLongitude '-17.72205'^^xsd:double;
  dwc:latitude '66.52495'^^xsd:double;
  dwc:startLatitude '66.52495'^^xsd:double;
  dwc:endLatitude '66.52495'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.72205 66.52495, -17.72205 66.52495, -17.72205 66.52495, -17.72205 66.52495, -17.72205 66.52495))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4203'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4321> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.75681 -17.72973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.75681"^^xsd:decimal ;
  dwc:decimalLongitude "-17.72973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4321'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_4321'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17.284166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.72973'^^xsd:double;
  dwc:startLongitude '-17.72973'^^xsd:double;
  dwc:endLongitude '-17.72973'^^xsd:double;
  dwc:latitude '66.75681'^^xsd:double;
  dwc:startLatitude '66.75681'^^xsd:double;
  dwc:endLatitude '66.75681'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.72973 66.75681, -17.72973 66.75681, -17.72973 66.75681, -17.72973 66.75681, -17.72973 66.75681))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4321'^^xsd:string;
  dwc:observationDate '2006-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1963> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.67478 -68.42696)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.67478"^^xsd:decimal ;
  dwc:decimalLongitude "-68.42696"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1963'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_1963'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '12.131944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.42696'^^xsd:double;
  dwc:startLongitude '-68.42696'^^xsd:double;
  dwc:endLongitude '-68.42696'^^xsd:double;
  dwc:latitude '41.67478'^^xsd:double;
  dwc:startLatitude '41.67478'^^xsd:double;
  dwc:endLatitude '41.67478'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.42696 41.67478, -68.42696 41.67478, -68.42696 41.67478, -68.42696 41.67478, -68.42696 41.67478))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1963'^^xsd:string;
  dwc:observationDate '2001-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4113> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.56448 -17.81895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.56448"^^xsd:decimal ;
  dwc:decimalLongitude "-17.81895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4113'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_4113'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.302222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.81895'^^xsd:double;
  dwc:startLongitude '-17.81895'^^xsd:double;
  dwc:endLongitude '-17.81895'^^xsd:double;
  dwc:latitude '66.56448'^^xsd:double;
  dwc:startLatitude '66.56448'^^xsd:double;
  dwc:endLatitude '66.56448'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.81895 66.56448, -17.81895 66.56448, -17.81895 66.56448, -17.81895 66.56448, -17.81895 66.56448))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4113'^^xsd:string;
  dwc:observationDate '2006-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1345> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1 -66.862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1"^^xsd:decimal ;
  dwc:decimalLongitude "-66.862"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1345'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1158_1345'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '16.427777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.862'^^xsd:double;
  dwc:startLongitude '-66.862'^^xsd:double;
  dwc:endLongitude '-66.862'^^xsd:double;
  dwc:latitude '42.1'^^xsd:double;
  dwc:startLatitude '42.1'^^xsd:double;
  dwc:endLatitude '42.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.862 42.1, -66.862 42.1, -66.862 42.1, -66.862 42.1, -66.862 42.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1345'^^xsd:string;
  dwc:observationDate '1997-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1294> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.20583 -70.35667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.20583"^^xsd:decimal ;
  dwc:decimalLongitude "-70.35667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1294'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_1294'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.612222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-70.35667'^^xsd:double;
  dwc:startLongitude '-70.35667'^^xsd:double;
  dwc:endLongitude '-70.35667'^^xsd:double;
  dwc:latitude '42.20583'^^xsd:double;
  dwc:startLatitude '42.20583'^^xsd:double;
  dwc:endLatitude '42.20583'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.35667 42.20583, -70.35667 42.20583, -70.35667 42.20583, -70.35667 42.20583, -70.35667 42.20583))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1294'^^xsd:string;
  dwc:observationDate '1997-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4282> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.55675 -17.75665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.55675"^^xsd:decimal ;
  dwc:decimalLongitude "-17.75665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4282'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_4282'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8.3272222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.75665'^^xsd:double;
  dwc:startLongitude '-17.75665'^^xsd:double;
  dwc:endLongitude '-17.75665'^^xsd:double;
  dwc:latitude '66.55675'^^xsd:double;
  dwc:startLatitude '66.55675'^^xsd:double;
  dwc:endLatitude '66.55675'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.75665 66.55675, -17.75665 66.55675, -17.75665 66.55675, -17.75665 66.55675, -17.75665 66.55675))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4282'^^xsd:string;
  dwc:observationDate '2006-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4110> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.59316 -17.68755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.59316"^^xsd:decimal ;
  dwc:decimalLongitude "-17.68755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4110'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_4110'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.512222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.68755'^^xsd:double;
  dwc:startLongitude '-17.68755'^^xsd:double;
  dwc:endLongitude '-17.68755'^^xsd:double;
  dwc:latitude '66.59316'^^xsd:double;
  dwc:startLatitude '66.59316'^^xsd:double;
  dwc:endLatitude '66.59316'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.68755 66.59316, -17.68755 66.59316, -17.68755 66.59316, -17.68755 66.59316, -17.68755 66.59316))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4110'^^xsd:string;
  dwc:observationDate '2006-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4100> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.56743 -17.15227)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.56743"^^xsd:decimal ;
  dwc:decimalLongitude "-17.15227"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4100'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_4100'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.5422222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.15227'^^xsd:double;
  dwc:startLongitude '-17.15227'^^xsd:double;
  dwc:endLongitude '-17.15227'^^xsd:double;
  dwc:latitude '66.56743'^^xsd:double;
  dwc:startLatitude '66.56743'^^xsd:double;
  dwc:endLatitude '66.56743'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.15227 66.56743, -17.15227 66.56743, -17.15227 66.56743, -17.15227 66.56743, -17.15227 66.56743))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4100'^^xsd:string;
  dwc:observationDate '2006-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1060> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.11767 -61.86817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.11767"^^xsd:decimal ;
  dwc:decimalLongitude "-61.86817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1060'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_1060'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.587222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.86817'^^xsd:double;
  dwc:startLongitude '-61.86817'^^xsd:double;
  dwc:endLongitude '-61.86817'^^xsd:double;
  dwc:latitude '12.11767'^^xsd:double;
  dwc:startLatitude '12.11767'^^xsd:double;
  dwc:endLatitude '12.11767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.86817 12.11767, -61.86817 12.11767, -61.86817 12.11767, -61.86817 12.11767, -61.86817 12.11767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1060'^^xsd:string;
  dwc:observationDate '1996-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4283> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.56215 -17.75088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.56215"^^xsd:decimal ;
  dwc:decimalLongitude "-17.75088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4283'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_4283'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8.6002777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.75088'^^xsd:double;
  dwc:startLongitude '-17.75088'^^xsd:double;
  dwc:endLongitude '-17.75088'^^xsd:double;
  dwc:latitude '66.56215'^^xsd:double;
  dwc:startLatitude '66.56215'^^xsd:double;
  dwc:endLatitude '66.56215'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.75088 66.56215, -17.75088 66.56215, -17.75088 66.56215, -17.75088 66.56215, -17.75088 66.56215))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_4283'^^xsd:string;
  dwc:observationDate '2006-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1302> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.27717 -70.33717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.27717"^^xsd:decimal ;
  dwc:decimalLongitude "-70.33717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1302'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_1302'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '15.636666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-70.33717'^^xsd:double;
  dwc:startLongitude '-70.33717'^^xsd:double;
  dwc:endLongitude '-70.33717'^^xsd:double;
  dwc:latitude '42.27717'^^xsd:double;
  dwc:startLatitude '42.27717'^^xsd:double;
  dwc:endLatitude '42.27717'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.33717 42.27717, -70.33717 42.27717, -70.33717 42.27717, -70.33717 42.27717, -70.33717 42.27717))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '1158_1302'^^xsd:string;
  dwc:observationDate '1997-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_546> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14517 7.0205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.14517"^^xsd:decimal ;
  dwc:decimalLongitude "7.0205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_546'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_546'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '14.400277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.0205'^^xsd:double;
  dwc:startLongitude '7.0205'^^xsd:double;
  dwc:endLongitude '7.0205'^^xsd:double;
  dwc:latitude '43.14517'^^xsd:double;
  dwc:startLatitude '43.14517'^^xsd:double;
  dwc:endLatitude '43.14517'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0205 43.14517, 7.0205 43.14517, 7.0205 43.14517, 7.0205 43.14517, 7.0205 43.14517))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_546'^^xsd:string;
  dwc:observationDate '1994-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5231> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.39638 -16.42356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.39638"^^xsd:decimal ;
  dwc:decimalLongitude "-16.42356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5231'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_5231'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.67'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.42356'^^xsd:double;
  dwc:startLongitude '-16.42356'^^xsd:double;
  dwc:endLongitude '-16.42356'^^xsd:double;
  dwc:latitude '32.39638'^^xsd:double;
  dwc:startLatitude '32.39638'^^xsd:double;
  dwc:endLatitude '32.39638'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.42356 32.39638, -16.42356 32.39638, -16.42356 32.39638, -16.42356 32.39638, -16.42356 32.39638))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_5231'^^xsd:string;
  dwc:observationDate '2008-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4742> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.514 -7.37343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.514"^^xsd:decimal ;
  dwc:decimalLongitude "-7.37343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4742'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_4742'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.684166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-7.37343'^^xsd:double;
  dwc:startLongitude '-7.37343'^^xsd:double;
  dwc:endLongitude '-7.37343'^^xsd:double;
  dwc:latitude '46.514'^^xsd:double;
  dwc:startLatitude '46.514'^^xsd:double;
  dwc:endLatitude '46.514'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.37343 46.514, -7.37343 46.514, -7.37343 46.514, -7.37343 46.514, -7.37343 46.514))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_4742'^^xsd:string;
  dwc:observationDate '2008-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6003> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.83787 -42.3898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.83787"^^xsd:decimal ;
  dwc:decimalLongitude "-42.3898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6003'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_6003'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.981944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-42.3898'^^xsd:double;
  dwc:startLongitude '-42.3898'^^xsd:double;
  dwc:endLongitude '-42.3898'^^xsd:double;
  dwc:latitude '40.83787'^^xsd:double;
  dwc:startLatitude '40.83787'^^xsd:double;
  dwc:endLatitude '40.83787'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-42.3898 40.83787, -42.3898 40.83787, -42.3898 40.83787, -42.3898 40.83787, -42.3898 40.83787))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_6003'^^xsd:string;
  dwc:observationDate '2012-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3912> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.86694 -68.2414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.86694"^^xsd:decimal ;
  dwc:decimalLongitude "-68.2414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3912'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_3912'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.726111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.2414'^^xsd:double;
  dwc:startLongitude '-68.2414'^^xsd:double;
  dwc:endLongitude '-68.2414'^^xsd:double;
  dwc:latitude '41.86694'^^xsd:double;
  dwc:startLatitude '41.86694'^^xsd:double;
  dwc:endLatitude '41.86694'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.2414 41.86694, -68.2414 41.86694, -68.2414 41.86694, -68.2414 41.86694, -68.2414 41.86694))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_3912'^^xsd:string;
  dwc:observationDate '2005-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_344> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.25566 7.98967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.25566"^^xsd:decimal ;
  dwc:decimalLongitude "7.98967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_344'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_344'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.596944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.98967'^^xsd:double;
  dwc:startLongitude '7.98967'^^xsd:double;
  dwc:endLongitude '7.98967'^^xsd:double;
  dwc:latitude '43.25566'^^xsd:double;
  dwc:startLatitude '43.25566'^^xsd:double;
  dwc:endLatitude '43.25566'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.98967 43.25566, 7.98967 43.25566, 7.98967 43.25566, 7.98967 43.25566, 7.98967 43.25566))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_344'^^xsd:string;
  dwc:observationDate '1994-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1366> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.89483 -65.63683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.89483"^^xsd:decimal ;
  dwc:decimalLongitude "-65.63683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1366'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_1366'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.674722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.63683'^^xsd:double;
  dwc:startLongitude '-65.63683'^^xsd:double;
  dwc:endLongitude '-65.63683'^^xsd:double;
  dwc:latitude '42.89483'^^xsd:double;
  dwc:startLatitude '42.89483'^^xsd:double;
  dwc:endLatitude '42.89483'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.63683 42.89483, -65.63683 42.89483, -65.63683 42.89483, -65.63683 42.89483, -65.63683 42.89483))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_1366'^^xsd:string;
  dwc:observationDate '1997-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6144> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91942 -65.00574)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91942"^^xsd:decimal ;
  dwc:decimalLongitude "-65.00574"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6144'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_6144'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.266666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.00574'^^xsd:double;
  dwc:startLongitude '-65.00574'^^xsd:double;
  dwc:endLongitude '-65.00574'^^xsd:double;
  dwc:latitude '42.91942'^^xsd:double;
  dwc:startLatitude '42.91942'^^xsd:double;
  dwc:endLatitude '42.91942'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.00574 42.91942, -65.00574 42.91942, -65.00574 42.91942, -65.00574 42.91942, -65.00574 42.91942))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_6144'^^xsd:string;
  dwc:observationDate '2012-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1422> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69067 -66.48983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69067"^^xsd:decimal ;
  dwc:decimalLongitude "-66.48983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1422'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_1422'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.331666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.48983'^^xsd:double;
  dwc:startLongitude '-66.48983'^^xsd:double;
  dwc:endLongitude '-66.48983'^^xsd:double;
  dwc:latitude '44.69067'^^xsd:double;
  dwc:startLatitude '44.69067'^^xsd:double;
  dwc:endLatitude '44.69067'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.48983 44.69067, -66.48983 44.69067, -66.48983 44.69067, -66.48983 44.69067, -66.48983 44.69067))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_1422'^^xsd:string;
  dwc:observationDate '1997-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3179> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.95232 -31.11399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.95232"^^xsd:decimal ;
  dwc:decimalLongitude "-31.11399"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3179'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_3179'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.425'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-31.11399'^^xsd:double;
  dwc:startLongitude '-31.11399'^^xsd:double;
  dwc:endLongitude '-31.11399'^^xsd:double;
  dwc:latitude '64.95232'^^xsd:double;
  dwc:startLatitude '64.95232'^^xsd:double;
  dwc:endLatitude '64.95232'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-31.11399 64.95232, -31.11399 64.95232, -31.11399 64.95232, -31.11399 64.95232, -31.11399 64.95232))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_3179'^^xsd:string;
  dwc:observationDate '2004-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6155> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26997 -64.906)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26997"^^xsd:decimal ;
  dwc:decimalLongitude "-64.906"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6155'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_6155'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.150277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-64.906'^^xsd:double;
  dwc:startLongitude '-64.906'^^xsd:double;
  dwc:endLongitude '-64.906'^^xsd:double;
  dwc:latitude '43.26997'^^xsd:double;
  dwc:startLatitude '43.26997'^^xsd:double;
  dwc:endLatitude '43.26997'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.906 43.26997, -64.906 43.26997, -64.906 43.26997, -64.906 43.26997, -64.906 43.26997))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_6155'^^xsd:string;
  dwc:observationDate '2012-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3182> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.85595 -30.29373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.85595"^^xsd:decimal ;
  dwc:decimalLongitude "-30.29373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3182'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_3182'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.116111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-30.29373'^^xsd:double;
  dwc:startLongitude '-30.29373'^^xsd:double;
  dwc:endLongitude '-30.29373'^^xsd:double;
  dwc:latitude '64.85595'^^xsd:double;
  dwc:startLatitude '64.85595'^^xsd:double;
  dwc:endLatitude '64.85595'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-30.29373 64.85595, -30.29373 64.85595, -30.29373 64.85595, -30.29373 64.85595, -30.29373 64.85595))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_3182'^^xsd:string;
  dwc:observationDate '2004-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1864> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.58097 -66.5953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.58097"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1864'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_1864'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.9325'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.5953'^^xsd:double;
  dwc:startLongitude '-66.5953'^^xsd:double;
  dwc:endLongitude '-66.5953'^^xsd:double;
  dwc:latitude '44.58097'^^xsd:double;
  dwc:startLatitude '44.58097'^^xsd:double;
  dwc:endLatitude '44.58097'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5953 44.58097, -66.5953 44.58097, -66.5953 44.58097, -66.5953 44.58097, -66.5953 44.58097))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_1864'^^xsd:string;
  dwc:observationDate '2000-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1256> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06417 -69.0295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06417"^^xsd:decimal ;
  dwc:decimalLongitude "-69.0295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1256'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_1256'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.530833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-69.0295'^^xsd:double;
  dwc:startLongitude '-69.0295'^^xsd:double;
  dwc:endLongitude '-69.0295'^^xsd:double;
  dwc:latitude '43.06417'^^xsd:double;
  dwc:startLatitude '43.06417'^^xsd:double;
  dwc:endLatitude '43.06417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.0295 43.06417, -69.0295 43.06417, -69.0295 43.06417, -69.0295 43.06417, -69.0295 43.06417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_1256'^^xsd:string;
  dwc:observationDate '1997-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5542> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.22207 -9.93025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.22207"^^xsd:decimal ;
  dwc:decimalLongitude "-9.93025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5542'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_5542'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.567222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-9.93025'^^xsd:double;
  dwc:startLongitude '-9.93025'^^xsd:double;
  dwc:endLongitude '-9.93025'^^xsd:double;
  dwc:latitude '56.22207'^^xsd:double;
  dwc:startLatitude '56.22207'^^xsd:double;
  dwc:endLatitude '56.22207'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.93025 56.22207, -9.93025 56.22207, -9.93025 56.22207, -9.93025 56.22207, -9.93025 56.22207))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_5542'^^xsd:string;
  dwc:observationDate '2010-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3183> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.84268 -30.19538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.84268"^^xsd:decimal ;
  dwc:decimalLongitude "-30.19538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3183'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_3183'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.483611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-30.19538'^^xsd:double;
  dwc:startLongitude '-30.19538'^^xsd:double;
  dwc:endLongitude '-30.19538'^^xsd:double;
  dwc:latitude '64.84268'^^xsd:double;
  dwc:startLatitude '64.84268'^^xsd:double;
  dwc:endLatitude '64.84268'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-30.19538 64.84268, -30.19538 64.84268, -30.19538 64.84268, -30.19538 64.84268, -30.19538 64.84268))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_3183'^^xsd:string;
  dwc:observationDate '2004-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3996> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.04755 -47.39246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.04755"^^xsd:decimal ;
  dwc:decimalLongitude "-47.39246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3996'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_3996'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.935833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-47.39246'^^xsd:double;
  dwc:startLongitude '-47.39246'^^xsd:double;
  dwc:endLongitude '-47.39246'^^xsd:double;
  dwc:latitude '46.04755'^^xsd:double;
  dwc:startLatitude '46.04755'^^xsd:double;
  dwc:endLatitude '46.04755'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-47.39246 46.04755, -47.39246 46.04755, -47.39246 46.04755, -47.39246 46.04755, -47.39246 46.04755))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_3996'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3957> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.64873 -70.27395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.64873"^^xsd:decimal ;
  dwc:decimalLongitude "-70.27395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3957'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_3957'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '20.05'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-70.27395'^^xsd:double;
  dwc:startLongitude '-70.27395'^^xsd:double;
  dwc:endLongitude '-70.27395'^^xsd:double;
  dwc:latitude '41.64873'^^xsd:double;
  dwc:startLatitude '41.64873'^^xsd:double;
  dwc:endLatitude '41.64873'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.27395 41.64873, -70.27395 41.64873, -70.27395 41.64873, -70.27395 41.64873, -70.27395 41.64873))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_3957'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1499> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7315 -66.43233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7315"^^xsd:decimal ;
  dwc:decimalLongitude "-66.43233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1499'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_1499'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.645'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.43233'^^xsd:double;
  dwc:startLongitude '-66.43233'^^xsd:double;
  dwc:endLongitude '-66.43233'^^xsd:double;
  dwc:latitude '44.7315'^^xsd:double;
  dwc:startLatitude '44.7315'^^xsd:double;
  dwc:endLatitude '44.7315'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.43233 44.7315, -66.43233 44.7315, -66.43233 44.7315, -66.43233 44.7315, -66.43233 44.7315))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_1499'^^xsd:string;
  dwc:observationDate '1997-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1919> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.01317 -70.21158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.01317"^^xsd:decimal ;
  dwc:decimalLongitude "-70.21158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1919'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_1919'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '23.8725'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-70.21158'^^xsd:double;
  dwc:startLongitude '-70.21158'^^xsd:double;
  dwc:endLongitude '-70.21158'^^xsd:double;
  dwc:latitude '42.01317'^^xsd:double;
  dwc:startLatitude '42.01317'^^xsd:double;
  dwc:endLatitude '42.01317'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.21158 42.01317, -70.21158 42.01317, -70.21158 42.01317, -70.21158 42.01317, -70.21158 42.01317))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_1919'^^xsd:string;
  dwc:observationDate '2001-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_371> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.65267 8.57383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.65267"^^xsd:decimal ;
  dwc:decimalLongitude "8.57383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_371'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_371'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.373333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '8.57383'^^xsd:double;
  dwc:startLongitude '8.57383'^^xsd:double;
  dwc:endLongitude '8.57383'^^xsd:double;
  dwc:latitude '41.65267'^^xsd:double;
  dwc:startLatitude '41.65267'^^xsd:double;
  dwc:endLatitude '41.65267'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.57383 41.65267, 8.57383 41.65267, 8.57383 41.65267, 8.57383 41.65267, 8.57383 41.65267))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_371'^^xsd:string;
  dwc:observationDate '1994-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_441> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.56417 7.40417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.56417"^^xsd:decimal ;
  dwc:decimalLongitude "7.40417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_441'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_441'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.813611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.40417'^^xsd:double;
  dwc:startLongitude '7.40417'^^xsd:double;
  dwc:endLongitude '7.40417'^^xsd:double;
  dwc:latitude '42.56417'^^xsd:double;
  dwc:startLatitude '42.56417'^^xsd:double;
  dwc:endLatitude '42.56417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.40417 42.56417, 7.40417 42.56417, 7.40417 42.56417, 7.40417 42.56417, 7.40417 42.56417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_441'^^xsd:string;
  dwc:observationDate '1994-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1259> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.943 -69.79283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.943"^^xsd:decimal ;
  dwc:decimalLongitude "-69.79283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1259'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_1259'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '1.0661111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-69.79283'^^xsd:double;
  dwc:startLongitude '-69.79283'^^xsd:double;
  dwc:endLongitude '-69.79283'^^xsd:double;
  dwc:latitude '42.943'^^xsd:double;
  dwc:startLatitude '42.943'^^xsd:double;
  dwc:endLatitude '42.943'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.79283 42.943, -69.79283 42.943, -69.79283 42.943, -69.79283 42.943, -69.79283 42.943))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_1259'^^xsd:string;
  dwc:observationDate '1997-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3635> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48338 -65.02547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48338"^^xsd:decimal ;
  dwc:decimalLongitude "-65.02547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3635'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_3635'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '22.414444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.02547'^^xsd:double;
  dwc:startLongitude '-65.02547'^^xsd:double;
  dwc:endLongitude '-65.02547'^^xsd:double;
  dwc:latitude '42.48338'^^xsd:double;
  dwc:startLatitude '42.48338'^^xsd:double;
  dwc:endLatitude '42.48338'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.02547 42.48338, -65.02547 42.48338, -65.02547 42.48338, -65.02547 42.48338, -65.02547 42.48338))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_3635'^^xsd:string;
  dwc:observationDate '2005-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3608> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.80589 -68.57435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.80589"^^xsd:decimal ;
  dwc:decimalLongitude "-68.57435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3608'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_3608'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '21.595'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.57435'^^xsd:double;
  dwc:startLongitude '-68.57435'^^xsd:double;
  dwc:endLongitude '-68.57435'^^xsd:double;
  dwc:latitude '43.80589'^^xsd:double;
  dwc:startLatitude '43.80589'^^xsd:double;
  dwc:endLatitude '43.80589'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.57435 43.80589, -68.57435 43.80589, -68.57435 43.80589, -68.57435 43.80589, -68.57435 43.80589))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_3608'^^xsd:string;
  dwc:observationDate '2005-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_7013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_7013> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_7013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.26833 -8.73803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.26833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.73803"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_7013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_7013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_7013'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_7013'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.832777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-8.73803'^^xsd:double;
  dwc:startLongitude '-8.73803'^^xsd:double;
  dwc:endLongitude '-8.73803'^^xsd:double;
  dwc:latitude '46.26833'^^xsd:double;
  dwc:startLatitude '46.26833'^^xsd:double;
  dwc:endLatitude '46.26833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.73803 46.26833, -8.73803 46.26833, -8.73803 46.26833, -8.73803 46.26833, -8.73803 46.26833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_7013'^^xsd:string;
  dwc:observationDate '2013-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5541> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.19425 -9.93578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.19425"^^xsd:decimal ;
  dwc:decimalLongitude "-9.93578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5541'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_5541'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.109444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-9.93578'^^xsd:double;
  dwc:startLongitude '-9.93578'^^xsd:double;
  dwc:endLongitude '-9.93578'^^xsd:double;
  dwc:latitude '56.19425'^^xsd:double;
  dwc:startLatitude '56.19425'^^xsd:double;
  dwc:endLatitude '56.19425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.93578 56.19425, -9.93578 56.19425, -9.93578 56.19425, -9.93578 56.19425, -9.93578 56.19425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_5541'^^xsd:string;
  dwc:observationDate '2010-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1920> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.10983 -70.2428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.10983"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1920'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_1920'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.955'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-70.2428'^^xsd:double;
  dwc:startLongitude '-70.2428'^^xsd:double;
  dwc:endLongitude '-70.2428'^^xsd:double;
  dwc:latitude '42.10983'^^xsd:double;
  dwc:startLatitude '42.10983'^^xsd:double;
  dwc:endLatitude '42.10983'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2428 42.10983, -70.2428 42.10983, -70.2428 42.10983, -70.2428 42.10983, -70.2428 42.10983))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_1920'^^xsd:string;
  dwc:observationDate '2001-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1460> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63283 -66.54733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63283"^^xsd:decimal ;
  dwc:decimalLongitude "-66.54733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1460'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_1460'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.2777777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.54733'^^xsd:double;
  dwc:startLongitude '-66.54733'^^xsd:double;
  dwc:endLongitude '-66.54733'^^xsd:double;
  dwc:latitude '44.63283'^^xsd:double;
  dwc:startLatitude '44.63283'^^xsd:double;
  dwc:endLatitude '44.63283'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.54733 44.63283, -66.54733 44.63283, -66.54733 44.63283, -66.54733 44.63283, -66.54733 44.63283))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_1460'^^xsd:string;
  dwc:observationDate '1997-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5806> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.36367 -28.18122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.36367"^^xsd:decimal ;
  dwc:decimalLongitude "-28.18122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5806'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_5806'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.918055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.18122'^^xsd:double;
  dwc:startLongitude '-28.18122'^^xsd:double;
  dwc:endLongitude '-28.18122'^^xsd:double;
  dwc:latitude '38.36367'^^xsd:double;
  dwc:startLatitude '38.36367'^^xsd:double;
  dwc:endLatitude '38.36367'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.18122 38.36367, -28.18122 38.36367, -28.18122 38.36367, -28.18122 38.36367, -28.18122 38.36367))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_5806'^^xsd:string;
  dwc:observationDate '2012-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_352> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.98183 8.91167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.98183"^^xsd:decimal ;
  dwc:decimalLongitude "8.91167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_352'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_352'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21.168333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '8.91167'^^xsd:double;
  dwc:startLongitude '8.91167'^^xsd:double;
  dwc:endLongitude '8.91167'^^xsd:double;
  dwc:latitude '42.98183'^^xsd:double;
  dwc:startLatitude '42.98183'^^xsd:double;
  dwc:endLatitude '42.98183'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.91167 42.98183, 8.91167 42.98183, 8.91167 42.98183, 8.91167 42.98183, 8.91167 42.98183))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_352'^^xsd:string;
  dwc:observationDate '1994-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1536> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.87845 -66.80531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.87845"^^xsd:decimal ;
  dwc:decimalLongitude "-66.80531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1536'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_1536'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.632777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.80531'^^xsd:double;
  dwc:startLongitude '-66.80531'^^xsd:double;
  dwc:endLongitude '-66.80531'^^xsd:double;
  dwc:latitude '44.87845'^^xsd:double;
  dwc:startLatitude '44.87845'^^xsd:double;
  dwc:endLatitude '44.87845'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.80531 44.87845, -66.80531 44.87845, -66.80531 44.87845, -66.80531 44.87845, -66.80531 44.87845))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_1536'^^xsd:string;
  dwc:observationDate '1999-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6056> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.28341 -50.531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.28341"^^xsd:decimal ;
  dwc:decimalLongitude "-50.531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6056'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_6056'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '19.7625'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-50.531'^^xsd:double;
  dwc:startLongitude '-50.531'^^xsd:double;
  dwc:endLongitude '-50.531'^^xsd:double;
  dwc:latitude '37.28341'^^xsd:double;
  dwc:startLatitude '37.28341'^^xsd:double;
  dwc:endLatitude '37.28341'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.531 37.28341, -50.531 37.28341, -50.531 37.28341, -50.531 37.28341, -50.531 37.28341))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_6056'^^xsd:string;
  dwc:observationDate '2012-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1619> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71372 -66.41375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.71372"^^xsd:decimal ;
  dwc:decimalLongitude "-66.41375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1619'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1158_1619'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '18.745277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.41375'^^xsd:double;
  dwc:startLongitude '-66.41375'^^xsd:double;
  dwc:endLongitude '-66.41375'^^xsd:double;
  dwc:latitude '44.71372'^^xsd:double;
  dwc:startLatitude '44.71372'^^xsd:double;
  dwc:endLatitude '44.71372'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.41375 44.71372, -66.41375 44.71372, -66.41375 44.71372, -66.41375 44.71372, -66.41375 44.71372))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_1619'^^xsd:string;
  dwc:observationDate '1999-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1278> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.60417 -68.4835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.60417"^^xsd:decimal ;
  dwc:decimalLongitude "-68.4835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1278'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_1278'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.778888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.4835'^^xsd:double;
  dwc:startLongitude '-68.4835'^^xsd:double;
  dwc:endLongitude '-68.4835'^^xsd:double;
  dwc:latitude '43.60417'^^xsd:double;
  dwc:startLatitude '43.60417'^^xsd:double;
  dwc:endLatitude '43.60417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.4835 43.60417, -68.4835 43.60417, -68.4835 43.60417, -68.4835 43.60417, -68.4835 43.60417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_1278'^^xsd:string;
  dwc:observationDate '1997-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_397> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.13733 8.532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.13733"^^xsd:decimal ;
  dwc:decimalLongitude "8.532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_397'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_397'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.7275'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '8.532'^^xsd:double;
  dwc:startLongitude '8.532'^^xsd:double;
  dwc:endLongitude '8.532'^^xsd:double;
  dwc:latitude '43.13733'^^xsd:double;
  dwc:startLatitude '43.13733'^^xsd:double;
  dwc:endLatitude '43.13733'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.532 43.13733, 8.532 43.13733, 8.532 43.13733, 8.532 43.13733, 8.532 43.13733))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_397'^^xsd:string;
  dwc:observationDate '1994-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1282> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.82717 -68.641)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.82717"^^xsd:decimal ;
  dwc:decimalLongitude "-68.641"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1282'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_1282'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.005'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.641'^^xsd:double;
  dwc:startLongitude '-68.641'^^xsd:double;
  dwc:endLongitude '-68.641'^^xsd:double;
  dwc:latitude '43.82717'^^xsd:double;
  dwc:startLatitude '43.82717'^^xsd:double;
  dwc:endLatitude '43.82717'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.641 43.82717, -68.641 43.82717, -68.641 43.82717, -68.641 43.82717, -68.641 43.82717))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_1282'^^xsd:string;
  dwc:observationDate '1997-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1371> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.86 -65.726)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.86"^^xsd:decimal ;
  dwc:decimalLongitude "-65.726"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1371'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_1371'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16.435555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.726'^^xsd:double;
  dwc:startLongitude '-65.726'^^xsd:double;
  dwc:endLongitude '-65.726'^^xsd:double;
  dwc:latitude '42.86'^^xsd:double;
  dwc:startLatitude '42.86'^^xsd:double;
  dwc:endLatitude '42.86'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.726 42.86, -65.726 42.86, -65.726 42.86, -65.726 42.86, -65.726 42.86))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_1371'^^xsd:string;
  dwc:observationDate '1997-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3991> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.91685 -47.55539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.91685"^^xsd:decimal ;
  dwc:decimalLongitude "-47.55539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3991'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_3991'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.540277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-47.55539'^^xsd:double;
  dwc:startLongitude '-47.55539'^^xsd:double;
  dwc:endLongitude '-47.55539'^^xsd:double;
  dwc:latitude '45.91685'^^xsd:double;
  dwc:startLatitude '45.91685'^^xsd:double;
  dwc:endLatitude '45.91685'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-47.55539 45.91685, -47.55539 45.91685, -47.55539 45.91685, -47.55539 45.91685, -47.55539 45.91685))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_3991'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6105> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2104 -68.94093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.2104"^^xsd:decimal ;
  dwc:decimalLongitude "-68.94093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6105'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_6105'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '9.8127777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.94093'^^xsd:double;
  dwc:startLongitude '-68.94093'^^xsd:double;
  dwc:endLongitude '-68.94093'^^xsd:double;
  dwc:latitude '41.2104'^^xsd:double;
  dwc:startLatitude '41.2104'^^xsd:double;
  dwc:endLatitude '41.2104'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.94093 41.2104, -68.94093 41.2104, -68.94093 41.2104, -68.94093 41.2104, -68.94093 41.2104))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_6105'^^xsd:string;
  dwc:observationDate '2012-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5547> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.40535 -9.55837)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.40535"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55837"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5547'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_5547'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '16.593611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-9.55837'^^xsd:double;
  dwc:startLongitude '-9.55837'^^xsd:double;
  dwc:endLongitude '-9.55837'^^xsd:double;
  dwc:latitude '56.40535'^^xsd:double;
  dwc:startLatitude '56.40535'^^xsd:double;
  dwc:endLatitude '56.40535'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.55837 56.40535, -9.55837 56.40535, -9.55837 56.40535, -9.55837 56.40535, -9.55837 56.40535))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_5547'^^xsd:string;
  dwc:observationDate '2010-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_418> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51883 7.877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51883"^^xsd:decimal ;
  dwc:decimalLongitude "7.877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_418'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_418'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.214166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.877'^^xsd:double;
  dwc:startLongitude '7.877'^^xsd:double;
  dwc:endLongitude '7.877'^^xsd:double;
  dwc:latitude '42.51883'^^xsd:double;
  dwc:startLatitude '42.51883'^^xsd:double;
  dwc:endLatitude '42.51883'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.877 42.51883, 7.877 42.51883, 7.877 42.51883, 7.877 42.51883, 7.877 42.51883))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_418'^^xsd:string;
  dwc:observationDate '1994-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3625> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.59965 -65.32928)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.59965"^^xsd:decimal ;
  dwc:decimalLongitude "-65.32928"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3625'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_3625'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '20.513888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.32928'^^xsd:double;
  dwc:startLongitude '-65.32928'^^xsd:double;
  dwc:endLongitude '-65.32928'^^xsd:double;
  dwc:latitude '42.59965'^^xsd:double;
  dwc:startLatitude '42.59965'^^xsd:double;
  dwc:endLatitude '42.59965'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.32928 42.59965, -65.32928 42.59965, -65.32928 42.59965, -65.32928 42.59965, -65.32928 42.59965))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_3625'^^xsd:string;
  dwc:observationDate '2005-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5498> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.54553 -11.3222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.54553"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5498'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_5498'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '8.6827777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-11.3222'^^xsd:double;
  dwc:startLongitude '-11.3222'^^xsd:double;
  dwc:endLongitude '-11.3222'^^xsd:double;
  dwc:latitude '54.54553'^^xsd:double;
  dwc:startLatitude '54.54553'^^xsd:double;
  dwc:endLatitude '54.54553'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.3222 54.54553, -11.3222 54.54553, -11.3222 54.54553, -11.3222 54.54553, -11.3222 54.54553))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_5498'^^xsd:string;
  dwc:observationDate '2010-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3759> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06875 -65.49333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06875"^^xsd:decimal ;
  dwc:decimalLongitude "-65.49333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3759'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_3759'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '22.253333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.49333'^^xsd:double;
  dwc:startLongitude '-65.49333'^^xsd:double;
  dwc:endLongitude '-65.49333'^^xsd:double;
  dwc:latitude '43.06875'^^xsd:double;
  dwc:startLatitude '43.06875'^^xsd:double;
  dwc:endLatitude '43.06875'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.49333 43.06875, -65.49333 43.06875, -65.49333 43.06875, -65.49333 43.06875, -65.49333 43.06875))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_3759'^^xsd:string;
  dwc:observationDate '2005-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_445> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.57633 7.45083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.57633"^^xsd:decimal ;
  dwc:decimalLongitude "7.45083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_445'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_445'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16.414166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.45083'^^xsd:double;
  dwc:startLongitude '7.45083'^^xsd:double;
  dwc:endLongitude '7.45083'^^xsd:double;
  dwc:latitude '42.57633'^^xsd:double;
  dwc:startLatitude '42.57633'^^xsd:double;
  dwc:endLatitude '42.57633'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.45083 42.57633, 7.45083 42.57633, 7.45083 42.57633, 7.45083 42.57633, 7.45083 42.57633))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_445'^^xsd:string;
  dwc:observationDate '1994-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1264> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5265 -68.99583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5265"^^xsd:decimal ;
  dwc:decimalLongitude "-68.99583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1264'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_1264'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.490833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.99583'^^xsd:double;
  dwc:startLongitude '-68.99583'^^xsd:double;
  dwc:endLongitude '-68.99583'^^xsd:double;
  dwc:latitude '43.5265'^^xsd:double;
  dwc:startLatitude '43.5265'^^xsd:double;
  dwc:endLatitude '43.5265'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.99583 43.5265, -68.99583 43.5265, -68.99583 43.5265, -68.99583 43.5265, -68.99583 43.5265))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_1264'^^xsd:string;
  dwc:observationDate '1997-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_7015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_7015> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_7015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43642 -8.60398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.43642"^^xsd:decimal ;
  dwc:decimalLongitude "-8.60398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_7015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_7015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_7015'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_7015'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.815555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-8.60398'^^xsd:double;
  dwc:startLongitude '-8.60398'^^xsd:double;
  dwc:endLongitude '-8.60398'^^xsd:double;
  dwc:latitude '46.43642'^^xsd:double;
  dwc:startLatitude '46.43642'^^xsd:double;
  dwc:endLatitude '46.43642'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.60398 46.43642, -8.60398 46.43642, -8.60398 46.43642, -8.60398 46.43642, -8.60398 46.43642))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_7015'^^xsd:string;
  dwc:observationDate '2013-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6269> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.41202 -49.38202)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.41202"^^xsd:decimal ;
  dwc:decimalLongitude "-49.38202"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6269'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_6269'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '22.6875'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-49.38202'^^xsd:double;
  dwc:startLongitude '-49.38202'^^xsd:double;
  dwc:endLongitude '-49.38202'^^xsd:double;
  dwc:latitude '50.41202'^^xsd:double;
  dwc:startLatitude '50.41202'^^xsd:double;
  dwc:endLatitude '50.41202'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.38202 50.41202, -49.38202 50.41202, -49.38202 50.41202, -49.38202 50.41202, -49.38202 50.41202))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_6269'^^xsd:string;
  dwc:observationDate '2012-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_555> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.59167 8.51967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.59167"^^xsd:decimal ;
  dwc:decimalLongitude "8.51967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_555'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1158_555'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '9.1705555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '8.51967'^^xsd:double;
  dwc:startLongitude '8.51967'^^xsd:double;
  dwc:endLongitude '8.51967'^^xsd:double;
  dwc:latitude '42.59167'^^xsd:double;
  dwc:startLatitude '42.59167'^^xsd:double;
  dwc:endLatitude '42.59167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.51967 42.59167, 8.51967 42.59167, 8.51967 42.59167, 8.51967 42.59167, 8.51967 42.59167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_555'^^xsd:string;
  dwc:observationDate '1994-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6266> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.39927 -49.39286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.39927"^^xsd:decimal ;
  dwc:decimalLongitude "-49.39286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6266'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_6266'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '22.5675'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-49.39286'^^xsd:double;
  dwc:startLongitude '-49.39286'^^xsd:double;
  dwc:endLongitude '-49.39286'^^xsd:double;
  dwc:latitude '50.39927'^^xsd:double;
  dwc:startLatitude '50.39927'^^xsd:double;
  dwc:endLatitude '50.39927'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.39286 50.39927, -49.39286 50.39927, -49.39286 50.39927, -49.39286 50.39927, -49.39286 50.39927))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_6266'^^xsd:string;
  dwc:observationDate '2012-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1475> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.67267 -66.41183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.67267"^^xsd:decimal ;
  dwc:decimalLongitude "-66.41183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1475'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_1475'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '8.45'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.41183'^^xsd:double;
  dwc:startLongitude '-66.41183'^^xsd:double;
  dwc:endLongitude '-66.41183'^^xsd:double;
  dwc:latitude '44.67267'^^xsd:double;
  dwc:startLatitude '44.67267'^^xsd:double;
  dwc:endLatitude '44.67267'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.41183 44.67267, -66.41183 44.67267, -66.41183 44.67267, -66.41183 44.67267, -66.41183 44.67267))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_1475'^^xsd:string;
  dwc:observationDate '1997-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_7014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_7014> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_7014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.36314 -8.65715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.36314"^^xsd:decimal ;
  dwc:decimalLongitude "-8.65715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_7014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_7014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_7014'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_7014'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '15.948055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-8.65715'^^xsd:double;
  dwc:startLongitude '-8.65715'^^xsd:double;
  dwc:endLongitude '-8.65715'^^xsd:double;
  dwc:latitude '46.36314'^^xsd:double;
  dwc:startLatitude '46.36314'^^xsd:double;
  dwc:endLatitude '46.36314'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.65715 46.36314, -8.65715 46.36314, -8.65715 46.36314, -8.65715 46.36314, -8.65715 46.36314))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_7014'^^xsd:string;
  dwc:observationDate '2013-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1865> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55033 -66.58572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55033"^^xsd:decimal ;
  dwc:decimalLongitude "-66.58572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1865'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_1865'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.241666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.58572'^^xsd:double;
  dwc:startLongitude '-66.58572'^^xsd:double;
  dwc:endLongitude '-66.58572'^^xsd:double;
  dwc:latitude '44.55033'^^xsd:double;
  dwc:startLatitude '44.55033'^^xsd:double;
  dwc:endLatitude '44.55033'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.58572 44.55033, -66.58572 44.55033, -66.58572 44.55033, -66.58572 44.55033, -66.58572 44.55033))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_1865'^^xsd:string;
  dwc:observationDate '2000-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_587> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52234 7.90833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.52234"^^xsd:decimal ;
  dwc:decimalLongitude "7.90833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_587'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_587'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.680833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.90833'^^xsd:double;
  dwc:startLongitude '7.90833'^^xsd:double;
  dwc:endLongitude '7.90833'^^xsd:double;
  dwc:latitude '42.52234'^^xsd:double;
  dwc:startLatitude '42.52234'^^xsd:double;
  dwc:endLatitude '42.52234'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.90833 42.52234, 7.90833 42.52234, 7.90833 42.52234, 7.90833 42.52234, 7.90833 42.52234))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_587'^^xsd:string;
  dwc:observationDate '1994-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1407> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7025 -66.52734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7025"^^xsd:decimal ;
  dwc:decimalLongitude "-66.52734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1407'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_1407'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.7522222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.52734'^^xsd:double;
  dwc:startLongitude '-66.52734'^^xsd:double;
  dwc:endLongitude '-66.52734'^^xsd:double;
  dwc:latitude '44.7025'^^xsd:double;
  dwc:startLatitude '44.7025'^^xsd:double;
  dwc:endLatitude '44.7025'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.52734 44.7025, -66.52734 44.7025, -66.52734 44.7025, -66.52734 44.7025, -66.52734 44.7025))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_1407'^^xsd:string;
  dwc:observationDate '1997-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4056> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.80832 -25.386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.80832"^^xsd:decimal ;
  dwc:decimalLongitude "-25.386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4056'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_4056'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.967222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.386'^^xsd:double;
  dwc:startLongitude '-25.386'^^xsd:double;
  dwc:endLongitude '-25.386'^^xsd:double;
  dwc:latitude '64.80832'^^xsd:double;
  dwc:startLatitude '64.80832'^^xsd:double;
  dwc:endLatitude '64.80832'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.386 64.80832, -25.386 64.80832, -25.386 64.80832, -25.386 64.80832, -25.386 64.80832))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_4056'^^xsd:string;
  dwc:observationDate '2006-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3836> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71295 -66.45589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.71295"^^xsd:decimal ;
  dwc:decimalLongitude "-66.45589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3836'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_3836'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.770277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.45589'^^xsd:double;
  dwc:startLongitude '-66.45589'^^xsd:double;
  dwc:endLongitude '-66.45589'^^xsd:double;
  dwc:latitude '44.71295'^^xsd:double;
  dwc:startLatitude '44.71295'^^xsd:double;
  dwc:endLatitude '44.71295'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.45589 44.71295, -66.45589 44.71295, -66.45589 44.71295, -66.45589 44.71295, -66.45589 44.71295))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_3836'^^xsd:string;
  dwc:observationDate '2005-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_451> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.79016 7.53017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.79016"^^xsd:decimal ;
  dwc:decimalLongitude "7.53017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_451'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_451'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.1622222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.53017'^^xsd:double;
  dwc:startLongitude '7.53017'^^xsd:double;
  dwc:endLongitude '7.53017'^^xsd:double;
  dwc:latitude '42.79016'^^xsd:double;
  dwc:startLatitude '42.79016'^^xsd:double;
  dwc:endLatitude '42.79016'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.53017 42.79016, 7.53017 42.79016, 7.53017 42.79016, 7.53017 42.79016, 7.53017 42.79016))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_451'^^xsd:string;
  dwc:observationDate '1994-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_517> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82317 7.77867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82317"^^xsd:decimal ;
  dwc:decimalLongitude "7.77867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_517'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_517'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11.006388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.77867'^^xsd:double;
  dwc:startLongitude '7.77867'^^xsd:double;
  dwc:endLongitude '7.77867'^^xsd:double;
  dwc:latitude '42.82317'^^xsd:double;
  dwc:startLatitude '42.82317'^^xsd:double;
  dwc:endLatitude '42.82317'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.77867 42.82317, 7.77867 42.82317, 7.77867 42.82317, 7.77867 42.82317, 7.77867 42.82317))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_517'^^xsd:string;
  dwc:observationDate '1994-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6151> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.05574 -65.00002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.05574"^^xsd:decimal ;
  dwc:decimalLongitude "-65.00002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6151'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_6151'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.532222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.00002'^^xsd:double;
  dwc:startLongitude '-65.00002'^^xsd:double;
  dwc:endLongitude '-65.00002'^^xsd:double;
  dwc:latitude '43.05574'^^xsd:double;
  dwc:startLatitude '43.05574'^^xsd:double;
  dwc:endLatitude '43.05574'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.00002 43.05574, -65.00002 43.05574, -65.00002 43.05574, -65.00002 43.05574, -65.00002 43.05574))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_6151'^^xsd:string;
  dwc:observationDate '2012-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5539> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.27765 -9.9987)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.27765"^^xsd:decimal ;
  dwc:decimalLongitude "-9.9987"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5539'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_5539'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.888333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-9.9987'^^xsd:double;
  dwc:startLongitude '-9.9987'^^xsd:double;
  dwc:endLongitude '-9.9987'^^xsd:double;
  dwc:latitude '56.27765'^^xsd:double;
  dwc:startLatitude '56.27765'^^xsd:double;
  dwc:endLatitude '56.27765'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.9987 56.27765, -9.9987 56.27765, -9.9987 56.27765, -9.9987 56.27765, -9.9987 56.27765))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_5539'^^xsd:string;
  dwc:observationDate '2010-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3841> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.70328 -66.53957)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.70328"^^xsd:decimal ;
  dwc:decimalLongitude "-66.53957"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3841'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_3841'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.303333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.53957'^^xsd:double;
  dwc:startLongitude '-66.53957'^^xsd:double;
  dwc:endLongitude '-66.53957'^^xsd:double;
  dwc:latitude '44.70328'^^xsd:double;
  dwc:startLatitude '44.70328'^^xsd:double;
  dwc:endLatitude '44.70328'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.53957 44.70328, -66.53957 44.70328, -66.53957 44.70328, -66.53957 44.70328, -66.53957 44.70328))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_3841'^^xsd:string;
  dwc:observationDate '2005-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5672> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.28933 -14.4364)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.28933"^^xsd:decimal ;
  dwc:decimalLongitude "-14.4364"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5672'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_5672'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.360555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-14.4364'^^xsd:double;
  dwc:startLongitude '-14.4364'^^xsd:double;
  dwc:endLongitude '-14.4364'^^xsd:double;
  dwc:latitude '37.28933'^^xsd:double;
  dwc:startLatitude '37.28933'^^xsd:double;
  dwc:endLatitude '37.28933'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-14.4364 37.28933, -14.4364 37.28933, -14.4364 37.28933, -14.4364 37.28933, -14.4364 37.28933))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_5672'^^xsd:string;
  dwc:observationDate '2012-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5533> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.16894 -11.21697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.16894"^^xsd:decimal ;
  dwc:decimalLongitude "-11.21697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5533'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_5533'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '17.689722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-11.21697'^^xsd:double;
  dwc:startLongitude '-11.21697'^^xsd:double;
  dwc:endLongitude '-11.21697'^^xsd:double;
  dwc:latitude '55.16894'^^xsd:double;
  dwc:startLatitude '55.16894'^^xsd:double;
  dwc:endLatitude '55.16894'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.21697 55.16894, -11.21697 55.16894, -11.21697 55.16894, -11.21697 55.16894, -11.21697 55.16894))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_5533'^^xsd:string;
  dwc:observationDate '2010-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1360> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28316 -65.96083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.28316"^^xsd:decimal ;
  dwc:decimalLongitude "-65.96083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1360'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_1360'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.500833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.96083'^^xsd:double;
  dwc:startLongitude '-65.96083'^^xsd:double;
  dwc:endLongitude '-65.96083'^^xsd:double;
  dwc:latitude '42.28316'^^xsd:double;
  dwc:startLatitude '42.28316'^^xsd:double;
  dwc:endLatitude '42.28316'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.96083 42.28316, -65.96083 42.28316, -65.96083 42.28316, -65.96083 42.28316, -65.96083 42.28316))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_1360'^^xsd:string;
  dwc:observationDate '1997-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1249> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9285 -68.91617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9285"^^xsd:decimal ;
  dwc:decimalLongitude "-68.91617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1249'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_1249'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.021666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.91617'^^xsd:double;
  dwc:startLongitude '-68.91617'^^xsd:double;
  dwc:endLongitude '-68.91617'^^xsd:double;
  dwc:latitude '42.9285'^^xsd:double;
  dwc:startLatitude '42.9285'^^xsd:double;
  dwc:endLatitude '42.9285'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.91617 42.9285, -68.91617 42.9285, -68.91617 42.9285, -68.91617 42.9285, -68.91617 42.9285))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_1249'^^xsd:string;
  dwc:observationDate '1997-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1243> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.26667 -70.14233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.26667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.14233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1243'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_1243'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19.829722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-70.14233'^^xsd:double;
  dwc:startLongitude '-70.14233'^^xsd:double;
  dwc:endLongitude '-70.14233'^^xsd:double;
  dwc:latitude '42.26667'^^xsd:double;
  dwc:startLatitude '42.26667'^^xsd:double;
  dwc:endLatitude '42.26667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.14233 42.26667, -70.14233 42.26667, -70.14233 42.26667, -70.14233 42.26667, -70.14233 42.26667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_1243'^^xsd:string;
  dwc:observationDate '1997-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4745> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94917 -9.00347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.94917"^^xsd:decimal ;
  dwc:decimalLongitude "-9.00347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4745'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_4745'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.530833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-9.00347'^^xsd:double;
  dwc:startLongitude '-9.00347'^^xsd:double;
  dwc:endLongitude '-9.00347'^^xsd:double;
  dwc:latitude '43.94917'^^xsd:double;
  dwc:startLatitude '43.94917'^^xsd:double;
  dwc:endLatitude '43.94917'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.00347 43.94917, -9.00347 43.94917, -9.00347 43.94917, -9.00347 43.94917, -9.00347 43.94917))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_4745'^^xsd:string;
  dwc:observationDate '2008-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_444> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55667 7.42333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55667"^^xsd:decimal ;
  dwc:decimalLongitude "7.42333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_444'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_444'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '15.81'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.42333'^^xsd:double;
  dwc:startLongitude '7.42333'^^xsd:double;
  dwc:endLongitude '7.42333'^^xsd:double;
  dwc:latitude '42.55667'^^xsd:double;
  dwc:startLatitude '42.55667'^^xsd:double;
  dwc:endLatitude '42.55667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.42333 42.55667, 7.42333 42.55667, 7.42333 42.55667, 7.42333 42.55667, 7.42333 42.55667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_444'^^xsd:string;
  dwc:observationDate '1994-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6335> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.75242 -27.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.75242"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6335'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_6335'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.974166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.8333'^^xsd:double;
  dwc:startLongitude '-27.8333'^^xsd:double;
  dwc:endLongitude '-27.8333'^^xsd:double;
  dwc:latitude '66.75242'^^xsd:double;
  dwc:startLatitude '66.75242'^^xsd:double;
  dwc:endLatitude '66.75242'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.8333 66.75242, -27.8333 66.75242, -27.8333 66.75242, -27.8333 66.75242, -27.8333 66.75242))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_6335'^^xsd:string;
  dwc:observationDate '2012-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_434> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.56017 7.251)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.56017"^^xsd:decimal ;
  dwc:decimalLongitude "7.251"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_434'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_434'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.0666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.251'^^xsd:double;
  dwc:startLongitude '7.251'^^xsd:double;
  dwc:endLongitude '7.251'^^xsd:double;
  dwc:latitude '42.56017'^^xsd:double;
  dwc:startLatitude '42.56017'^^xsd:double;
  dwc:endLatitude '42.56017'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.251 42.56017, 7.251 42.56017, 7.251 42.56017, 7.251 42.56017, 7.251 42.56017))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_434'^^xsd:string;
  dwc:observationDate '1994-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1284> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78467 -68.713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78467"^^xsd:decimal ;
  dwc:decimalLongitude "-68.713"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1284'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_1284'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.095277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.713'^^xsd:double;
  dwc:startLongitude '-68.713'^^xsd:double;
  dwc:endLongitude '-68.713'^^xsd:double;
  dwc:latitude '43.78467'^^xsd:double;
  dwc:startLatitude '43.78467'^^xsd:double;
  dwc:endLatitude '43.78467'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.713 43.78467, -68.713 43.78467, -68.713 43.78467, -68.713 43.78467, -68.713 43.78467))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_1284'^^xsd:string;
  dwc:observationDate '1997-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_442> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.57267 7.4135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.57267"^^xsd:decimal ;
  dwc:decimalLongitude "7.4135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_442'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_442'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.982777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.4135'^^xsd:double;
  dwc:startLongitude '7.4135'^^xsd:double;
  dwc:endLongitude '7.4135'^^xsd:double;
  dwc:latitude '42.57267'^^xsd:double;
  dwc:startLatitude '42.57267'^^xsd:double;
  dwc:endLatitude '42.57267'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.4135 42.57267, 7.4135 42.57267, 7.4135 42.57267, 7.4135 42.57267, 7.4135 42.57267))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1158_442'^^xsd:string;
  dwc:observationDate '1994-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3892> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.10955 -65.81029)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.10955"^^xsd:decimal ;
  dwc:decimalLongitude "-65.81029"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3892'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_3892'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '22.027777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.81029'^^xsd:double;
  dwc:startLongitude '-65.81029'^^xsd:double;
  dwc:endLongitude '-65.81029'^^xsd:double;
  dwc:latitude '42.10955'^^xsd:double;
  dwc:startLatitude '42.10955'^^xsd:double;
  dwc:endLatitude '42.10955'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.81029 42.10955, -65.81029 42.10955, -65.81029 42.10955, -65.81029 42.10955, -65.81029 42.10955))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_3892'^^xsd:string;
  dwc:observationDate '2005-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1857> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73631 -69.01585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.73631"^^xsd:decimal ;
  dwc:decimalLongitude "-69.01585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1857'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_1857'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.151944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-69.01585'^^xsd:double;
  dwc:startLongitude '-69.01585'^^xsd:double;
  dwc:endLongitude '-69.01585'^^xsd:double;
  dwc:latitude '42.73631'^^xsd:double;
  dwc:startLatitude '42.73631'^^xsd:double;
  dwc:endLatitude '42.73631'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.01585 42.73631, -69.01585 42.73631, -69.01585 42.73631, -69.01585 42.73631, -69.01585 42.73631))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_1857'^^xsd:string;
  dwc:observationDate '2000-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6280> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.80522 -34.19795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.80522"^^xsd:decimal ;
  dwc:decimalLongitude "-34.19795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6280'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_6280'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.842777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-34.19795'^^xsd:double;
  dwc:startLongitude '-34.19795'^^xsd:double;
  dwc:endLongitude '-34.19795'^^xsd:double;
  dwc:latitude '59.80522'^^xsd:double;
  dwc:startLatitude '59.80522'^^xsd:double;
  dwc:endLatitude '59.80522'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-34.19795 59.80522, -34.19795 59.80522, -34.19795 59.80522, -34.19795 59.80522, -34.19795 59.80522))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_6280'^^xsd:string;
  dwc:observationDate '2012-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5409> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.0198 -19.0719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.0198"^^xsd:decimal ;
  dwc:decimalLongitude "-19.0719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5409'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_5409'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.099444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-19.0719'^^xsd:double;
  dwc:startLongitude '-19.0719'^^xsd:double;
  dwc:endLongitude '-19.0719'^^xsd:double;
  dwc:latitude '31.0198'^^xsd:double;
  dwc:startLatitude '31.0198'^^xsd:double;
  dwc:endLatitude '31.0198'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-19.0719 31.0198, -19.0719 31.0198, -19.0719 31.0198, -19.0719 31.0198, -19.0719 31.0198))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_5409'^^xsd:string;
  dwc:observationDate '2008-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5411> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.11563 -20.93923)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.11563"^^xsd:decimal ;
  dwc:decimalLongitude "-20.93923"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_5411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5411'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_5411'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.6386111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-20.93923'^^xsd:double;
  dwc:startLongitude '-20.93923'^^xsd:double;
  dwc:endLongitude '-20.93923'^^xsd:double;
  dwc:latitude '46.11563'^^xsd:double;
  dwc:startLatitude '46.11563'^^xsd:double;
  dwc:endLatitude '46.11563'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-20.93923 46.11563, -20.93923 46.11563, -20.93923 46.11563, -20.93923 46.11563, -20.93923 46.11563))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_5411'^^xsd:string;
  dwc:observationDate '2008-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1567> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.64461 -66.40688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.64461"^^xsd:decimal ;
  dwc:decimalLongitude "-66.40688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1567'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_1567'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.495277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.40688'^^xsd:double;
  dwc:startLongitude '-66.40688'^^xsd:double;
  dwc:endLongitude '-66.40688'^^xsd:double;
  dwc:latitude '44.64461'^^xsd:double;
  dwc:startLatitude '44.64461'^^xsd:double;
  dwc:endLatitude '44.64461'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.40688 44.64461, -66.40688 44.64461, -66.40688 44.64461, -66.40688 44.64461, -66.40688 44.64461))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_1567'^^xsd:string;
  dwc:observationDate '1999-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_881> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.973 -25.59317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.973"^^xsd:decimal ;
  dwc:decimalLongitude "-25.59317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_881'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_881'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.966666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.59317'^^xsd:double;
  dwc:startLongitude '-25.59317'^^xsd:double;
  dwc:endLongitude '-25.59317'^^xsd:double;
  dwc:latitude '37.973'^^xsd:double;
  dwc:startLatitude '37.973'^^xsd:double;
  dwc:endLatitude '37.973'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.59317 37.973, -25.59317 37.973, -25.59317 37.973, -25.59317 37.973, -25.59317 37.973))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_881'^^xsd:string;
  dwc:observationDate '1995-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1810> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.00048 -68.14075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.00048"^^xsd:decimal ;
  dwc:decimalLongitude "-68.14075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1810'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_1810'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.641111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.14075'^^xsd:double;
  dwc:startLongitude '-68.14075'^^xsd:double;
  dwc:endLongitude '-68.14075'^^xsd:double;
  dwc:latitude '42.00048'^^xsd:double;
  dwc:startLatitude '42.00048'^^xsd:double;
  dwc:endLatitude '42.00048'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.14075 42.00048, -68.14075 42.00048, -68.14075 42.00048, -68.14075 42.00048, -68.14075 42.00048))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_1810'^^xsd:string;
  dwc:observationDate '2000-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3894> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1136 -65.81815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1136"^^xsd:decimal ;
  dwc:decimalLongitude "-65.81815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3894'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_3894'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '22.121944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.81815'^^xsd:double;
  dwc:startLongitude '-65.81815'^^xsd:double;
  dwc:endLongitude '-65.81815'^^xsd:double;
  dwc:latitude '42.1136'^^xsd:double;
  dwc:startLatitude '42.1136'^^xsd:double;
  dwc:endLatitude '42.1136'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.81815 42.1136, -65.81815 42.1136, -65.81815 42.1136, -65.81815 42.1136, -65.81815 42.1136))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_3894'^^xsd:string;
  dwc:observationDate '2005-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6304> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.55765 -31.849)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.55765"^^xsd:decimal ;
  dwc:decimalLongitude "-31.849"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6304'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_6304'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.338055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-31.849'^^xsd:double;
  dwc:startLongitude '-31.849'^^xsd:double;
  dwc:endLongitude '-31.849'^^xsd:double;
  dwc:latitude '62.55765'^^xsd:double;
  dwc:startLatitude '62.55765'^^xsd:double;
  dwc:endLatitude '62.55765'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-31.849 62.55765, -31.849 62.55765, -31.849 62.55765, -31.849 62.55765, -31.849 62.55765))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_6304'^^xsd:string;
  dwc:observationDate '2012-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_632> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.37167 -61.46183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.37167"^^xsd:decimal ;
  dwc:decimalLongitude "-61.46183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_632'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_632'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.3'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.46183'^^xsd:double;
  dwc:startLongitude '-61.46183'^^xsd:double;
  dwc:endLongitude '-61.46183'^^xsd:double;
  dwc:latitude '15.37167'^^xsd:double;
  dwc:startLatitude '15.37167'^^xsd:double;
  dwc:endLatitude '15.37167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.46183 15.37167, -61.46183 15.37167, -61.46183 15.37167, -61.46183 15.37167, -61.46183 15.37167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_632'^^xsd:string;
  dwc:observationDate '1995-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3668> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.44286 -66.31004)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.44286"^^xsd:decimal ;
  dwc:decimalLongitude "-66.31004"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3668'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_3668'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.222222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.31004'^^xsd:double;
  dwc:startLongitude '-66.31004'^^xsd:double;
  dwc:endLongitude '-66.31004'^^xsd:double;
  dwc:latitude '44.44286'^^xsd:double;
  dwc:startLatitude '44.44286'^^xsd:double;
  dwc:endLatitude '44.44286'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.31004 44.44286, -66.31004 44.44286, -66.31004 44.44286, -66.31004 44.44286, -66.31004 44.44286))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_3668'^^xsd:string;
  dwc:observationDate '2005-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4520> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.31825 -24.47287)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.31825"^^xsd:decimal ;
  dwc:decimalLongitude "-24.47287"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_4520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4520'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_4520'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '3.6855555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.47287'^^xsd:double;
  dwc:startLongitude '-24.47287'^^xsd:double;
  dwc:endLongitude '-24.47287'^^xsd:double;
  dwc:latitude '67.31825'^^xsd:double;
  dwc:startLatitude '67.31825'^^xsd:double;
  dwc:endLatitude '67.31825'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.47287 67.31825, -24.47287 67.31825, -24.47287 67.31825, -24.47287 67.31825, -24.47287 67.31825))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_4520'^^xsd:string;
  dwc:observationDate '2006-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1835> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.95733 -67.85665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.95733"^^xsd:decimal ;
  dwc:decimalLongitude "-67.85665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1835'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_1835'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.276111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-67.85665'^^xsd:double;
  dwc:startLongitude '-67.85665'^^xsd:double;
  dwc:endLongitude '-67.85665'^^xsd:double;
  dwc:latitude '41.95733'^^xsd:double;
  dwc:startLatitude '41.95733'^^xsd:double;
  dwc:endLatitude '41.95733'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.85665 41.95733, -67.85665 41.95733, -67.85665 41.95733, -67.85665 41.95733, -67.85665 41.95733))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_1835'^^xsd:string;
  dwc:observationDate '2000-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3891> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.10625 -65.80273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.10625"^^xsd:decimal ;
  dwc:decimalLongitude "-65.80273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_3891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3891'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_3891'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '21.979166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.80273'^^xsd:double;
  dwc:startLongitude '-65.80273'^^xsd:double;
  dwc:endLongitude '-65.80273'^^xsd:double;
  dwc:latitude '42.10625'^^xsd:double;
  dwc:startLatitude '42.10625'^^xsd:double;
  dwc:endLatitude '42.10625'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.80273 42.10625, -65.80273 42.10625, -65.80273 42.10625, -65.80273 42.10625, -65.80273 42.10625))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_3891'^^xsd:string;
  dwc:observationDate '2005-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6282> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.8107 -34.44035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.8107"^^xsd:decimal ;
  dwc:decimalLongitude "-34.44035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6282'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_6282'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '22.449444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-34.44035'^^xsd:double;
  dwc:startLongitude '-34.44035'^^xsd:double;
  dwc:endLongitude '-34.44035'^^xsd:double;
  dwc:latitude '59.8107'^^xsd:double;
  dwc:startLatitude '59.8107'^^xsd:double;
  dwc:endLatitude '59.8107'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-34.44035 59.8107, -34.44035 59.8107, -34.44035 59.8107, -34.44035 59.8107, -34.44035 59.8107))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_6282'^^xsd:string;
  dwc:observationDate '2012-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6277> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.79415 -34.08927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.79415"^^xsd:decimal ;
  dwc:decimalLongitude "-34.08927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_6277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6277'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_6277'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.244166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-34.08927'^^xsd:double;
  dwc:startLongitude '-34.08927'^^xsd:double;
  dwc:endLongitude '-34.08927'^^xsd:double;
  dwc:latitude '59.79415'^^xsd:double;
  dwc:startLatitude '59.79415'^^xsd:double;
  dwc:endLatitude '59.79415'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-34.08927 59.79415, -34.08927 59.79415, -34.08927 59.79415, -34.08927 59.79415, -34.08927 59.79415))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_6277'^^xsd:string;
  dwc:observationDate '2012-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1834> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9595 -67.88058)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9595"^^xsd:decimal ;
  dwc:decimalLongitude "-67.88058"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4870__1158_1834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1834'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_1834'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.979444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-67.88058'^^xsd:double;
  dwc:startLongitude '-67.88058'^^xsd:double;
  dwc:endLongitude '-67.88058'^^xsd:double;
  dwc:latitude '41.9595'^^xsd:double;
  dwc:startLatitude '41.9595'^^xsd:double;
  dwc:endLatitude '41.9595'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.88058 41.9595, -67.88058 41.9595, -67.88058 41.9595, -67.88058 41.9595, -67.88058 41.9595))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_1834'^^xsd:string;
  dwc:observationDate '2000-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5776> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5582 -27.66528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.5582"^^xsd:decimal ;
  dwc:decimalLongitude "-27.66528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5582 -27.66528)"^^geo:wktLiteral ;
  geo-pos:lat "38.5582"^^xsd:decimal ;
  geo-pos:long "-27.66528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5776'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_5776'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.970277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.66528'^^xsd:double;
  dwc:startLongitude '-27.66528'^^xsd:double;
  dwc:endLongitude '-27.66528'^^xsd:double;
  dwc:latitude '38.5582'^^xsd:double;
  dwc:startLatitude '38.5582'^^xsd:double;
  dwc:endLatitude '38.5582'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.66528 38.5582, -27.66528 38.5582, -27.66528 38.5582, -27.66528 38.5582, -27.66528 38.5582))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_5776'^^xsd:string;
  dwc:observationDate '2012-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6278> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.79758 -34.13613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.79758"^^xsd:decimal ;
  dwc:decimalLongitude "-34.13613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.79758 -34.13613)"^^geo:wktLiteral ;
  geo-pos:lat "59.79758"^^xsd:decimal ;
  geo-pos:long "-34.13613"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6278'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_6278'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.506944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-34.13613'^^xsd:double;
  dwc:startLongitude '-34.13613'^^xsd:double;
  dwc:endLongitude '-34.13613'^^xsd:double;
  dwc:latitude '59.79758'^^xsd:double;
  dwc:startLatitude '59.79758'^^xsd:double;
  dwc:endLatitude '59.79758'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-34.13613 59.79758, -34.13613 59.79758, -34.13613 59.79758, -34.13613 59.79758, -34.13613 59.79758))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_6278'^^xsd:string;
  dwc:observationDate '2012-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5894> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.27778 -28.42778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.27778"^^xsd:decimal ;
  dwc:decimalLongitude "-28.42778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.27778 -28.42778)"^^geo:wktLiteral ;
  geo-pos:lat "38.27778"^^xsd:decimal ;
  geo-pos:long "-28.42778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5894'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_5894'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '15.236111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.42778'^^xsd:double;
  dwc:startLongitude '-28.42778'^^xsd:double;
  dwc:endLongitude '-28.42778'^^xsd:double;
  dwc:latitude '38.27778'^^xsd:double;
  dwc:startLatitude '38.27778'^^xsd:double;
  dwc:endLatitude '38.27778'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.42778 38.27778, -28.42778 38.27778, -28.42778 38.27778, -28.42778 38.27778, -28.42778 38.27778))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_5894'^^xsd:string;
  dwc:observationDate '2012-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1367> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9515 -65.59783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9515"^^xsd:decimal ;
  dwc:decimalLongitude "-65.59783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9515 -65.59783)"^^geo:wktLiteral ;
  geo-pos:lat "42.9515"^^xsd:decimal ;
  geo-pos:long "-65.59783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1367'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_1367'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '17.713888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.59783'^^xsd:double;
  dwc:startLongitude '-65.59783'^^xsd:double;
  dwc:endLongitude '-65.59783'^^xsd:double;
  dwc:latitude '42.9515'^^xsd:double;
  dwc:startLatitude '42.9515'^^xsd:double;
  dwc:endLatitude '42.9515'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.59783 42.9515, -65.59783 42.9515, -65.59783 42.9515, -65.59783 42.9515, -65.59783 42.9515))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_1367'^^xsd:string;
  dwc:observationDate '1997-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1837> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.92222 -67.94213)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.92222"^^xsd:decimal ;
  dwc:decimalLongitude "-67.94213"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.92222 -67.94213)"^^geo:wktLiteral ;
  geo-pos:lat "41.92222"^^xsd:decimal ;
  geo-pos:long "-67.94213"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1837'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_1837'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.945277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-67.94213'^^xsd:double;
  dwc:startLongitude '-67.94213'^^xsd:double;
  dwc:endLongitude '-67.94213'^^xsd:double;
  dwc:latitude '41.92222'^^xsd:double;
  dwc:startLatitude '41.92222'^^xsd:double;
  dwc:endLatitude '41.92222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.94213 41.92222, -67.94213 41.92222, -67.94213 41.92222, -67.94213 41.92222, -67.94213 41.92222))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_1837'^^xsd:string;
  dwc:observationDate '2000-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3508> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.70133 -15.6601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.70133"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.70133 -15.6601)"^^geo:wktLiteral ;
  geo-pos:lat "27.70133"^^xsd:decimal ;
  geo-pos:long "-15.6601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3508'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_3508'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.525277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-15.6601'^^xsd:double;
  dwc:startLongitude '-15.6601'^^xsd:double;
  dwc:endLongitude '-15.6601'^^xsd:double;
  dwc:latitude '27.70133'^^xsd:double;
  dwc:startLatitude '27.70133'^^xsd:double;
  dwc:endLatitude '27.70133'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-15.6601 27.70133, -15.6601 27.70133, -15.6601 27.70133, -15.6601 27.70133, -15.6601 27.70133))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_3508'^^xsd:string;
  dwc:observationDate '2005-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_772> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34633 -28.02283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.34633"^^xsd:decimal ;
  dwc:decimalLongitude "-28.02283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34633 -28.02283)"^^geo:wktLiteral ;
  geo-pos:lat "38.34633"^^xsd:decimal ;
  geo-pos:long "-28.02283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_772'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_772'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.0313888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.02283'^^xsd:double;
  dwc:startLongitude '-28.02283'^^xsd:double;
  dwc:endLongitude '-28.02283'^^xsd:double;
  dwc:latitude '38.34633'^^xsd:double;
  dwc:startLatitude '38.34633'^^xsd:double;
  dwc:endLatitude '38.34633'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.02283 38.34633, -28.02283 38.34633, -28.02283 38.34633, -28.02283 38.34633, -28.02283 38.34633))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_772'^^xsd:string;
  dwc:observationDate '1995-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3888> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09914 -65.78635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.09914"^^xsd:decimal ;
  dwc:decimalLongitude "-65.78635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09914 -65.78635)"^^geo:wktLiteral ;
  geo-pos:lat "42.09914"^^xsd:decimal ;
  geo-pos:long "-65.78635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3888'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_3888'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '21.875555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.78635'^^xsd:double;
  dwc:startLongitude '-65.78635'^^xsd:double;
  dwc:endLongitude '-65.78635'^^xsd:double;
  dwc:latitude '42.09914'^^xsd:double;
  dwc:startLatitude '42.09914'^^xsd:double;
  dwc:endLatitude '42.09914'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.78635 42.09914, -65.78635 42.09914, -65.78635 42.09914, -65.78635 42.09914, -65.78635 42.09914))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_3888'^^xsd:string;
  dwc:observationDate '2005-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1856> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.72825 -69.0303)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.72825"^^xsd:decimal ;
  dwc:decimalLongitude "-69.0303"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.72825 -69.0303)"^^geo:wktLiteral ;
  geo-pos:lat "42.72825"^^xsd:decimal ;
  geo-pos:long "-69.0303"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1856'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_1856'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.989444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-69.0303'^^xsd:double;
  dwc:startLongitude '-69.0303'^^xsd:double;
  dwc:endLongitude '-69.0303'^^xsd:double;
  dwc:latitude '42.72825'^^xsd:double;
  dwc:startLatitude '42.72825'^^xsd:double;
  dwc:endLatitude '42.72825'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.0303 42.72825, -69.0303 42.72825, -69.0303 42.72825, -69.0303 42.72825, -69.0303 42.72825))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_1856'^^xsd:string;
  dwc:observationDate '2000-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3893> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11277 -65.81676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11277"^^xsd:decimal ;
  dwc:decimalLongitude "-65.81676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11277 -65.81676)"^^geo:wktLiteral ;
  geo-pos:lat "42.11277"^^xsd:decimal ;
  geo-pos:long "-65.81676"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3893'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_3893'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '22.099722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.81676'^^xsd:double;
  dwc:startLongitude '-65.81676'^^xsd:double;
  dwc:endLongitude '-65.81676'^^xsd:double;
  dwc:latitude '42.11277'^^xsd:double;
  dwc:startLatitude '42.11277'^^xsd:double;
  dwc:endLatitude '42.11277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.81676 42.11277, -65.81676 42.11277, -65.81676 42.11277, -65.81676 42.11277, -65.81676 42.11277))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_3893'^^xsd:string;
  dwc:observationDate '2005-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1845> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.72872 -68.1174)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.72872"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1174"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.72872 -68.1174)"^^geo:wktLiteral ;
  geo-pos:lat "41.72872"^^xsd:decimal ;
  geo-pos:long "-68.1174"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1845'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_1845'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.181666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.1174'^^xsd:double;
  dwc:startLongitude '-68.1174'^^xsd:double;
  dwc:endLongitude '-68.1174'^^xsd:double;
  dwc:latitude '41.72872'^^xsd:double;
  dwc:startLatitude '41.72872'^^xsd:double;
  dwc:endLatitude '41.72872'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.1174 41.72872, -68.1174 41.72872, -68.1174 41.72872, -68.1174 41.72872, -68.1174 41.72872))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_1845'^^xsd:string;
  dwc:observationDate '2000-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1562> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66545 -66.50145)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66545"^^xsd:decimal ;
  dwc:decimalLongitude "-66.50145"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66545 -66.50145)"^^geo:wktLiteral ;
  geo-pos:lat "44.66545"^^xsd:decimal ;
  geo-pos:long "-66.50145"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1562'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_1562'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.48'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.50145'^^xsd:double;
  dwc:startLongitude '-66.50145'^^xsd:double;
  dwc:endLongitude '-66.50145'^^xsd:double;
  dwc:latitude '44.66545'^^xsd:double;
  dwc:startLatitude '44.66545'^^xsd:double;
  dwc:endLatitude '44.66545'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.50145 44.66545, -66.50145 44.66545, -66.50145 44.66545, -66.50145 44.66545, -66.50145 44.66545))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_1562'^^xsd:string;
  dwc:observationDate '1999-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1548> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.67357 -66.35133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.67357"^^xsd:decimal ;
  dwc:decimalLongitude "-66.35133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.67357 -66.35133)"^^geo:wktLiteral ;
  geo-pos:lat "44.67357"^^xsd:decimal ;
  geo-pos:long "-66.35133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1548'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_1548'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '17.582222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.35133'^^xsd:double;
  dwc:startLongitude '-66.35133'^^xsd:double;
  dwc:endLongitude '-66.35133'^^xsd:double;
  dwc:latitude '44.67357'^^xsd:double;
  dwc:startLatitude '44.67357'^^xsd:double;
  dwc:endLatitude '44.67357'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.35133 44.67357, -66.35133 44.67357, -66.35133 44.67357, -66.35133 44.67357, -66.35133 44.67357))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_1548'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1549> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6645 -66.33712)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6645"^^xsd:decimal ;
  dwc:decimalLongitude "-66.33712"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6645 -66.33712)"^^geo:wktLiteral ;
  geo-pos:lat "44.6645"^^xsd:decimal ;
  geo-pos:long "-66.33712"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1549'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_1549'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.135277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.33712'^^xsd:double;
  dwc:startLongitude '-66.33712'^^xsd:double;
  dwc:endLongitude '-66.33712'^^xsd:double;
  dwc:latitude '44.6645'^^xsd:double;
  dwc:startLatitude '44.6645'^^xsd:double;
  dwc:endLatitude '44.6645'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.33712 44.6645, -66.33712 44.6645, -66.33712 44.6645, -66.33712 44.6645, -66.33712 44.6645))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_1549'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3900> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.69677 -67.3171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.69677"^^xsd:decimal ;
  dwc:decimalLongitude "-67.3171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.69677 -67.3171)"^^geo:wktLiteral ;
  geo-pos:lat "42.69677"^^xsd:decimal ;
  geo-pos:long "-67.3171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3900'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1158_3900'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '13.180833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-67.3171'^^xsd:double;
  dwc:startLongitude '-67.3171'^^xsd:double;
  dwc:endLongitude '-67.3171'^^xsd:double;
  dwc:latitude '42.69677'^^xsd:double;
  dwc:startLatitude '42.69677'^^xsd:double;
  dwc:endLatitude '42.69677'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.3171 42.69677, -67.3171 42.69677, -67.3171 42.69677, -67.3171 42.69677, -67.3171 42.69677))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_3900'^^xsd:string;
  dwc:observationDate '2005-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1838> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.89353 -68.00285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.89353"^^xsd:decimal ;
  dwc:decimalLongitude "-68.00285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.89353 -68.00285)"^^geo:wktLiteral ;
  geo-pos:lat "41.89353"^^xsd:decimal ;
  geo-pos:long "-68.00285"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1838'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_1838'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.630833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.00285'^^xsd:double;
  dwc:startLongitude '-68.00285'^^xsd:double;
  dwc:endLongitude '-68.00285'^^xsd:double;
  dwc:latitude '41.89353'^^xsd:double;
  dwc:startLatitude '41.89353'^^xsd:double;
  dwc:endLatitude '41.89353'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.00285 41.89353, -68.00285 41.89353, -68.00285 41.89353, -68.00285 41.89353, -68.00285 41.89353))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_1838'^^xsd:string;
  dwc:observationDate '2000-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6279> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.80309 -34.17997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.80309"^^xsd:decimal ;
  dwc:decimalLongitude "-34.17997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.80309 -34.17997)"^^geo:wktLiteral ;
  geo-pos:lat "59.80309"^^xsd:decimal ;
  geo-pos:long "-34.17997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6279'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_6279'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.747222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-34.17997'^^xsd:double;
  dwc:startLongitude '-34.17997'^^xsd:double;
  dwc:endLongitude '-34.17997'^^xsd:double;
  dwc:latitude '59.80309'^^xsd:double;
  dwc:startLatitude '59.80309'^^xsd:double;
  dwc:endLatitude '59.80309'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-34.17997 59.80309, -34.17997 59.80309, -34.17997 59.80309, -34.17997 59.80309, -34.17997 59.80309))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_6279'^^xsd:string;
  dwc:observationDate '2012-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1854> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67131 -69.12675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.67131"^^xsd:decimal ;
  dwc:decimalLongitude "-69.12675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67131 -69.12675)"^^geo:wktLiteral ;
  geo-pos:lat "42.67131"^^xsd:decimal ;
  geo-pos:long "-69.12675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1854'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_1854'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.962777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-69.12675'^^xsd:double;
  dwc:startLongitude '-69.12675'^^xsd:double;
  dwc:endLongitude '-69.12675'^^xsd:double;
  dwc:latitude '42.67131'^^xsd:double;
  dwc:startLatitude '42.67131'^^xsd:double;
  dwc:endLatitude '42.67131'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.12675 42.67131, -69.12675 42.67131, -69.12675 42.67131, -69.12675 42.67131, -69.12675 42.67131))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '1158_1854'^^xsd:string;
  dwc:observationDate '2000-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4164> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51694 -17.72295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.51694"^^xsd:decimal ;
  dwc:decimalLongitude "-17.72295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51694 -17.72295)"^^geo:wktLiteral ;
  geo-pos:lat "66.51694"^^xsd:decimal ;
  geo-pos:long "-17.72295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4164'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4164'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.065277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.72295'^^xsd:double;
  dwc:startLongitude '-17.72295'^^xsd:double;
  dwc:endLongitude '-17.72295'^^xsd:double;
  dwc:latitude '66.51694'^^xsd:double;
  dwc:startLatitude '66.51694'^^xsd:double;
  dwc:endLatitude '66.51694'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.72295 66.51694, -17.72295 66.51694, -17.72295 66.51694, -17.72295 66.51694, -17.72295 66.51694))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_4164'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2528> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.04316 -6.06468)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.04316"^^xsd:decimal ;
  dwc:decimalLongitude "-6.06468"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.04316 -6.06468)"^^geo:wktLiteral ;
  geo-pos:lat "57.04316"^^xsd:decimal ;
  geo-pos:long "-6.06468"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2528'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_2528'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.218055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.06468'^^xsd:double;
  dwc:startLongitude '-6.06468'^^xsd:double;
  dwc:endLongitude '-6.06468'^^xsd:double;
  dwc:latitude '57.04316'^^xsd:double;
  dwc:startLatitude '57.04316'^^xsd:double;
  dwc:endLatitude '57.04316'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.06468 57.04316, -6.06468 57.04316, -6.06468 57.04316, -6.06468 57.04316, -6.06468 57.04316))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_2528'^^xsd:string;
  dwc:observationDate '2002-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1280> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9515 -68.134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9515"^^xsd:decimal ;
  dwc:decimalLongitude "-68.134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9515 -68.134)"^^geo:wktLiteral ;
  geo-pos:lat "43.9515"^^xsd:decimal ;
  geo-pos:long "-68.134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1280'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_1280'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.526388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.134'^^xsd:double;
  dwc:startLongitude '-68.134'^^xsd:double;
  dwc:endLongitude '-68.134'^^xsd:double;
  dwc:latitude '43.9515'^^xsd:double;
  dwc:startLatitude '43.9515'^^xsd:double;
  dwc:endLatitude '43.9515'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.134 43.9515, -68.134 43.9515, -68.134 43.9515, -68.134 43.9515, -68.134 43.9515))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_1280'^^xsd:string;
  dwc:observationDate '1997-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4441> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.37045 -17.78638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.37045"^^xsd:decimal ;
  dwc:decimalLongitude "-17.78638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.37045 -17.78638)"^^geo:wktLiteral ;
  geo-pos:lat "66.37045"^^xsd:decimal ;
  geo-pos:long "-17.78638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4441'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4441'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.529722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.78638'^^xsd:double;
  dwc:startLongitude '-17.78638'^^xsd:double;
  dwc:endLongitude '-17.78638'^^xsd:double;
  dwc:latitude '66.37045'^^xsd:double;
  dwc:startLatitude '66.37045'^^xsd:double;
  dwc:endLatitude '66.37045'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.78638 66.37045, -17.78638 66.37045, -17.78638 66.37045, -17.78638 66.37045, -17.78638 66.37045))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_4441'^^xsd:string;
  dwc:observationDate '2006-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6472> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.21196 -22.1512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.21196"^^xsd:decimal ;
  dwc:decimalLongitude "-22.1512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.21196 -22.1512)"^^geo:wktLiteral ;
  geo-pos:lat "64.21196"^^xsd:decimal ;
  geo-pos:long "-22.1512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6472'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_6472'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.546111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.1512'^^xsd:double;
  dwc:startLongitude '-22.1512'^^xsd:double;
  dwc:endLongitude '-22.1512'^^xsd:double;
  dwc:latitude '64.21196'^^xsd:double;
  dwc:startLatitude '64.21196'^^xsd:double;
  dwc:endLatitude '64.21196'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.1512 64.21196, -22.1512 64.21196, -22.1512 64.21196, -22.1512 64.21196, -22.1512 64.21196))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_6472'^^xsd:string;
  dwc:observationDate '2012-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2448> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.92188 -6.0174)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.92188"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0174"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.92188 -6.0174)"^^geo:wktLiteral ;
  geo-pos:lat "56.92188"^^xsd:decimal ;
  geo-pos:long "-6.0174"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2448'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_2448'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.0625'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.0174'^^xsd:double;
  dwc:startLongitude '-6.0174'^^xsd:double;
  dwc:endLongitude '-6.0174'^^xsd:double;
  dwc:latitude '56.92188'^^xsd:double;
  dwc:startLatitude '56.92188'^^xsd:double;
  dwc:endLatitude '56.92188'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.0174 56.92188, -6.0174 56.92188, -6.0174 56.92188, -6.0174 56.92188, -6.0174 56.92188))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_2448'^^xsd:string;
  dwc:observationDate '2002-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6517> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.28043 -22.07782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.28043"^^xsd:decimal ;
  dwc:decimalLongitude "-22.07782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.28043 -22.07782)"^^geo:wktLiteral ;
  geo-pos:lat "64.28043"^^xsd:decimal ;
  geo-pos:long "-22.07782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6517'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_6517'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.908888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.07782'^^xsd:double;
  dwc:startLongitude '-22.07782'^^xsd:double;
  dwc:endLongitude '-22.07782'^^xsd:double;
  dwc:latitude '64.28043'^^xsd:double;
  dwc:startLatitude '64.28043'^^xsd:double;
  dwc:endLatitude '64.28043'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.07782 64.28043, -22.07782 64.28043, -22.07782 64.28043, -22.07782 64.28043, -22.07782 64.28043))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_6517'^^xsd:string;
  dwc:observationDate '2012-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2500> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.88202 -6.01017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.88202"^^xsd:decimal ;
  dwc:decimalLongitude "-6.01017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.88202 -6.01017)"^^geo:wktLiteral ;
  geo-pos:lat "56.88202"^^xsd:decimal ;
  geo-pos:long "-6.01017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2500'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_2500'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.871944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.01017'^^xsd:double;
  dwc:startLongitude '-6.01017'^^xsd:double;
  dwc:endLongitude '-6.01017'^^xsd:double;
  dwc:latitude '56.88202'^^xsd:double;
  dwc:startLatitude '56.88202'^^xsd:double;
  dwc:endLatitude '56.88202'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.01017 56.88202, -6.01017 56.88202, -6.01017 56.88202, -6.01017 56.88202, -6.01017 56.88202))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_2500'^^xsd:string;
  dwc:observationDate '2002-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6302> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.55575 -31.8603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.55575"^^xsd:decimal ;
  dwc:decimalLongitude "-31.8603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.55575 -31.8603)"^^geo:wktLiteral ;
  geo-pos:lat "62.55575"^^xsd:decimal ;
  geo-pos:long "-31.8603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6302'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_6302'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.240277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-31.8603'^^xsd:double;
  dwc:startLongitude '-31.8603'^^xsd:double;
  dwc:endLongitude '-31.8603'^^xsd:double;
  dwc:latitude '62.55575'^^xsd:double;
  dwc:startLatitude '62.55575'^^xsd:double;
  dwc:endLatitude '62.55575'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-31.8603 62.55575, -31.8603 62.55575, -31.8603 62.55575, -31.8603 62.55575, -31.8603 62.55575))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_6302'^^xsd:string;
  dwc:observationDate '2012-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6540> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.18527 -22.23793)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.18527"^^xsd:decimal ;
  dwc:decimalLongitude "-22.23793"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.18527 -22.23793)"^^geo:wktLiteral ;
  geo-pos:lat "64.18527"^^xsd:decimal ;
  geo-pos:long "-22.23793"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6540'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_6540'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.5575'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.23793'^^xsd:double;
  dwc:startLongitude '-22.23793'^^xsd:double;
  dwc:endLongitude '-22.23793'^^xsd:double;
  dwc:latitude '64.18527'^^xsd:double;
  dwc:startLatitude '64.18527'^^xsd:double;
  dwc:endLatitude '64.18527'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.23793 64.18527, -22.23793 64.18527, -22.23793 64.18527, -22.23793 64.18527, -22.23793 64.18527))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_6540'^^xsd:string;
  dwc:observationDate '2012-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1296> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1315 -70.33483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1315"^^xsd:decimal ;
  dwc:decimalLongitude "-70.33483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1315 -70.33483)"^^geo:wktLiteral ;
  geo-pos:lat "42.1315"^^xsd:decimal ;
  geo-pos:long "-70.33483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1296'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_1296'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.728611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-70.33483'^^xsd:double;
  dwc:startLongitude '-70.33483'^^xsd:double;
  dwc:endLongitude '-70.33483'^^xsd:double;
  dwc:latitude '42.1315'^^xsd:double;
  dwc:startLatitude '42.1315'^^xsd:double;
  dwc:endLatitude '42.1315'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.33483 42.1315, -70.33483 42.1315, -70.33483 42.1315, -70.33483 42.1315, -70.33483 42.1315))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_1296'^^xsd:string;
  dwc:observationDate '1997-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1251> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.90417 -68.95184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.90417"^^xsd:decimal ;
  dwc:decimalLongitude "-68.95184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.90417 -68.95184)"^^geo:wktLiteral ;
  geo-pos:lat "42.90417"^^xsd:decimal ;
  geo-pos:long "-68.95184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1251'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_1251'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.496944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.95184'^^xsd:double;
  dwc:startLongitude '-68.95184'^^xsd:double;
  dwc:endLongitude '-68.95184'^^xsd:double;
  dwc:latitude '42.90417'^^xsd:double;
  dwc:startLatitude '42.90417'^^xsd:double;
  dwc:endLatitude '42.90417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.95184 42.90417, -68.95184 42.90417, -68.95184 42.90417, -68.95184 42.90417, -68.95184 42.90417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_1251'^^xsd:string;
  dwc:observationDate '1997-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1090> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.921 -6.442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.921"^^xsd:decimal ;
  dwc:decimalLongitude "-6.442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.921 -6.442)"^^geo:wktLiteral ;
  geo-pos:lat "57.921"^^xsd:decimal ;
  geo-pos:long "-6.442"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1090'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_1090'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.801111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.442'^^xsd:double;
  dwc:startLongitude '-6.442'^^xsd:double;
  dwc:endLongitude '-6.442'^^xsd:double;
  dwc:latitude '57.921'^^xsd:double;
  dwc:startLatitude '57.921'^^xsd:double;
  dwc:endLatitude '57.921'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.442 57.921, -6.442 57.921, -6.442 57.921, -6.442 57.921, -6.442 57.921))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_1090'^^xsd:string;
  dwc:observationDate '1996-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6526> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.26234 -22.0254)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.26234"^^xsd:decimal ;
  dwc:decimalLongitude "-22.0254"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.26234 -22.0254)"^^geo:wktLiteral ;
  geo-pos:lat "64.26234"^^xsd:decimal ;
  geo-pos:long "-22.0254"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6526'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_6526'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.0675'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.0254'^^xsd:double;
  dwc:startLongitude '-22.0254'^^xsd:double;
  dwc:endLongitude '-22.0254'^^xsd:double;
  dwc:latitude '64.26234'^^xsd:double;
  dwc:startLatitude '64.26234'^^xsd:double;
  dwc:endLatitude '64.26234'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.0254 64.26234, -22.0254 64.26234, -22.0254 64.26234, -22.0254 64.26234, -22.0254 64.26234))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_6526'^^xsd:string;
  dwc:observationDate '2012-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6443> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.08736 -22.78975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.08736"^^xsd:decimal ;
  dwc:decimalLongitude "-22.78975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.08736 -22.78975)"^^geo:wktLiteral ;
  geo-pos:lat "64.08736"^^xsd:decimal ;
  geo-pos:long "-22.78975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6443'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_6443'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12.55'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.78975'^^xsd:double;
  dwc:startLongitude '-22.78975'^^xsd:double;
  dwc:endLongitude '-22.78975'^^xsd:double;
  dwc:latitude '64.08736'^^xsd:double;
  dwc:startLatitude '64.08736'^^xsd:double;
  dwc:endLatitude '64.08736'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.78975 64.08736, -22.78975 64.08736, -22.78975 64.08736, -22.78975 64.08736, -22.78975 64.08736))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_6443'^^xsd:string;
  dwc:observationDate '2012-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4075> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.6156 -24.90142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.6156"^^xsd:decimal ;
  dwc:decimalLongitude "-24.90142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.6156 -24.90142)"^^geo:wktLiteral ;
  geo-pos:lat "65.6156"^^xsd:decimal ;
  geo-pos:long "-24.90142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4075'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_4075'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '17.923055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.90142'^^xsd:double;
  dwc:startLongitude '-24.90142'^^xsd:double;
  dwc:endLongitude '-24.90142'^^xsd:double;
  dwc:latitude '65.6156'^^xsd:double;
  dwc:startLatitude '65.6156'^^xsd:double;
  dwc:endLatitude '65.6156'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.90142 65.6156, -24.90142 65.6156, -24.90142 65.6156, -24.90142 65.6156, -24.90142 65.6156))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_4075'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6436> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.05297 -22.78946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.05297"^^xsd:decimal ;
  dwc:decimalLongitude "-22.78946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.05297 -22.78946)"^^geo:wktLiteral ;
  geo-pos:lat "64.05297"^^xsd:decimal ;
  geo-pos:long "-22.78946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6436'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_6436'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '6.4722222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.78946'^^xsd:double;
  dwc:startLongitude '-22.78946'^^xsd:double;
  dwc:endLongitude '-22.78946'^^xsd:double;
  dwc:latitude '64.05297'^^xsd:double;
  dwc:startLatitude '64.05297'^^xsd:double;
  dwc:endLatitude '64.05297'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.78946 64.05297, -22.78946 64.05297, -22.78946 64.05297, -22.78946 64.05297, -22.78946 64.05297))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_6436'^^xsd:string;
  dwc:observationDate '2012-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6459> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0824 -22.56998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0824"^^xsd:decimal ;
  dwc:decimalLongitude "-22.56998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0824 -22.56998)"^^geo:wktLiteral ;
  geo-pos:lat "64.0824"^^xsd:decimal ;
  geo-pos:long "-22.56998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6459'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_6459'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8.6966666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.56998'^^xsd:double;
  dwc:startLongitude '-22.56998'^^xsd:double;
  dwc:endLongitude '-22.56998'^^xsd:double;
  dwc:latitude '64.0824'^^xsd:double;
  dwc:startLatitude '64.0824'^^xsd:double;
  dwc:endLatitude '64.0824'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.56998 64.0824, -22.56998 64.0824, -22.56998 64.0824, -22.56998 64.0824, -22.56998 64.0824))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_6459'^^xsd:string;
  dwc:observationDate '2012-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_891> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7605 -28.77583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7605"^^xsd:decimal ;
  dwc:decimalLongitude "-28.77583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7605 -28.77583)"^^geo:wktLiteral ;
  geo-pos:lat "38.7605"^^xsd:decimal ;
  geo-pos:long "-28.77583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_891'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_891'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.909166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.77583'^^xsd:double;
  dwc:startLongitude '-28.77583'^^xsd:double;
  dwc:endLongitude '-28.77583'^^xsd:double;
  dwc:latitude '38.7605'^^xsd:double;
  dwc:startLatitude '38.7605'^^xsd:double;
  dwc:endLatitude '38.7605'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.77583 38.7605, -28.77583 38.7605, -28.77583 38.7605, -28.77583 38.7605, -28.77583 38.7605))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_891'^^xsd:string;
  dwc:observationDate '1995-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6952> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.28633 -0.22092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.28633"^^xsd:decimal ;
  dwc:decimalLongitude "-0.22092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.28633 -0.22092)"^^geo:wktLiteral ;
  geo-pos:lat "36.28633"^^xsd:decimal ;
  geo-pos:long "-0.22092"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6952'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_6952'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.8147222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-0.22092'^^xsd:double;
  dwc:startLongitude '-0.22092'^^xsd:double;
  dwc:endLongitude '-0.22092'^^xsd:double;
  dwc:latitude '36.28633'^^xsd:double;
  dwc:startLatitude '36.28633'^^xsd:double;
  dwc:endLatitude '36.28633'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.22092 36.28633, -0.22092 36.28633, -0.22092 36.28633, -0.22092 36.28633, -0.22092 36.28633))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_6952'^^xsd:string;
  dwc:observationDate '2013-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_625> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.12367 -53.97733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.12367"^^xsd:decimal ;
  dwc:decimalLongitude "-53.97733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.12367 -53.97733)"^^geo:wktLiteral ;
  geo-pos:lat "17.12367"^^xsd:decimal ;
  geo-pos:long "-53.97733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_625'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_625'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.133333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-53.97733'^^xsd:double;
  dwc:startLongitude '-53.97733'^^xsd:double;
  dwc:endLongitude '-53.97733'^^xsd:double;
  dwc:latitude '17.12367'^^xsd:double;
  dwc:startLatitude '17.12367'^^xsd:double;
  dwc:endLatitude '17.12367'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.97733 17.12367, -53.97733 17.12367, -53.97733 17.12367, -53.97733 17.12367, -53.97733 17.12367))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_625'^^xsd:string;
  dwc:observationDate '1994-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_83>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_83> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_83> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.62983 -29.03733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.62983"^^xsd:decimal ;
  dwc:decimalLongitude "-29.03733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_83>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.62983 -29.03733)"^^geo:wktLiteral ;
  geo-pos:lat "38.62983"^^xsd:decimal ;
  geo-pos:long "-29.03733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_83>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_83" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_83'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_83'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '19.383333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.03733'^^xsd:double;
  dwc:startLongitude '-29.03733'^^xsd:double;
  dwc:endLongitude '-29.03733'^^xsd:double;
  dwc:latitude '38.62983'^^xsd:double;
  dwc:startLatitude '38.62983'^^xsd:double;
  dwc:endLatitude '38.62983'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.03733 38.62983, -29.03733 38.62983, -29.03733 38.62983, -29.03733 38.62983, -29.03733 38.62983))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_83'^^xsd:string;
  dwc:observationDate '1993-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5725> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.39668 -28.49058)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.39668"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49058"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.39668 -28.49058)"^^geo:wktLiteral ;
  geo-pos:lat "38.39668"^^xsd:decimal ;
  geo-pos:long "-28.49058"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5725'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_5725'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.908333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.49058'^^xsd:double;
  dwc:startLongitude '-28.49058'^^xsd:double;
  dwc:endLongitude '-28.49058'^^xsd:double;
  dwc:latitude '38.39668'^^xsd:double;
  dwc:startLatitude '38.39668'^^xsd:double;
  dwc:endLatitude '38.39668'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.49058 38.39668, -28.49058 38.39668, -28.49058 38.39668, -28.49058 38.39668, -28.49058 38.39668))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5725'^^xsd:string;
  dwc:observationDate '2012-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5008> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.35217 -28.27103)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.35217"^^xsd:decimal ;
  dwc:decimalLongitude "-28.27103"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.35217 -28.27103)"^^geo:wktLiteral ;
  geo-pos:lat "38.35217"^^xsd:decimal ;
  geo-pos:long "-28.27103"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5008'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_5008'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.157222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.27103'^^xsd:double;
  dwc:startLongitude '-28.27103'^^xsd:double;
  dwc:endLongitude '-28.27103'^^xsd:double;
  dwc:latitude '38.35217'^^xsd:double;
  dwc:startLatitude '38.35217'^^xsd:double;
  dwc:endLatitude '38.35217'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.27103 38.35217, -28.27103 38.35217, -28.27103 38.35217, -28.27103 38.35217, -28.27103 38.35217))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5008'^^xsd:string;
  dwc:observationDate '2008-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_99>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_99> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_99> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.27583 -27.77417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.27583"^^xsd:decimal ;
  dwc:decimalLongitude "-27.77417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_99>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.27583 -27.77417)"^^geo:wktLiteral ;
  geo-pos:lat "38.27583"^^xsd:decimal ;
  geo-pos:long "-27.77417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_99>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_99" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_99'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_99'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16.85'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.77417'^^xsd:double;
  dwc:startLongitude '-27.77417'^^xsd:double;
  dwc:endLongitude '-27.77417'^^xsd:double;
  dwc:latitude '38.27583'^^xsd:double;
  dwc:startLatitude '38.27583'^^xsd:double;
  dwc:endLatitude '38.27583'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.77417 38.27583, -27.77417 38.27583, -27.77417 38.27583, -27.77417 38.27583, -27.77417 38.27583))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_99'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_232> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.38733 -27.11883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.38733"^^xsd:decimal ;
  dwc:decimalLongitude "-27.11883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.38733 -27.11883)"^^geo:wktLiteral ;
  geo-pos:lat "38.38733"^^xsd:decimal ;
  geo-pos:long "-27.11883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_232'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_232'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20.166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.11883'^^xsd:double;
  dwc:startLongitude '-27.11883'^^xsd:double;
  dwc:endLongitude '-27.11883'^^xsd:double;
  dwc:latitude '38.38733'^^xsd:double;
  dwc:startLatitude '38.38733'^^xsd:double;
  dwc:endLatitude '38.38733'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.11883 38.38733, -27.11883 38.38733, -27.11883 38.38733, -27.11883 38.38733, -27.11883 38.38733))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_232'^^xsd:string;
  dwc:observationDate '1993-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_693> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.28517 -61.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.28517"^^xsd:decimal ;
  dwc:decimalLongitude "-61.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.28517 -61.38)"^^geo:wktLiteral ;
  geo-pos:lat "15.28517"^^xsd:decimal ;
  geo-pos:long "-61.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_693'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_693'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.38'^^xsd:double;
  dwc:startLongitude '-61.38'^^xsd:double;
  dwc:endLongitude '-61.38'^^xsd:double;
  dwc:latitude '15.28517'^^xsd:double;
  dwc:startLatitude '15.28517'^^xsd:double;
  dwc:endLatitude '15.28517'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.38 15.28517, -61.38 15.28517, -61.38 15.28517, -61.38 15.28517, -61.38 15.28517))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_693'^^xsd:string;
  dwc:observationDate '1995-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_40> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.739 -28.90083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.739"^^xsd:decimal ;
  dwc:decimalLongitude "-28.90083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_40>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.739 -28.90083)"^^geo:wktLiteral ;
  geo-pos:lat "38.739"^^xsd:decimal ;
  geo-pos:long "-28.90083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_40'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1158_40'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '21.583333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.90083'^^xsd:double;
  dwc:startLongitude '-28.90083'^^xsd:double;
  dwc:endLongitude '-28.90083'^^xsd:double;
  dwc:latitude '38.739'^^xsd:double;
  dwc:startLatitude '38.739'^^xsd:double;
  dwc:endLatitude '38.739'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.90083 38.739, -28.90083 38.739, -28.90083 38.739, -28.90083 38.739, -28.90083 38.739))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_40'^^xsd:string;
  dwc:observationDate '1993-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_284> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.725 -28.81333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.725"^^xsd:decimal ;
  dwc:decimalLongitude "-28.81333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.725 -28.81333)"^^geo:wktLiteral ;
  geo-pos:lat "38.725"^^xsd:decimal ;
  geo-pos:long "-28.81333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_284'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_284'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.016666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.81333'^^xsd:double;
  dwc:startLongitude '-28.81333'^^xsd:double;
  dwc:endLongitude '-28.81333'^^xsd:double;
  dwc:latitude '38.725'^^xsd:double;
  dwc:startLatitude '38.725'^^xsd:double;
  dwc:endLatitude '38.725'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.81333 38.725, -28.81333 38.725, -28.81333 38.725, -28.81333 38.725, -28.81333 38.725))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_284'^^xsd:string;
  dwc:observationDate '1993-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_277> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.60117 -29.10467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.60117"^^xsd:decimal ;
  dwc:decimalLongitude "-29.10467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.60117 -29.10467)"^^geo:wktLiteral ;
  geo-pos:lat "38.60117"^^xsd:decimal ;
  geo-pos:long "-29.10467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_277'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_277'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.10467'^^xsd:double;
  dwc:startLongitude '-29.10467'^^xsd:double;
  dwc:endLongitude '-29.10467'^^xsd:double;
  dwc:latitude '38.60117'^^xsd:double;
  dwc:startLatitude '38.60117'^^xsd:double;
  dwc:endLatitude '38.60117'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.10467 38.60117, -29.10467 38.60117, -29.10467 38.60117, -29.10467 38.60117, -29.10467 38.60117))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_277'^^xsd:string;
  dwc:observationDate '1993-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_285> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.725 -28.81333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.725"^^xsd:decimal ;
  dwc:decimalLongitude "-28.81333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.725 -28.81333)"^^geo:wktLiteral ;
  geo-pos:lat "38.725"^^xsd:decimal ;
  geo-pos:long "-28.81333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_285'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_285'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.266666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.81333'^^xsd:double;
  dwc:startLongitude '-28.81333'^^xsd:double;
  dwc:endLongitude '-28.81333'^^xsd:double;
  dwc:latitude '38.725'^^xsd:double;
  dwc:startLatitude '38.725'^^xsd:double;
  dwc:endLatitude '38.725'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.81333 38.725, -28.81333 38.725, -28.81333 38.725, -28.81333 38.725, -28.81333 38.725))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_285'^^xsd:string;
  dwc:observationDate '1993-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1053> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.08483 -61.92033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.08483"^^xsd:decimal ;
  dwc:decimalLongitude "-61.92033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.08483 -61.92033)"^^geo:wktLiteral ;
  geo-pos:lat "12.08483"^^xsd:decimal ;
  geo-pos:long "-61.92033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1053'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_1053'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.4577777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.92033'^^xsd:double;
  dwc:startLongitude '-61.92033'^^xsd:double;
  dwc:endLongitude '-61.92033'^^xsd:double;
  dwc:latitude '12.08483'^^xsd:double;
  dwc:startLatitude '12.08483'^^xsd:double;
  dwc:endLatitude '12.08483'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.92033 12.08483, -61.92033 12.08483, -61.92033 12.08483, -61.92033 12.08483, -61.92033 12.08483))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1053'^^xsd:string;
  dwc:observationDate '1996-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_143> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22333 -26.85167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22333"^^xsd:decimal ;
  dwc:decimalLongitude "-26.85167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22333 -26.85167)"^^geo:wktLiteral ;
  geo-pos:lat "38.22333"^^xsd:decimal ;
  geo-pos:long "-26.85167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_143'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_143'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.55'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.85167'^^xsd:double;
  dwc:startLongitude '-26.85167'^^xsd:double;
  dwc:endLongitude '-26.85167'^^xsd:double;
  dwc:latitude '38.22333'^^xsd:double;
  dwc:startLatitude '38.22333'^^xsd:double;
  dwc:endLatitude '38.22333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.85167 38.22333, -26.85167 38.22333, -26.85167 38.22333, -26.85167 38.22333, -26.85167 38.22333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_143'^^xsd:string;
  dwc:observationDate '1993-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_89>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_89> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_89> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.635 -29.10683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.635"^^xsd:decimal ;
  dwc:decimalLongitude "-29.10683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_89>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.635 -29.10683)"^^geo:wktLiteral ;
  geo-pos:lat "38.635"^^xsd:decimal ;
  geo-pos:long "-29.10683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_89>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_89" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_89'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_89'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '21.016666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.10683'^^xsd:double;
  dwc:startLongitude '-29.10683'^^xsd:double;
  dwc:endLongitude '-29.10683'^^xsd:double;
  dwc:latitude '38.635'^^xsd:double;
  dwc:startLatitude '38.635'^^xsd:double;
  dwc:endLatitude '38.635'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.10683 38.635, -29.10683 38.635, -29.10683 38.635, -29.10683 38.635, -29.10683 38.635))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_89'^^xsd:string;
  dwc:observationDate '1993-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4873> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.35235 -28.19128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.35235"^^xsd:decimal ;
  dwc:decimalLongitude "-28.19128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.35235 -28.19128)"^^geo:wktLiteral ;
  geo-pos:lat "38.35235"^^xsd:decimal ;
  geo-pos:long "-28.19128"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4873'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_4873'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.5013888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.19128'^^xsd:double;
  dwc:startLongitude '-28.19128'^^xsd:double;
  dwc:endLongitude '-28.19128'^^xsd:double;
  dwc:latitude '38.35235'^^xsd:double;
  dwc:startLatitude '38.35235'^^xsd:double;
  dwc:endLatitude '38.35235'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.19128 38.35235, -28.19128 38.35235, -28.19128 38.35235, -28.19128 38.35235, -28.19128 38.35235))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4873'^^xsd:string;
  dwc:observationDate '2008-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_436> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.57867 7.29967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.57867"^^xsd:decimal ;
  dwc:decimalLongitude "7.29967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.57867 7.29967)"^^geo:wktLiteral ;
  geo-pos:lat "42.57867"^^xsd:decimal ;
  geo-pos:long "7.29967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_436'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_436'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.45'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.29967'^^xsd:double;
  dwc:startLongitude '7.29967'^^xsd:double;
  dwc:endLongitude '7.29967'^^xsd:double;
  dwc:latitude '42.57867'^^xsd:double;
  dwc:startLatitude '42.57867'^^xsd:double;
  dwc:endLatitude '42.57867'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.29967 42.57867, 7.29967 42.57867, 7.29967 42.57867, 7.29967 42.57867, 7.29967 42.57867))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_436'^^xsd:string;
  dwc:observationDate '1994-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1731> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.23967 -61.40076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.23967"^^xsd:decimal ;
  dwc:decimalLongitude "-61.40076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.23967 -61.40076)"^^geo:wktLiteral ;
  geo-pos:lat "15.23967"^^xsd:decimal ;
  geo-pos:long "-61.40076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1731'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_1731'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.885555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.40076'^^xsd:double;
  dwc:startLongitude '-61.40076'^^xsd:double;
  dwc:endLongitude '-61.40076'^^xsd:double;
  dwc:latitude '15.23967'^^xsd:double;
  dwc:startLatitude '15.23967'^^xsd:double;
  dwc:endLatitude '15.23967'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.40076 15.23967, -61.40076 15.23967, -61.40076 15.23967, -61.40076 15.23967, -61.40076 15.23967))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1731'^^xsd:string;
  dwc:observationDate '2000-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_177> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.05667 -26.93833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.05667"^^xsd:decimal ;
  dwc:decimalLongitude "-26.93833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.05667 -26.93833)"^^geo:wktLiteral ;
  geo-pos:lat "38.05667"^^xsd:decimal ;
  geo-pos:long "-26.93833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_177'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_177'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.516666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.93833'^^xsd:double;
  dwc:startLongitude '-26.93833'^^xsd:double;
  dwc:endLongitude '-26.93833'^^xsd:double;
  dwc:latitude '38.05667'^^xsd:double;
  dwc:startLatitude '38.05667'^^xsd:double;
  dwc:endLatitude '38.05667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.93833 38.05667, -26.93833 38.05667, -26.93833 38.05667, -26.93833 38.05667, -26.93833 38.05667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_177'^^xsd:string;
  dwc:observationDate '1993-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_366> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.99117 8.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.99117"^^xsd:decimal ;
  dwc:decimalLongitude "8.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.99117 8.38)"^^geo:wktLiteral ;
  geo-pos:lat "41.99117"^^xsd:decimal ;
  geo-pos:long "8.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_366'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_366'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.6247222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '8.38'^^xsd:double;
  dwc:startLongitude '8.38'^^xsd:double;
  dwc:endLongitude '8.38'^^xsd:double;
  dwc:latitude '41.99117'^^xsd:double;
  dwc:startLatitude '41.99117'^^xsd:double;
  dwc:endLatitude '41.99117'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.38 41.99117, 8.38 41.99117, 8.38 41.99117, 8.38 41.99117, 8.38 41.99117))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_366'^^xsd:string;
  dwc:observationDate '1994-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4878> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34475 -28.21237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.34475"^^xsd:decimal ;
  dwc:decimalLongitude "-28.21237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34475 -28.21237)"^^geo:wktLiteral ;
  geo-pos:lat "38.34475"^^xsd:decimal ;
  geo-pos:long "-28.21237"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4878'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_4878'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.492777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.21237'^^xsd:double;
  dwc:startLongitude '-28.21237'^^xsd:double;
  dwc:endLongitude '-28.21237'^^xsd:double;
  dwc:latitude '38.34475'^^xsd:double;
  dwc:startLatitude '38.34475'^^xsd:double;
  dwc:endLatitude '38.34475'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.21237 38.34475, -28.21237 38.34475, -28.21237 38.34475, -28.21237 38.34475, -28.21237 38.34475))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4878'^^xsd:string;
  dwc:observationDate '2008-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5222> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.39485 -16.42577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.39485"^^xsd:decimal ;
  dwc:decimalLongitude "-16.42577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.39485 -16.42577)"^^geo:wktLiteral ;
  geo-pos:lat "32.39485"^^xsd:decimal ;
  geo-pos:long "-16.42577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5222'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_5222'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.555'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.42577'^^xsd:double;
  dwc:startLongitude '-16.42577'^^xsd:double;
  dwc:endLongitude '-16.42577'^^xsd:double;
  dwc:latitude '32.39485'^^xsd:double;
  dwc:startLatitude '32.39485'^^xsd:double;
  dwc:endLatitude '32.39485'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.42577 32.39485, -16.42577 32.39485, -16.42577 32.39485, -16.42577 32.39485, -16.42577 32.39485))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5222'^^xsd:string;
  dwc:observationDate '2008-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5077> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34718 -28.19622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.34718"^^xsd:decimal ;
  dwc:decimalLongitude "-28.19622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34718 -28.19622)"^^geo:wktLiteral ;
  geo-pos:lat "38.34718"^^xsd:decimal ;
  geo-pos:long "-28.19622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5077'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_5077'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.656111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.19622'^^xsd:double;
  dwc:startLongitude '-28.19622'^^xsd:double;
  dwc:endLongitude '-28.19622'^^xsd:double;
  dwc:latitude '38.34718'^^xsd:double;
  dwc:startLatitude '38.34718'^^xsd:double;
  dwc:endLatitude '38.34718'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.19622 38.34718, -28.19622 38.34718, -28.19622 38.34718, -28.19622 38.34718, -28.19622 38.34718))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5077'^^xsd:string;
  dwc:observationDate '2008-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5000> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34402 -28.18922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.34402"^^xsd:decimal ;
  dwc:decimalLongitude "-28.18922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34402 -28.18922)"^^geo:wktLiteral ;
  geo-pos:lat "38.34402"^^xsd:decimal ;
  geo-pos:long "-28.18922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5000'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_5000'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.494166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.18922'^^xsd:double;
  dwc:startLongitude '-28.18922'^^xsd:double;
  dwc:endLongitude '-28.18922'^^xsd:double;
  dwc:latitude '38.34402'^^xsd:double;
  dwc:startLatitude '38.34402'^^xsd:double;
  dwc:endLatitude '38.34402'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.18922 38.34402, -28.18922 38.34402, -28.18922 38.34402, -28.18922 38.34402, -28.18922 38.34402))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5000'^^xsd:string;
  dwc:observationDate '2008-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5523> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.07772 -12.51115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.07772"^^xsd:decimal ;
  dwc:decimalLongitude "-12.51115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.07772 -12.51115)"^^geo:wktLiteral ;
  geo-pos:lat "54.07772"^^xsd:decimal ;
  geo-pos:long "-12.51115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5523'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_5523'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.720555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-12.51115'^^xsd:double;
  dwc:startLongitude '-12.51115'^^xsd:double;
  dwc:endLongitude '-12.51115'^^xsd:double;
  dwc:latitude '54.07772'^^xsd:double;
  dwc:startLatitude '54.07772'^^xsd:double;
  dwc:endLatitude '54.07772'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-12.51115 54.07772, -12.51115 54.07772, -12.51115 54.07772, -12.51115 54.07772, -12.51115 54.07772))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5523'^^xsd:string;
  dwc:observationDate '2010-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1644> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.1006 -61.8206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.1006"^^xsd:decimal ;
  dwc:decimalLongitude "-61.8206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.1006 -61.8206)"^^geo:wktLiteral ;
  geo-pos:lat "16.1006"^^xsd:decimal ;
  geo-pos:long "-61.8206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1644'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_1644'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '13.969444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.8206'^^xsd:double;
  dwc:startLongitude '-61.8206'^^xsd:double;
  dwc:endLongitude '-61.8206'^^xsd:double;
  dwc:latitude '16.1006'^^xsd:double;
  dwc:startLatitude '16.1006'^^xsd:double;
  dwc:endLatitude '16.1006'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.8206 16.1006, -61.8206 16.1006, -61.8206 16.1006, -61.8206 16.1006, -61.8206 16.1006))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1644'^^xsd:string;
  dwc:observationDate '2000-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_676> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.334 -61.441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.334"^^xsd:decimal ;
  dwc:decimalLongitude "-61.441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.334 -61.441)"^^geo:wktLiteral ;
  geo-pos:lat "15.334"^^xsd:decimal ;
  geo-pos:long "-61.441"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_676'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_676'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.311111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.441'^^xsd:double;
  dwc:startLongitude '-61.441'^^xsd:double;
  dwc:endLongitude '-61.441'^^xsd:double;
  dwc:latitude '15.334'^^xsd:double;
  dwc:startLatitude '15.334'^^xsd:double;
  dwc:endLatitude '15.334'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.441 15.334, -61.441 15.334, -61.441 15.334, -61.441 15.334, -61.441 15.334))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_676'^^xsd:string;
  dwc:observationDate '1995-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5568> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.74006 -8.23062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.74006"^^xsd:decimal ;
  dwc:decimalLongitude "-8.23062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.74006 -8.23062)"^^geo:wktLiteral ;
  geo-pos:lat "58.74006"^^xsd:decimal ;
  geo-pos:long "-8.23062"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5568'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_5568'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '15.486388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-8.23062'^^xsd:double;
  dwc:startLongitude '-8.23062'^^xsd:double;
  dwc:endLongitude '-8.23062'^^xsd:double;
  dwc:latitude '58.74006'^^xsd:double;
  dwc:startLatitude '58.74006'^^xsd:double;
  dwc:endLatitude '58.74006'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.23062 58.74006, -8.23062 58.74006, -8.23062 58.74006, -8.23062 58.74006, -8.23062 58.74006))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5568'^^xsd:string;
  dwc:observationDate '2010-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1657> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.20023 -61.88085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.20023"^^xsd:decimal ;
  dwc:decimalLongitude "-61.88085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.20023 -61.88085)"^^geo:wktLiteral ;
  geo-pos:lat "16.20023"^^xsd:decimal ;
  geo-pos:long "-61.88085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1657'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_1657'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '18.016944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.88085'^^xsd:double;
  dwc:startLongitude '-61.88085'^^xsd:double;
  dwc:endLongitude '-61.88085'^^xsd:double;
  dwc:latitude '16.20023'^^xsd:double;
  dwc:startLatitude '16.20023'^^xsd:double;
  dwc:endLatitude '16.20023'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.88085 16.20023, -61.88085 16.20023, -61.88085 16.20023, -61.88085 16.20023, -61.88085 16.20023))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1657'^^xsd:string;
  dwc:observationDate '2000-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2664> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.04877 5.72813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.04877"^^xsd:decimal ;
  dwc:decimalLongitude "5.72813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.04877 5.72813)"^^geo:wktLiteral ;
  geo-pos:lat "38.04877"^^xsd:decimal ;
  geo-pos:long "5.72813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2664'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_2664'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.574444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '5.72813'^^xsd:double;
  dwc:startLongitude '5.72813'^^xsd:double;
  dwc:endLongitude '5.72813'^^xsd:double;
  dwc:latitude '38.04877'^^xsd:double;
  dwc:startLatitude '38.04877'^^xsd:double;
  dwc:endLatitude '38.04877'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.72813 38.04877, 5.72813 38.04877, 5.72813 38.04877, 5.72813 38.04877, 5.72813 38.04877))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_2664'^^xsd:string;
  dwc:observationDate '2003-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_831> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.00533 -25.57317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.00533"^^xsd:decimal ;
  dwc:decimalLongitude "-25.57317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.00533 -25.57317)"^^geo:wktLiteral ;
  geo-pos:lat "38.00533"^^xsd:decimal ;
  geo-pos:long "-25.57317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_831'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_831'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.813055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.57317'^^xsd:double;
  dwc:startLongitude '-25.57317'^^xsd:double;
  dwc:endLongitude '-25.57317'^^xsd:double;
  dwc:latitude '38.00533'^^xsd:double;
  dwc:startLatitude '38.00533'^^xsd:double;
  dwc:endLatitude '38.00533'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.57317 38.00533, -25.57317 38.00533, -25.57317 38.00533, -25.57317 38.00533, -25.57317 38.00533))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_831'^^xsd:string;
  dwc:observationDate '1995-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3369> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.38712 2.50357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.38712"^^xsd:decimal ;
  dwc:decimalLongitude "2.50357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.38712 2.50357)"^^geo:wktLiteral ;
  geo-pos:lat "38.38712"^^xsd:decimal ;
  geo-pos:long "2.50357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3369'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_3369'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.911666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '2.50357'^^xsd:double;
  dwc:startLongitude '2.50357'^^xsd:double;
  dwc:endLongitude '2.50357'^^xsd:double;
  dwc:latitude '38.38712'^^xsd:double;
  dwc:startLatitude '38.38712'^^xsd:double;
  dwc:endLatitude '38.38712'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.50357 38.38712, 2.50357 38.38712, 2.50357 38.38712, 2.50357 38.38712, 2.50357 38.38712))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_3369'^^xsd:string;
  dwc:observationDate '2004-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_880> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9545 -25.64933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9545"^^xsd:decimal ;
  dwc:decimalLongitude "-25.64933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9545 -25.64933)"^^geo:wktLiteral ;
  geo-pos:lat "37.9545"^^xsd:decimal ;
  geo-pos:long "-25.64933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_880'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_880'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.5316666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.64933'^^xsd:double;
  dwc:startLongitude '-25.64933'^^xsd:double;
  dwc:endLongitude '-25.64933'^^xsd:double;
  dwc:latitude '37.9545'^^xsd:double;
  dwc:startLatitude '37.9545'^^xsd:double;
  dwc:endLatitude '37.9545'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.64933 37.9545, -25.64933 37.9545, -25.64933 37.9545, -25.64933 37.9545, -25.64933 37.9545))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_880'^^xsd:string;
  dwc:observationDate '1995-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5092> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.30858 -28.24768)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.30858"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24768"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.30858 -28.24768)"^^geo:wktLiteral ;
  geo-pos:lat "38.30858"^^xsd:decimal ;
  geo-pos:long "-28.24768"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5092'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_5092'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.919166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.24768'^^xsd:double;
  dwc:startLongitude '-28.24768'^^xsd:double;
  dwc:endLongitude '-28.24768'^^xsd:double;
  dwc:latitude '38.30858'^^xsd:double;
  dwc:startLatitude '38.30858'^^xsd:double;
  dwc:endLatitude '38.30858'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.24768 38.30858, -28.24768 38.30858, -28.24768 38.30858, -28.24768 38.30858, -28.24768 38.30858))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5092'^^xsd:string;
  dwc:observationDate '2008-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_338> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.94333 -25.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.94333"^^xsd:decimal ;
  dwc:decimalLongitude "-25.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.94333 -25.46)"^^geo:wktLiteral ;
  geo-pos:lat "37.94333"^^xsd:decimal ;
  geo-pos:long "-25.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_338'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_338'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.116666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.46'^^xsd:double;
  dwc:startLongitude '-25.46'^^xsd:double;
  dwc:endLongitude '-25.46'^^xsd:double;
  dwc:latitude '37.94333'^^xsd:double;
  dwc:startLatitude '37.94333'^^xsd:double;
  dwc:endLatitude '37.94333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.46 37.94333, -25.46 37.94333, -25.46 37.94333, -25.46 37.94333, -25.46 37.94333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_338'^^xsd:string;
  dwc:observationDate '1993-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4887> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3602 -28.21932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.3602"^^xsd:decimal ;
  dwc:decimalLongitude "-28.21932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3602 -28.21932)"^^geo:wktLiteral ;
  geo-pos:lat "38.3602"^^xsd:decimal ;
  geo-pos:long "-28.21932"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4887'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_4887'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '15.743333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.21932'^^xsd:double;
  dwc:startLongitude '-28.21932'^^xsd:double;
  dwc:endLongitude '-28.21932'^^xsd:double;
  dwc:latitude '38.3602'^^xsd:double;
  dwc:startLatitude '38.3602'^^xsd:double;
  dwc:endLatitude '38.3602'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.21932 38.3602, -28.21932 38.3602, -28.21932 38.3602, -28.21932 38.3602, -28.21932 38.3602))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4887'^^xsd:string;
  dwc:observationDate '2008-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1626> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.09765 -61.83315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.09765"^^xsd:decimal ;
  dwc:decimalLongitude "-61.83315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.09765 -61.83315)"^^geo:wktLiteral ;
  geo-pos:lat "16.09765"^^xsd:decimal ;
  geo-pos:long "-61.83315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1626'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_1626'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.317777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.83315'^^xsd:double;
  dwc:startLongitude '-61.83315'^^xsd:double;
  dwc:endLongitude '-61.83315'^^xsd:double;
  dwc:latitude '16.09765'^^xsd:double;
  dwc:startLatitude '16.09765'^^xsd:double;
  dwc:endLatitude '16.09765'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.83315 16.09765, -61.83315 16.09765, -61.83315 16.09765, -61.83315 16.09765, -61.83315 16.09765))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1626'^^xsd:string;
  dwc:observationDate '2000-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4998> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34315 -28.16703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.34315"^^xsd:decimal ;
  dwc:decimalLongitude "-28.16703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34315 -28.16703)"^^geo:wktLiteral ;
  geo-pos:lat "38.34315"^^xsd:decimal ;
  geo-pos:long "-28.16703"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4998'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4998'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.076388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.16703'^^xsd:double;
  dwc:startLongitude '-28.16703'^^xsd:double;
  dwc:endLongitude '-28.16703'^^xsd:double;
  dwc:latitude '38.34315'^^xsd:double;
  dwc:startLatitude '38.34315'^^xsd:double;
  dwc:endLatitude '38.34315'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.16703 38.34315, -28.16703 38.34315, -28.16703 38.34315, -28.16703 38.34315, -28.16703 38.34315))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4998'^^xsd:string;
  dwc:observationDate '2008-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4917> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.30593 -28.31848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.30593"^^xsd:decimal ;
  dwc:decimalLongitude "-28.31848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.30593 -28.31848)"^^geo:wktLiteral ;
  geo-pos:lat "38.30593"^^xsd:decimal ;
  geo-pos:long "-28.31848"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4917'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_4917'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.9508333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.31848'^^xsd:double;
  dwc:startLongitude '-28.31848'^^xsd:double;
  dwc:endLongitude '-28.31848'^^xsd:double;
  dwc:latitude '38.30593'^^xsd:double;
  dwc:startLatitude '38.30593'^^xsd:double;
  dwc:endLatitude '38.30593'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.31848 38.30593, -28.31848 38.30593, -28.31848 38.30593, -28.31848 38.30593, -28.31848 38.30593))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4917'^^xsd:string;
  dwc:observationDate '2008-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5079> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34048 -28.21412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.34048"^^xsd:decimal ;
  dwc:decimalLongitude "-28.21412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34048 -28.21412)"^^geo:wktLiteral ;
  geo-pos:lat "38.34048"^^xsd:decimal ;
  geo-pos:long "-28.21412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5079'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_5079'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '17.085555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.21412'^^xsd:double;
  dwc:startLongitude '-28.21412'^^xsd:double;
  dwc:endLongitude '-28.21412'^^xsd:double;
  dwc:latitude '38.34048'^^xsd:double;
  dwc:startLatitude '38.34048'^^xsd:double;
  dwc:endLatitude '38.34048'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.21412 38.34048, -28.21412 38.34048, -28.21412 38.34048, -28.21412 38.34048, -28.21412 38.34048))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5079'^^xsd:string;
  dwc:observationDate '2008-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4394> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5455 -24.5994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.5455"^^xsd:decimal ;
  dwc:decimalLongitude "-24.5994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5455 -24.5994)"^^geo:wktLiteral ;
  geo-pos:lat "66.5455"^^xsd:decimal ;
  geo-pos:long "-24.5994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4394'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_4394'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.1205555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.5994'^^xsd:double;
  dwc:startLongitude '-24.5994'^^xsd:double;
  dwc:endLongitude '-24.5994'^^xsd:double;
  dwc:latitude '66.5455'^^xsd:double;
  dwc:startLatitude '66.5455'^^xsd:double;
  dwc:endLatitude '66.5455'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.5994 66.5455, -24.5994 66.5455, -24.5994 66.5455, -24.5994 66.5455, -24.5994 66.5455))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4394'^^xsd:string;
  dwc:observationDate '2006-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4377> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.77468 -23.09937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.77468"^^xsd:decimal ;
  dwc:decimalLongitude "-23.09937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.77468 -23.09937)"^^geo:wktLiteral ;
  geo-pos:lat "66.77468"^^xsd:decimal ;
  geo-pos:long "-23.09937"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4377'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_4377'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.690277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.09937'^^xsd:double;
  dwc:startLongitude '-23.09937'^^xsd:double;
  dwc:endLongitude '-23.09937'^^xsd:double;
  dwc:latitude '66.77468'^^xsd:double;
  dwc:startLatitude '66.77468'^^xsd:double;
  dwc:endLatitude '66.77468'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.09937 66.77468, -23.09937 66.77468, -23.09937 66.77468, -23.09937 66.77468, -23.09937 66.77468))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4377'^^xsd:string;
  dwc:observationDate '2006-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4591> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.5165 23.411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.5165"^^xsd:decimal ;
  dwc:decimalLongitude "23.411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.5165 23.411)"^^geo:wktLiteral ;
  geo-pos:lat "35.5165"^^xsd:decimal ;
  geo-pos:long "23.411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4591'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_4591'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.976111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '23.411'^^xsd:double;
  dwc:startLongitude '23.411'^^xsd:double;
  dwc:endLongitude '23.411'^^xsd:double;
  dwc:latitude '35.5165'^^xsd:double;
  dwc:startLatitude '35.5165'^^xsd:double;
  dwc:endLatitude '35.5165'^^xsd:double;
  dwc:boundingBox 'POLYGON ((23.411 35.5165, 23.411 35.5165, 23.411 35.5165, 23.411 35.5165, 23.411 35.5165))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4591'^^xsd:string;
  dwc:observationDate '2007-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4923> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.32523 -28.2164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.32523"^^xsd:decimal ;
  dwc:decimalLongitude "-28.2164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.32523 -28.2164)"^^geo:wktLiteral ;
  geo-pos:lat "38.32523"^^xsd:decimal ;
  geo-pos:long "-28.2164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4923'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_4923'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.446944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.2164'^^xsd:double;
  dwc:startLongitude '-28.2164'^^xsd:double;
  dwc:endLongitude '-28.2164'^^xsd:double;
  dwc:latitude '38.32523'^^xsd:double;
  dwc:startLatitude '38.32523'^^xsd:double;
  dwc:endLatitude '38.32523'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.2164 38.32523, -28.2164 38.32523, -28.2164 38.32523, -28.2164 38.32523, -28.2164 38.32523))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4923'^^xsd:string;
  dwc:observationDate '2008-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5005> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3538 -28.1826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.3538"^^xsd:decimal ;
  dwc:decimalLongitude "-28.1826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3538 -28.1826)"^^geo:wktLiteral ;
  geo-pos:lat "38.3538"^^xsd:decimal ;
  geo-pos:long "-28.1826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5005'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_5005'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.148333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.1826'^^xsd:double;
  dwc:startLongitude '-28.1826'^^xsd:double;
  dwc:endLongitude '-28.1826'^^xsd:double;
  dwc:latitude '38.3538'^^xsd:double;
  dwc:startLatitude '38.3538'^^xsd:double;
  dwc:endLatitude '38.3538'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.1826 38.3538, -28.1826 38.3538, -28.1826 38.3538, -28.1826 38.3538, -28.1826 38.3538))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5005'^^xsd:string;
  dwc:observationDate '2008-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4072> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.96132 -24.20708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.96132"^^xsd:decimal ;
  dwc:decimalLongitude "-24.20708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.96132 -24.20708)"^^geo:wktLiteral ;
  geo-pos:lat "64.96132"^^xsd:decimal ;
  geo-pos:long "-24.20708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4072'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_4072'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.433611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.20708'^^xsd:double;
  dwc:startLongitude '-24.20708'^^xsd:double;
  dwc:endLongitude '-24.20708'^^xsd:double;
  dwc:latitude '64.96132'^^xsd:double;
  dwc:startLatitude '64.96132'^^xsd:double;
  dwc:endLatitude '64.96132'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.20708 64.96132, -24.20708 64.96132, -24.20708 64.96132, -24.20708 64.96132, -24.20708 64.96132))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4072'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4989> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.39407 -28.364)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.39407"^^xsd:decimal ;
  dwc:decimalLongitude "-28.364"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.39407 -28.364)"^^geo:wktLiteral ;
  geo-pos:lat "38.39407"^^xsd:decimal ;
  geo-pos:long "-28.364"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4989'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_4989'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.484444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.364'^^xsd:double;
  dwc:startLongitude '-28.364'^^xsd:double;
  dwc:endLongitude '-28.364'^^xsd:double;
  dwc:latitude '38.39407'^^xsd:double;
  dwc:startLatitude '38.39407'^^xsd:double;
  dwc:endLatitude '38.39407'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.364 38.39407, -28.364 38.39407, -28.364 38.39407, -28.364 38.39407, -28.364 38.39407))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4989'^^xsd:string;
  dwc:observationDate '2008-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3107> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.05835 -23.31782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.05835"^^xsd:decimal ;
  dwc:decimalLongitude "-23.31782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.05835 -23.31782)"^^geo:wktLiteral ;
  geo-pos:lat "67.05835"^^xsd:decimal ;
  geo-pos:long "-23.31782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3107'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_3107'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.265277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.31782'^^xsd:double;
  dwc:startLongitude '-23.31782'^^xsd:double;
  dwc:endLongitude '-23.31782'^^xsd:double;
  dwc:latitude '67.05835'^^xsd:double;
  dwc:startLatitude '67.05835'^^xsd:double;
  dwc:endLatitude '67.05835'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.31782 67.05835, -23.31782 67.05835, -23.31782 67.05835, -23.31782 67.05835, -23.31782 67.05835))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_3107'^^xsd:string;
  dwc:observationDate '2004-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1684> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.21752 -61.85588)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.21752"^^xsd:decimal ;
  dwc:decimalLongitude "-61.85588"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.21752 -61.85588)"^^geo:wktLiteral ;
  geo-pos:lat "16.21752"^^xsd:decimal ;
  geo-pos:long "-61.85588"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1684'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_1684'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.218055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.85588'^^xsd:double;
  dwc:startLongitude '-61.85588'^^xsd:double;
  dwc:endLongitude '-61.85588'^^xsd:double;
  dwc:latitude '16.21752'^^xsd:double;
  dwc:startLatitude '16.21752'^^xsd:double;
  dwc:endLatitude '16.21752'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.85588 16.21752, -61.85588 16.21752, -61.85588 16.21752, -61.85588 16.21752, -61.85588 16.21752))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1684'^^xsd:string;
  dwc:observationDate '2000-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3288> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.61945 5.2654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.61945"^^xsd:decimal ;
  dwc:decimalLongitude "5.2654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.61945 5.2654)"^^geo:wktLiteral ;
  geo-pos:lat "37.61945"^^xsd:decimal ;
  geo-pos:long "5.2654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3288'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_3288'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.890277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '5.2654'^^xsd:double;
  dwc:startLongitude '5.2654'^^xsd:double;
  dwc:endLongitude '5.2654'^^xsd:double;
  dwc:latitude '37.61945'^^xsd:double;
  dwc:startLatitude '37.61945'^^xsd:double;
  dwc:endLatitude '37.61945'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.2654 37.61945, 5.2654 37.61945, 5.2654 37.61945, 5.2654 37.61945, 5.2654 37.61945))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_3288'^^xsd:string;
  dwc:observationDate '2004-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4067> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.94152 -24.14863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.94152"^^xsd:decimal ;
  dwc:decimalLongitude "-24.14863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.94152 -24.14863)"^^geo:wktLiteral ;
  geo-pos:lat "64.94152"^^xsd:decimal ;
  geo-pos:long "-24.14863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4067'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_4067'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.025'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.14863'^^xsd:double;
  dwc:startLongitude '-24.14863'^^xsd:double;
  dwc:endLongitude '-24.14863'^^xsd:double;
  dwc:latitude '64.94152'^^xsd:double;
  dwc:startLatitude '64.94152'^^xsd:double;
  dwc:endLatitude '64.94152'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.14863 64.94152, -24.14863 64.94152, -24.14863 64.94152, -24.14863 64.94152, -24.14863 64.94152))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4067'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1017> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.31667 -61.45517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.31667"^^xsd:decimal ;
  dwc:decimalLongitude "-61.45517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.31667 -61.45517)"^^geo:wktLiteral ;
  geo-pos:lat "15.31667"^^xsd:decimal ;
  geo-pos:long "-61.45517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1017'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_1017'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '8.6727777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.45517'^^xsd:double;
  dwc:startLongitude '-61.45517'^^xsd:double;
  dwc:endLongitude '-61.45517'^^xsd:double;
  dwc:latitude '15.31667'^^xsd:double;
  dwc:startLatitude '15.31667'^^xsd:double;
  dwc:endLatitude '15.31667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.45517 15.31667, -61.45517 15.31667, -61.45517 15.31667, -61.45517 15.31667, -61.45517 15.31667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1017'^^xsd:string;
  dwc:observationDate '1996-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4536> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52212 -25.26551)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52212"^^xsd:decimal ;
  dwc:decimalLongitude "-25.26551"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52212 -25.26551)"^^geo:wktLiteral ;
  geo-pos:lat "66.52212"^^xsd:decimal ;
  geo-pos:long "-25.26551"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4536'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_4536'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.495833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.26551'^^xsd:double;
  dwc:startLongitude '-25.26551'^^xsd:double;
  dwc:endLongitude '-25.26551'^^xsd:double;
  dwc:latitude '66.52212'^^xsd:double;
  dwc:startLatitude '66.52212'^^xsd:double;
  dwc:endLatitude '66.52212'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.26551 66.52212, -25.26551 66.52212, -25.26551 66.52212, -25.26551 66.52212, -25.26551 66.52212))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4536'^^xsd:string;
  dwc:observationDate '2006-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2678> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.00375 11.77053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.00375"^^xsd:decimal ;
  dwc:decimalLongitude "11.77053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.00375 11.77053)"^^geo:wktLiteral ;
  geo-pos:lat "38.00375"^^xsd:decimal ;
  geo-pos:long "11.77053"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2678'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_2678'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.393333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '11.77053'^^xsd:double;
  dwc:startLongitude '11.77053'^^xsd:double;
  dwc:endLongitude '11.77053'^^xsd:double;
  dwc:latitude '38.00375'^^xsd:double;
  dwc:startLatitude '38.00375'^^xsd:double;
  dwc:endLatitude '38.00375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.77053 38.00375, 11.77053 38.00375, 11.77053 38.00375, 11.77053 38.00375, 11.77053 38.00375))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_2678'^^xsd:string;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1688> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.99543 -61.85857)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.99543"^^xsd:decimal ;
  dwc:decimalLongitude "-61.85857"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.99543 -61.85857)"^^geo:wktLiteral ;
  geo-pos:lat "15.99543"^^xsd:decimal ;
  geo-pos:long "-61.85857"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1688'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_1688'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.9175'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.85857'^^xsd:double;
  dwc:startLongitude '-61.85857'^^xsd:double;
  dwc:endLongitude '-61.85857'^^xsd:double;
  dwc:latitude '15.99543'^^xsd:double;
  dwc:startLatitude '15.99543'^^xsd:double;
  dwc:endLatitude '15.99543'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.85857 15.99543, -61.85857 15.99543, -61.85857 15.99543, -61.85857 15.99543, -61.85857 15.99543))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1688'^^xsd:string;
  dwc:observationDate '2000-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1019> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.2705 -61.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.2705"^^xsd:decimal ;
  dwc:decimalLongitude "-61.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.2705 -61.422)"^^geo:wktLiteral ;
  geo-pos:lat "15.2705"^^xsd:decimal ;
  geo-pos:long "-61.422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1019'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_1019'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.1980555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.422'^^xsd:double;
  dwc:startLongitude '-61.422'^^xsd:double;
  dwc:endLongitude '-61.422'^^xsd:double;
  dwc:latitude '15.2705'^^xsd:double;
  dwc:startLatitude '15.2705'^^xsd:double;
  dwc:endLatitude '15.2705'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.422 15.2705, -61.422 15.2705, -61.422 15.2705, -61.422 15.2705, -61.422 15.2705))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1019'^^xsd:string;
  dwc:observationDate '1996-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_145> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22167 -26.86667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22167"^^xsd:decimal ;
  dwc:decimalLongitude "-26.86667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22167 -26.86667)"^^geo:wktLiteral ;
  geo-pos:lat "38.22167"^^xsd:decimal ;
  geo-pos:long "-26.86667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_145'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_145'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.633333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.86667'^^xsd:double;
  dwc:startLongitude '-26.86667'^^xsd:double;
  dwc:endLongitude '-26.86667'^^xsd:double;
  dwc:latitude '38.22167'^^xsd:double;
  dwc:startLatitude '38.22167'^^xsd:double;
  dwc:endLatitude '38.22167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.86667 38.22167, -26.86667 38.22167, -26.86667 38.22167, -26.86667 38.22167, -26.86667 38.22167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_145'^^xsd:string;
  dwc:observationDate '1993-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_273> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.59333 -29.05833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.59333"^^xsd:decimal ;
  dwc:decimalLongitude "-29.05833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.59333 -29.05833)"^^geo:wktLiteral ;
  geo-pos:lat "38.59333"^^xsd:decimal ;
  geo-pos:long "-29.05833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_273'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_273'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.05833'^^xsd:double;
  dwc:startLongitude '-29.05833'^^xsd:double;
  dwc:endLongitude '-29.05833'^^xsd:double;
  dwc:latitude '38.59333'^^xsd:double;
  dwc:startLatitude '38.59333'^^xsd:double;
  dwc:endLatitude '38.59333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.05833 38.59333, -29.05833 38.59333, -29.05833 38.59333, -29.05833 38.59333, -29.05833 38.59333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_273'^^xsd:string;
  dwc:observationDate '1993-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_189> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.99183 -26.89967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.99183"^^xsd:decimal ;
  dwc:decimalLongitude "-26.89967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.99183 -26.89967)"^^geo:wktLiteral ;
  geo-pos:lat "37.99183"^^xsd:decimal ;
  geo-pos:long "-26.89967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_189'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_189'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.016666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.89967'^^xsd:double;
  dwc:startLongitude '-26.89967'^^xsd:double;
  dwc:endLongitude '-26.89967'^^xsd:double;
  dwc:latitude '37.99183'^^xsd:double;
  dwc:startLatitude '37.99183'^^xsd:double;
  dwc:endLatitude '37.99183'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.89967 37.99183, -26.89967 37.99183, -26.89967 37.99183, -26.89967 37.99183, -26.89967 37.99183))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_189'^^xsd:string;
  dwc:observationDate '1993-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5157> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3071 -26.45563)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.3071"^^xsd:decimal ;
  dwc:decimalLongitude "-26.45563"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3071 -26.45563)"^^geo:wktLiteral ;
  geo-pos:lat "38.3071"^^xsd:decimal ;
  geo-pos:long "-26.45563"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5157'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_5157'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.0983333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.45563'^^xsd:double;
  dwc:startLongitude '-26.45563'^^xsd:double;
  dwc:endLongitude '-26.45563'^^xsd:double;
  dwc:latitude '38.3071'^^xsd:double;
  dwc:startLatitude '38.3071'^^xsd:double;
  dwc:endLatitude '38.3071'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.45563 38.3071, -26.45563 38.3071, -26.45563 38.3071, -26.45563 38.3071, -26.45563 38.3071))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5157'^^xsd:string;
  dwc:observationDate '2008-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_774> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.28467 -28.343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.28467"^^xsd:decimal ;
  dwc:decimalLongitude "-28.343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.28467 -28.343)"^^geo:wktLiteral ;
  geo-pos:lat "38.28467"^^xsd:decimal ;
  geo-pos:long "-28.343"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_774'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_774'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.2088888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.343'^^xsd:double;
  dwc:startLongitude '-28.343'^^xsd:double;
  dwc:endLongitude '-28.343'^^xsd:double;
  dwc:latitude '38.28467'^^xsd:double;
  dwc:startLatitude '38.28467'^^xsd:double;
  dwc:endLatitude '38.28467'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.343 38.28467, -28.343 38.28467, -28.343 38.28467, -28.343 38.28467, -28.343 38.28467))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_774'^^xsd:string;
  dwc:observationDate '1995-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1727> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.26723 -61.41711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.26723"^^xsd:decimal ;
  dwc:decimalLongitude "-61.41711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.26723 -61.41711)"^^geo:wktLiteral ;
  geo-pos:lat "15.26723"^^xsd:decimal ;
  geo-pos:long "-61.41711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1727'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_1727'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.850277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.41711'^^xsd:double;
  dwc:startLongitude '-61.41711'^^xsd:double;
  dwc:endLongitude '-61.41711'^^xsd:double;
  dwc:latitude '15.26723'^^xsd:double;
  dwc:startLatitude '15.26723'^^xsd:double;
  dwc:endLatitude '15.26723'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.41711 15.26723, -61.41711 15.26723, -61.41711 15.26723, -61.41711 15.26723, -61.41711 15.26723))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1727'^^xsd:string;
  dwc:observationDate '2000-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_323> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.6545 -29.07317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.6545"^^xsd:decimal ;
  dwc:decimalLongitude "-29.07317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.6545 -29.07317)"^^geo:wktLiteral ;
  geo-pos:lat "38.6545"^^xsd:decimal ;
  geo-pos:long "-29.07317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_323'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_323'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.07317'^^xsd:double;
  dwc:startLongitude '-29.07317'^^xsd:double;
  dwc:endLongitude '-29.07317'^^xsd:double;
  dwc:latitude '38.6545'^^xsd:double;
  dwc:startLatitude '38.6545'^^xsd:double;
  dwc:endLatitude '38.6545'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.07317 38.6545, -29.07317 38.6545, -29.07317 38.6545, -29.07317 38.6545, -29.07317 38.6545))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_323'^^xsd:string;
  dwc:observationDate '1993-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4543> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.65258 -27.45832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.65258"^^xsd:decimal ;
  dwc:decimalLongitude "-27.45832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.65258 -27.45832)"^^geo:wktLiteral ;
  geo-pos:lat "65.65258"^^xsd:decimal ;
  geo-pos:long "-27.45832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4543'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_4543'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.2608333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.45832'^^xsd:double;
  dwc:startLongitude '-27.45832'^^xsd:double;
  dwc:endLongitude '-27.45832'^^xsd:double;
  dwc:latitude '65.65258'^^xsd:double;
  dwc:startLatitude '65.65258'^^xsd:double;
  dwc:endLatitude '65.65258'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.45832 65.65258, -27.45832 65.65258, -27.45832 65.65258, -27.45832 65.65258, -27.45832 65.65258))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4543'^^xsd:string;
  dwc:observationDate '2006-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3101> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.41084 -22.2275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.41084"^^xsd:decimal ;
  dwc:decimalLongitude "-22.2275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.41084 -22.2275)"^^geo:wktLiteral ;
  geo-pos:lat "67.41084"^^xsd:decimal ;
  geo-pos:long "-22.2275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3101'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_3101'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.020277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.2275'^^xsd:double;
  dwc:startLongitude '-22.2275'^^xsd:double;
  dwc:endLongitude '-22.2275'^^xsd:double;
  dwc:latitude '67.41084'^^xsd:double;
  dwc:startLatitude '67.41084'^^xsd:double;
  dwc:endLatitude '67.41084'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.2275 67.41084, -22.2275 67.41084, -22.2275 67.41084, -22.2275 67.41084, -22.2275 67.41084))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_3101'^^xsd:string;
  dwc:observationDate '2004-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3948> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.21393 -63.2704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.21393"^^xsd:decimal ;
  dwc:decimalLongitude "-63.2704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.21393 -63.2704)"^^geo:wktLiteral ;
  geo-pos:lat "17.21393"^^xsd:decimal ;
  geo-pos:long "-63.2704"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3948'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_3948'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '21.800833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-63.2704'^^xsd:double;
  dwc:startLongitude '-63.2704'^^xsd:double;
  dwc:endLongitude '-63.2704'^^xsd:double;
  dwc:latitude '17.21393'^^xsd:double;
  dwc:startLatitude '17.21393'^^xsd:double;
  dwc:endLatitude '17.21393'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.2704 17.21393, -63.2704 17.21393, -63.2704 17.21393, -63.2704 17.21393, -63.2704 17.21393))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_3948'^^xsd:string;
  dwc:observationDate '2006-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1515> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.724 -61.23133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.724"^^xsd:decimal ;
  dwc:decimalLongitude "-61.23133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.724 -61.23133)"^^geo:wktLiteral ;
  geo-pos:lat "14.724"^^xsd:decimal ;
  geo-pos:long "-61.23133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1515'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_1515'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.4166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.23133'^^xsd:double;
  dwc:startLongitude '-61.23133'^^xsd:double;
  dwc:endLongitude '-61.23133'^^xsd:double;
  dwc:latitude '14.724'^^xsd:double;
  dwc:startLatitude '14.724'^^xsd:double;
  dwc:endLatitude '14.724'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.23133 14.724, -61.23133 14.724, -61.23133 14.724, -61.23133 14.724, -61.23133 14.724))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1515'^^xsd:string;
  dwc:observationDate '1998-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1741> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.23877 -61.40325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.23877"^^xsd:decimal ;
  dwc:decimalLongitude "-61.40325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.23877 -61.40325)"^^geo:wktLiteral ;
  geo-pos:lat "15.23877"^^xsd:decimal ;
  geo-pos:long "-61.40325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1741'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_1741'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '19.837222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.40325'^^xsd:double;
  dwc:startLongitude '-61.40325'^^xsd:double;
  dwc:endLongitude '-61.40325'^^xsd:double;
  dwc:latitude '15.23877'^^xsd:double;
  dwc:startLatitude '15.23877'^^xsd:double;
  dwc:endLatitude '15.23877'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.40325 15.23877, -61.40325 15.23877, -61.40325 15.23877, -61.40325 15.23877, -61.40325 15.23877))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1741'^^xsd:string;
  dwc:observationDate '2000-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6017> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.61123 -45.0257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.61123"^^xsd:decimal ;
  dwc:decimalLongitude "-45.0257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.61123 -45.0257)"^^geo:wktLiteral ;
  geo-pos:lat "39.61123"^^xsd:decimal ;
  geo-pos:long "-45.0257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6017'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_6017'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.7125'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-45.0257'^^xsd:double;
  dwc:startLongitude '-45.0257'^^xsd:double;
  dwc:endLongitude '-45.0257'^^xsd:double;
  dwc:latitude '39.61123'^^xsd:double;
  dwc:startLatitude '39.61123'^^xsd:double;
  dwc:endLatitude '39.61123'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-45.0257 39.61123, -45.0257 39.61123, -45.0257 39.61123, -45.0257 39.61123, -45.0257 39.61123))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_6017'^^xsd:string;
  dwc:observationDate '2012-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_267> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5835 -29.02967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.5835"^^xsd:decimal ;
  dwc:decimalLongitude "-29.02967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5835 -29.02967)"^^geo:wktLiteral ;
  geo-pos:lat "38.5835"^^xsd:decimal ;
  geo-pos:long "-29.02967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_267'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_267'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.02967'^^xsd:double;
  dwc:startLongitude '-29.02967'^^xsd:double;
  dwc:endLongitude '-29.02967'^^xsd:double;
  dwc:latitude '38.5835'^^xsd:double;
  dwc:startLatitude '38.5835'^^xsd:double;
  dwc:endLatitude '38.5835'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.02967 38.5835, -29.02967 38.5835, -29.02967 38.5835, -29.02967 38.5835, -29.02967 38.5835))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_267'^^xsd:string;
  dwc:observationDate '1993-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5055> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.33642 -28.31653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.33642"^^xsd:decimal ;
  dwc:decimalLongitude "-28.31653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.33642 -28.31653)"^^geo:wktLiteral ;
  geo-pos:lat "38.33642"^^xsd:decimal ;
  geo-pos:long "-28.31653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5055'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_5055'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.7838888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.31653'^^xsd:double;
  dwc:startLongitude '-28.31653'^^xsd:double;
  dwc:endLongitude '-28.31653'^^xsd:double;
  dwc:latitude '38.33642'^^xsd:double;
  dwc:startLatitude '38.33642'^^xsd:double;
  dwc:endLatitude '38.33642'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.31653 38.33642, -28.31653 38.33642, -28.31653 38.33642, -28.31653 38.33642, -28.31653 38.33642))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5055'^^xsd:string;
  dwc:observationDate '2008-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_219> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.36333 -27.295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.36333"^^xsd:decimal ;
  dwc:decimalLongitude "-27.295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.36333 -27.295)"^^geo:wktLiteral ;
  geo-pos:lat "38.36333"^^xsd:decimal ;
  geo-pos:long "-27.295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_219'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_219'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.416666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.295'^^xsd:double;
  dwc:startLongitude '-27.295'^^xsd:double;
  dwc:endLongitude '-27.295'^^xsd:double;
  dwc:latitude '38.36333'^^xsd:double;
  dwc:startLatitude '38.36333'^^xsd:double;
  dwc:endLatitude '38.36333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.295 38.36333, -27.295 38.36333, -27.295 38.36333, -27.295 38.36333, -27.295 38.36333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_219'^^xsd:string;
  dwc:observationDate '1993-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_220> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.385 -27.30267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.385"^^xsd:decimal ;
  dwc:decimalLongitude "-27.30267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.385 -27.30267)"^^geo:wktLiteral ;
  geo-pos:lat "38.385"^^xsd:decimal ;
  geo-pos:long "-27.30267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_220'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_220'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.30267'^^xsd:double;
  dwc:startLongitude '-27.30267'^^xsd:double;
  dwc:endLongitude '-27.30267'^^xsd:double;
  dwc:latitude '38.385'^^xsd:double;
  dwc:startLatitude '38.385'^^xsd:double;
  dwc:endLatitude '38.385'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.30267 38.385, -27.30267 38.385, -27.30267 38.385, -27.30267 38.385, -27.30267 38.385))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_220'^^xsd:string;
  dwc:observationDate '1993-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6308> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.14688 -28.3512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.14688"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.14688 -28.3512)"^^geo:wktLiteral ;
  geo-pos:lat "63.14688"^^xsd:decimal ;
  geo-pos:long "-28.3512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6308'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_6308'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.561666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.3512'^^xsd:double;
  dwc:startLongitude '-28.3512'^^xsd:double;
  dwc:endLongitude '-28.3512'^^xsd:double;
  dwc:latitude '63.14688'^^xsd:double;
  dwc:startLatitude '63.14688'^^xsd:double;
  dwc:endLatitude '63.14688'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.3512 63.14688, -28.3512 63.14688, -28.3512 63.14688, -28.3512 63.14688, -28.3512 63.14688))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_6308'^^xsd:string;
  dwc:observationDate '2012-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4068> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.94318 -24.18395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.94318"^^xsd:decimal ;
  dwc:decimalLongitude "-24.18395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.94318 -24.18395)"^^geo:wktLiteral ;
  geo-pos:lat "64.94318"^^xsd:decimal ;
  geo-pos:long "-24.18395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4068'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_4068'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.315277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.18395'^^xsd:double;
  dwc:startLongitude '-24.18395'^^xsd:double;
  dwc:endLongitude '-24.18395'^^xsd:double;
  dwc:latitude '64.94318'^^xsd:double;
  dwc:startLatitude '64.94318'^^xsd:double;
  dwc:endLatitude '64.94318'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.18395 64.94318, -24.18395 64.94318, -24.18395 64.94318, -24.18395 64.94318, -24.18395 64.94318))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4068'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_84>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_84> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_84> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.63633 -29.04517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.63633"^^xsd:decimal ;
  dwc:decimalLongitude "-29.04517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_84>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.63633 -29.04517)"^^geo:wktLiteral ;
  geo-pos:lat "38.63633"^^xsd:decimal ;
  geo-pos:long "-29.04517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_84>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_84" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_84'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_84'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.04517'^^xsd:double;
  dwc:startLongitude '-29.04517'^^xsd:double;
  dwc:endLongitude '-29.04517'^^xsd:double;
  dwc:latitude '38.63633'^^xsd:double;
  dwc:startLatitude '38.63633'^^xsd:double;
  dwc:endLatitude '38.63633'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.04517 38.63633, -29.04517 38.63633, -29.04517 38.63633, -29.04517 38.63633, -29.04517 38.63633))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_84'^^xsd:string;
  dwc:observationDate '1993-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1749> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.22655 -61.42282)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.22655"^^xsd:decimal ;
  dwc:decimalLongitude "-61.42282"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.22655 -61.42282)"^^geo:wktLiteral ;
  geo-pos:lat "15.22655"^^xsd:decimal ;
  geo-pos:long "-61.42282"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1749'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_1749'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '20.419166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.42282'^^xsd:double;
  dwc:startLongitude '-61.42282'^^xsd:double;
  dwc:endLongitude '-61.42282'^^xsd:double;
  dwc:latitude '15.22655'^^xsd:double;
  dwc:startLatitude '15.22655'^^xsd:double;
  dwc:endLatitude '15.22655'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.42282 15.22655, -61.42282 15.22655, -61.42282 15.22655, -61.42282 15.22655, -61.42282 15.22655))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1749'^^xsd:string;
  dwc:observationDate '2000-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5101> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34168 -28.29493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.34168"^^xsd:decimal ;
  dwc:decimalLongitude "-28.29493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34168 -28.29493)"^^geo:wktLiteral ;
  geo-pos:lat "38.34168"^^xsd:decimal ;
  geo-pos:long "-28.29493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5101'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_5101'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.446111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.29493'^^xsd:double;
  dwc:startLongitude '-28.29493'^^xsd:double;
  dwc:endLongitude '-28.29493'^^xsd:double;
  dwc:latitude '38.34168'^^xsd:double;
  dwc:startLatitude '38.34168'^^xsd:double;
  dwc:endLatitude '38.34168'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.29493 38.34168, -28.29493 38.34168, -28.29493 38.34168, -28.29493 38.34168, -28.29493 38.34168))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5101'^^xsd:string;
  dwc:observationDate '2008-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_852> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.38183 -28.42467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.38183"^^xsd:decimal ;
  dwc:decimalLongitude "-28.42467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.38183 -28.42467)"^^geo:wktLiteral ;
  geo-pos:lat "38.38183"^^xsd:decimal ;
  geo-pos:long "-28.42467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_852'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_852'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.424444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.42467'^^xsd:double;
  dwc:startLongitude '-28.42467'^^xsd:double;
  dwc:endLongitude '-28.42467'^^xsd:double;
  dwc:latitude '38.38183'^^xsd:double;
  dwc:startLatitude '38.38183'^^xsd:double;
  dwc:endLatitude '38.38183'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.42467 38.38183, -28.42467 38.38183, -28.42467 38.38183, -28.42467 38.38183, -28.42467 38.38183))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_852'^^xsd:string;
  dwc:observationDate '1995-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_633> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.26267 -61.4005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.26267"^^xsd:decimal ;
  dwc:decimalLongitude "-61.4005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.26267 -61.4005)"^^geo:wktLiteral ;
  geo-pos:lat "15.26267"^^xsd:decimal ;
  geo-pos:long "-61.4005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_633'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_633'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.1908333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.4005'^^xsd:double;
  dwc:startLongitude '-61.4005'^^xsd:double;
  dwc:endLongitude '-61.4005'^^xsd:double;
  dwc:latitude '15.26267'^^xsd:double;
  dwc:startLatitude '15.26267'^^xsd:double;
  dwc:endLatitude '15.26267'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.4005 15.26267, -61.4005 15.26267, -61.4005 15.26267, -61.4005 15.26267, -61.4005 15.26267))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_633'^^xsd:string;
  dwc:observationDate '1995-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5032> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.33703 -28.29045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.33703"^^xsd:decimal ;
  dwc:decimalLongitude "-28.29045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.33703 -28.29045)"^^geo:wktLiteral ;
  geo-pos:lat "38.33703"^^xsd:decimal ;
  geo-pos:long "-28.29045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5032'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_5032'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13.82'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.29045'^^xsd:double;
  dwc:startLongitude '-28.29045'^^xsd:double;
  dwc:endLongitude '-28.29045'^^xsd:double;
  dwc:latitude '38.33703'^^xsd:double;
  dwc:startLatitude '38.33703'^^xsd:double;
  dwc:endLatitude '38.33703'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.29045 38.33703, -28.29045 38.33703, -28.29045 38.33703, -28.29045 38.33703, -28.29045 38.33703))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5032'^^xsd:string;
  dwc:observationDate '2008-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_152> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.19983 -26.85683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.19983"^^xsd:decimal ;
  dwc:decimalLongitude "-26.85683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.19983 -26.85683)"^^geo:wktLiteral ;
  geo-pos:lat "38.19983"^^xsd:decimal ;
  geo-pos:long "-26.85683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_152'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_152'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.933333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.85683'^^xsd:double;
  dwc:startLongitude '-26.85683'^^xsd:double;
  dwc:endLongitude '-26.85683'^^xsd:double;
  dwc:latitude '38.19983'^^xsd:double;
  dwc:startLatitude '38.19983'^^xsd:double;
  dwc:endLatitude '38.19983'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.85683 38.19983, -26.85683 38.19983, -26.85683 38.19983, -26.85683 38.19983, -26.85683 38.19983))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_152'^^xsd:string;
  dwc:observationDate '1993-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_872> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.00566 -25.87533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.00566"^^xsd:decimal ;
  dwc:decimalLongitude "-25.87533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.00566 -25.87533)"^^geo:wktLiteral ;
  geo-pos:lat "38.00566"^^xsd:decimal ;
  geo-pos:long "-25.87533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_872'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_872'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.191944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.87533'^^xsd:double;
  dwc:startLongitude '-25.87533'^^xsd:double;
  dwc:endLongitude '-25.87533'^^xsd:double;
  dwc:latitude '38.00566'^^xsd:double;
  dwc:startLatitude '38.00566'^^xsd:double;
  dwc:endLatitude '38.00566'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.87533 38.00566, -25.87533 38.00566, -25.87533 38.00566, -25.87533 38.00566, -25.87533 38.00566))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_872'^^xsd:string;
  dwc:observationDate '1995-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5680> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.20037 -20.58408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.20037"^^xsd:decimal ;
  dwc:decimalLongitude "-20.58408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.20037 -20.58408)"^^geo:wktLiteral ;
  geo-pos:lat "37.20037"^^xsd:decimal ;
  geo-pos:long "-20.58408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5680'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_5680'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.361111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-20.58408'^^xsd:double;
  dwc:startLongitude '-20.58408'^^xsd:double;
  dwc:endLongitude '-20.58408'^^xsd:double;
  dwc:latitude '37.20037'^^xsd:double;
  dwc:startLatitude '37.20037'^^xsd:double;
  dwc:endLatitude '37.20037'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-20.58408 37.20037, -20.58408 37.20037, -20.58408 37.20037, -20.58408 37.20037, -20.58408 37.20037))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5680'^^xsd:string;
  dwc:observationDate '2012-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5001> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34819 -28.19243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.34819"^^xsd:decimal ;
  dwc:decimalLongitude "-28.19243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34819 -28.19243)"^^geo:wktLiteral ;
  geo-pos:lat "38.34819"^^xsd:decimal ;
  geo-pos:long "-28.19243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5001'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_5001'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.643888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.19243'^^xsd:double;
  dwc:startLongitude '-28.19243'^^xsd:double;
  dwc:endLongitude '-28.19243'^^xsd:double;
  dwc:latitude '38.34819'^^xsd:double;
  dwc:startLatitude '38.34819'^^xsd:double;
  dwc:endLatitude '38.34819'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.19243 38.34819, -28.19243 38.34819, -28.19243 38.34819, -28.19243 38.34819, -28.19243 38.34819))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5001'^^xsd:string;
  dwc:observationDate '2008-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5035> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.35835 -28.23882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.35835"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.35835 -28.23882)"^^geo:wktLiteral ;
  geo-pos:lat "38.35835"^^xsd:decimal ;
  geo-pos:long "-28.23882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5035'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_5035'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.594722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.23882'^^xsd:double;
  dwc:startLongitude '-28.23882'^^xsd:double;
  dwc:endLongitude '-28.23882'^^xsd:double;
  dwc:latitude '38.35835'^^xsd:double;
  dwc:startLatitude '38.35835'^^xsd:double;
  dwc:endLatitude '38.35835'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.23882 38.35835, -28.23882 38.35835, -28.23882 38.35835, -28.23882 38.35835, -28.23882 38.35835))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5035'^^xsd:string;
  dwc:observationDate '2008-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4870> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.38911 -28.07693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.38911"^^xsd:decimal ;
  dwc:decimalLongitude "-28.07693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.38911 -28.07693)"^^geo:wktLiteral ;
  geo-pos:lat "38.38911"^^xsd:decimal ;
  geo-pos:long "-28.07693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4870'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_4870'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.42'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.07693'^^xsd:double;
  dwc:startLongitude '-28.07693'^^xsd:double;
  dwc:endLongitude '-28.07693'^^xsd:double;
  dwc:latitude '38.38911'^^xsd:double;
  dwc:startLatitude '38.38911'^^xsd:double;
  dwc:endLatitude '38.38911'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.07693 38.38911, -28.07693 38.38911, -28.07693 38.38911, -28.07693 38.38911, -28.07693 38.38911))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4870'^^xsd:string;
  dwc:observationDate '2008-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1720> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.4991 -61.16917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.4991"^^xsd:decimal ;
  dwc:decimalLongitude "-61.16917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.4991 -61.16917)"^^geo:wktLiteral ;
  geo-pos:lat "14.4991"^^xsd:decimal ;
  geo-pos:long "-61.16917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1720'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_1720'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.528333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.16917'^^xsd:double;
  dwc:startLongitude '-61.16917'^^xsd:double;
  dwc:endLongitude '-61.16917'^^xsd:double;
  dwc:latitude '14.4991'^^xsd:double;
  dwc:startLatitude '14.4991'^^xsd:double;
  dwc:endLatitude '14.4991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.16917 14.4991, -61.16917 14.4991, -61.16917 14.4991, -61.16917 14.4991, -61.16917 14.4991))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1720'^^xsd:string;
  dwc:observationDate '2000-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_170> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.11333 -26.886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.11333"^^xsd:decimal ;
  dwc:decimalLongitude "-26.886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.11333 -26.886)"^^geo:wktLiteral ;
  geo-pos:lat "38.11333"^^xsd:decimal ;
  geo-pos:long "-26.886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_170'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_170'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.05'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.886'^^xsd:double;
  dwc:startLongitude '-26.886'^^xsd:double;
  dwc:endLongitude '-26.886'^^xsd:double;
  dwc:latitude '38.11333'^^xsd:double;
  dwc:startLatitude '38.11333'^^xsd:double;
  dwc:endLatitude '38.11333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.886 38.11333, -26.886 38.11333, -26.886 38.11333, -26.886 38.11333, -26.886 38.11333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_170'^^xsd:string;
  dwc:observationDate '1993-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3143> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.02371 -26.51647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.02371"^^xsd:decimal ;
  dwc:decimalLongitude "-26.51647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.02371 -26.51647)"^^geo:wktLiteral ;
  geo-pos:lat "66.02371"^^xsd:decimal ;
  geo-pos:long "-26.51647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3143'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_3143'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.4175'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.51647'^^xsd:double;
  dwc:startLongitude '-26.51647'^^xsd:double;
  dwc:endLongitude '-26.51647'^^xsd:double;
  dwc:latitude '66.02371'^^xsd:double;
  dwc:startLatitude '66.02371'^^xsd:double;
  dwc:endLatitude '66.02371'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.51647 66.02371, -26.51647 66.02371, -26.51647 66.02371, -26.51647 66.02371, -26.51647 66.02371))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_3143'^^xsd:string;
  dwc:observationDate '2004-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1728> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.25352 -61.41485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.25352"^^xsd:decimal ;
  dwc:decimalLongitude "-61.41485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.25352 -61.41485)"^^geo:wktLiteral ;
  geo-pos:lat "15.25352"^^xsd:decimal ;
  geo-pos:long "-61.41485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1728'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_1728'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.178611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.41485'^^xsd:double;
  dwc:startLongitude '-61.41485'^^xsd:double;
  dwc:endLongitude '-61.41485'^^xsd:double;
  dwc:latitude '15.25352'^^xsd:double;
  dwc:startLatitude '15.25352'^^xsd:double;
  dwc:endLatitude '15.25352'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.41485 15.25352, -61.41485 15.25352, -61.41485 15.25352, -61.41485 15.25352, -61.41485 15.25352))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1728'^^xsd:string;
  dwc:observationDate '2000-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5044> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3358 -28.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.3358"^^xsd:decimal ;
  dwc:decimalLongitude "-28.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3358 -28.2833)"^^geo:wktLiteral ;
  geo-pos:lat "38.3358"^^xsd:decimal ;
  geo-pos:long "-28.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5044'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_5044'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.7502777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.2833'^^xsd:double;
  dwc:startLongitude '-28.2833'^^xsd:double;
  dwc:endLongitude '-28.2833'^^xsd:double;
  dwc:latitude '38.3358'^^xsd:double;
  dwc:startLatitude '38.3358'^^xsd:double;
  dwc:endLatitude '38.3358'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.2833 38.3358, -28.2833 38.3358, -28.2833 38.3358, -28.2833 38.3358, -28.2833 38.3358))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5044'^^xsd:string;
  dwc:observationDate '2008-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_86>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_86> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_86> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.6435 -29.066)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.6435"^^xsd:decimal ;
  dwc:decimalLongitude "-29.066"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_86>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.6435 -29.066)"^^geo:wktLiteral ;
  geo-pos:lat "38.6435"^^xsd:decimal ;
  geo-pos:long "-29.066"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_86>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_86" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_86'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_86'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.133333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.066'^^xsd:double;
  dwc:startLongitude '-29.066'^^xsd:double;
  dwc:endLongitude '-29.066'^^xsd:double;
  dwc:latitude '38.6435'^^xsd:double;
  dwc:startLatitude '38.6435'^^xsd:double;
  dwc:endLatitude '38.6435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.066 38.6435, -29.066 38.6435, -29.066 38.6435, -29.066 38.6435, -29.066 38.6435))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_86'^^xsd:string;
  dwc:observationDate '1993-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5061> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34612 -28.30087)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.34612"^^xsd:decimal ;
  dwc:decimalLongitude "-28.30087"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34612 -28.30087)"^^geo:wktLiteral ;
  geo-pos:lat "38.34612"^^xsd:decimal ;
  geo-pos:long "-28.30087"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5061'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_5061'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.5083333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.30087'^^xsd:double;
  dwc:startLongitude '-28.30087'^^xsd:double;
  dwc:endLongitude '-28.30087'^^xsd:double;
  dwc:latitude '38.34612'^^xsd:double;
  dwc:startLatitude '38.34612'^^xsd:double;
  dwc:endLatitude '38.34612'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.30087 38.34612, -28.30087 38.34612, -28.30087 38.34612, -28.30087 38.34612, -28.30087 38.34612))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5061'^^xsd:string;
  dwc:observationDate '2008-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_691> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.31183 -61.45933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.31183"^^xsd:decimal ;
  dwc:decimalLongitude "-61.45933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.31183 -61.45933)"^^geo:wktLiteral ;
  geo-pos:lat "15.31183"^^xsd:decimal ;
  geo-pos:long "-61.45933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_691'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_691'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.404166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.45933'^^xsd:double;
  dwc:startLongitude '-61.45933'^^xsd:double;
  dwc:endLongitude '-61.45933'^^xsd:double;
  dwc:latitude '15.31183'^^xsd:double;
  dwc:startLatitude '15.31183'^^xsd:double;
  dwc:endLatitude '15.31183'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.45933 15.31183, -61.45933 15.31183, -61.45933 15.31183, -61.45933 15.31183, -61.45933 15.31183))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_691'^^xsd:string;
  dwc:observationDate '1995-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_87>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_87> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_87> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.6435 -29.066)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.6435"^^xsd:decimal ;
  dwc:decimalLongitude "-29.066"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_87>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.6435 -29.066)"^^geo:wktLiteral ;
  geo-pos:lat "38.6435"^^xsd:decimal ;
  geo-pos:long "-29.066"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_87>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_87" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_87'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_87'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.066'^^xsd:double;
  dwc:startLongitude '-29.066'^^xsd:double;
  dwc:endLongitude '-29.066'^^xsd:double;
  dwc:latitude '38.6435'^^xsd:double;
  dwc:startLatitude '38.6435'^^xsd:double;
  dwc:endLatitude '38.6435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.066 38.6435, -29.066 38.6435, -29.066 38.6435, -29.066 38.6435, -29.066 38.6435))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_87'^^xsd:string;
  dwc:observationDate '1993-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4871> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.37777 -28.18632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.37777"^^xsd:decimal ;
  dwc:decimalLongitude "-28.18632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.37777 -28.18632)"^^geo:wktLiteral ;
  geo-pos:lat "38.37777"^^xsd:decimal ;
  geo-pos:long "-28.18632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4871'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_4871'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.431111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.18632'^^xsd:double;
  dwc:startLongitude '-28.18632'^^xsd:double;
  dwc:endLongitude '-28.18632'^^xsd:double;
  dwc:latitude '38.37777'^^xsd:double;
  dwc:startLatitude '38.37777'^^xsd:double;
  dwc:endLatitude '38.37777'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.18632 38.37777, -28.18632 38.37777, -28.18632 38.37777, -28.18632 38.37777, -28.18632 38.37777))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4871'^^xsd:string;
  dwc:observationDate '2008-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1634> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.05322 -61.94757)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.05322"^^xsd:decimal ;
  dwc:decimalLongitude "-61.94757"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.05322 -61.94757)"^^geo:wktLiteral ;
  geo-pos:lat "16.05322"^^xsd:decimal ;
  geo-pos:long "-61.94757"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1634'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_1634'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '20.085833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.94757'^^xsd:double;
  dwc:startLongitude '-61.94757'^^xsd:double;
  dwc:endLongitude '-61.94757'^^xsd:double;
  dwc:latitude '16.05322'^^xsd:double;
  dwc:startLatitude '16.05322'^^xsd:double;
  dwc:endLatitude '16.05322'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.94757 16.05322, -61.94757 16.05322, -61.94757 16.05322, -61.94757 16.05322, -61.94757 16.05322))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1634'^^xsd:string;
  dwc:observationDate '2000-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_280> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.62917 -29.12267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.62917"^^xsd:decimal ;
  dwc:decimalLongitude "-29.12267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.62917 -29.12267)"^^geo:wktLiteral ;
  geo-pos:lat "38.62917"^^xsd:decimal ;
  geo-pos:long "-29.12267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_280'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_280'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.916666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.12267'^^xsd:double;
  dwc:startLongitude '-29.12267'^^xsd:double;
  dwc:endLongitude '-29.12267'^^xsd:double;
  dwc:latitude '38.62917'^^xsd:double;
  dwc:startLatitude '38.62917'^^xsd:double;
  dwc:endLatitude '38.62917'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.12267 38.62917, -29.12267 38.62917, -29.12267 38.62917, -29.12267 38.62917, -29.12267 38.62917))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_280'^^xsd:string;
  dwc:observationDate '1993-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4590> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.52673 23.40922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.52673"^^xsd:decimal ;
  dwc:decimalLongitude "23.40922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.52673 23.40922)"^^geo:wktLiteral ;
  geo-pos:lat "35.52673"^^xsd:decimal ;
  geo-pos:long "23.40922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4590'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_4590'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.643055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '23.40922'^^xsd:double;
  dwc:startLongitude '23.40922'^^xsd:double;
  dwc:endLongitude '23.40922'^^xsd:double;
  dwc:latitude '35.52673'^^xsd:double;
  dwc:startLatitude '35.52673'^^xsd:double;
  dwc:endLatitude '35.52673'^^xsd:double;
  dwc:boundingBox 'POLYGON ((23.40922 35.52673, 23.40922 35.52673, 23.40922 35.52673, 23.40922 35.52673, 23.40922 35.52673))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4590'^^xsd:string;
  dwc:observationDate '2007-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_290> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.679 -28.99433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.679"^^xsd:decimal ;
  dwc:decimalLongitude "-28.99433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.679 -28.99433)"^^geo:wktLiteral ;
  geo-pos:lat "38.679"^^xsd:decimal ;
  geo-pos:long "-28.99433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_290'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_290'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.633333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.99433'^^xsd:double;
  dwc:startLongitude '-28.99433'^^xsd:double;
  dwc:endLongitude '-28.99433'^^xsd:double;
  dwc:latitude '38.679'^^xsd:double;
  dwc:startLatitude '38.679'^^xsd:double;
  dwc:endLatitude '38.679'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.99433 38.679, -28.99433 38.679, -28.99433 38.679, -28.99433 38.679, -28.99433 38.679))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_290'^^xsd:string;
  dwc:observationDate '1993-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_688> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.27517 -61.53283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.27517"^^xsd:decimal ;
  dwc:decimalLongitude "-61.53283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.27517 -61.53283)"^^geo:wktLiteral ;
  geo-pos:lat "15.27517"^^xsd:decimal ;
  geo-pos:long "-61.53283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_688'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_688'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.162222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.53283'^^xsd:double;
  dwc:startLongitude '-61.53283'^^xsd:double;
  dwc:endLongitude '-61.53283'^^xsd:double;
  dwc:latitude '15.27517'^^xsd:double;
  dwc:startLatitude '15.27517'^^xsd:double;
  dwc:endLatitude '15.27517'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.53283 15.27517, -61.53283 15.27517, -61.53283 15.27517, -61.53283 15.27517, -61.53283 15.27517))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_688'^^xsd:string;
  dwc:observationDate '1995-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7175 -28.77817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7175"^^xsd:decimal ;
  dwc:decimalLongitude "-28.77817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_28>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7175 -28.77817)"^^geo:wktLiteral ;
  geo-pos:lat "38.7175"^^xsd:decimal ;
  geo-pos:long "-28.77817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_28'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1158_28'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '19.2'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.77817'^^xsd:double;
  dwc:startLongitude '-28.77817'^^xsd:double;
  dwc:endLongitude '-28.77817'^^xsd:double;
  dwc:latitude '38.7175'^^xsd:double;
  dwc:startLatitude '38.7175'^^xsd:double;
  dwc:endLatitude '38.7175'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.77817 38.7175, -28.77817 38.7175, -28.77817 38.7175, -28.77817 38.7175, -28.77817 38.7175))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_28'^^xsd:string;
  dwc:observationDate '1993-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7175 -28.77817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7175"^^xsd:decimal ;
  dwc:decimalLongitude "-28.77817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_26>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7175 -28.77817)"^^geo:wktLiteral ;
  geo-pos:lat "38.7175"^^xsd:decimal ;
  geo-pos:long "-28.77817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_26'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1158_26'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '19.066666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.77817'^^xsd:double;
  dwc:startLongitude '-28.77817'^^xsd:double;
  dwc:endLongitude '-28.77817'^^xsd:double;
  dwc:latitude '38.7175'^^xsd:double;
  dwc:startLatitude '38.7175'^^xsd:double;
  dwc:endLatitude '38.7175'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.77817 38.7175, -28.77817 38.7175, -28.77817 38.7175, -28.77817 38.7175, -28.77817 38.7175))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_26'^^xsd:string;
  dwc:observationDate '1993-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5070> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.33131 -28.21238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.33131"^^xsd:decimal ;
  dwc:decimalLongitude "-28.21238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.33131 -28.21238)"^^geo:wktLiteral ;
  geo-pos:lat "38.33131"^^xsd:decimal ;
  geo-pos:long "-28.21238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5070'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_5070'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11.776388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.21238'^^xsd:double;
  dwc:startLongitude '-28.21238'^^xsd:double;
  dwc:endLongitude '-28.21238'^^xsd:double;
  dwc:latitude '38.33131'^^xsd:double;
  dwc:startLatitude '38.33131'^^xsd:double;
  dwc:endLatitude '38.33131'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.21238 38.33131, -28.21238 38.33131, -28.21238 38.33131, -28.21238 38.33131, -28.21238 38.33131))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5070'^^xsd:string;
  dwc:observationDate '2008-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_174> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.09833 -26.87033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.09833"^^xsd:decimal ;
  dwc:decimalLongitude "-26.87033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.09833 -26.87033)"^^geo:wktLiteral ;
  geo-pos:lat "38.09833"^^xsd:decimal ;
  geo-pos:long "-26.87033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_174'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_174'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.87033'^^xsd:double;
  dwc:startLongitude '-26.87033'^^xsd:double;
  dwc:endLongitude '-26.87033'^^xsd:double;
  dwc:latitude '38.09833'^^xsd:double;
  dwc:startLatitude '38.09833'^^xsd:double;
  dwc:endLatitude '38.09833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.87033 38.09833, -26.87033 38.09833, -26.87033 38.09833, -26.87033 38.09833, -26.87033 38.09833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_174'^^xsd:string;
  dwc:observationDate '1993-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1735> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.23957 -61.4006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.23957"^^xsd:decimal ;
  dwc:decimalLongitude "-61.4006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.23957 -61.4006)"^^geo:wktLiteral ;
  geo-pos:lat "15.23957"^^xsd:decimal ;
  geo-pos:long "-61.4006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1735'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_1735'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '15.160833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.4006'^^xsd:double;
  dwc:startLongitude '-61.4006'^^xsd:double;
  dwc:endLongitude '-61.4006'^^xsd:double;
  dwc:latitude '15.23957'^^xsd:double;
  dwc:startLatitude '15.23957'^^xsd:double;
  dwc:endLatitude '15.23957'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.4006 15.23957, -61.4006 15.23957, -61.4006 15.23957, -61.4006 15.23957, -61.4006 15.23957))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1735'^^xsd:string;
  dwc:observationDate '2000-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1668> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.1701 -61.87605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.1701"^^xsd:decimal ;
  dwc:decimalLongitude "-61.87605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.1701 -61.87605)"^^geo:wktLiteral ;
  geo-pos:lat "16.1701"^^xsd:decimal ;
  geo-pos:long "-61.87605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1668'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_1668'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.900833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.87605'^^xsd:double;
  dwc:startLongitude '-61.87605'^^xsd:double;
  dwc:endLongitude '-61.87605'^^xsd:double;
  dwc:latitude '16.1701'^^xsd:double;
  dwc:startLatitude '16.1701'^^xsd:double;
  dwc:endLatitude '16.1701'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.87605 16.1701, -61.87605 16.1701, -61.87605 16.1701, -61.87605 16.1701, -61.87605 16.1701))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1668'^^xsd:string;
  dwc:observationDate '2000-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_276> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.59124 -29.07499)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.59124"^^xsd:decimal ;
  dwc:decimalLongitude "-29.07499"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.59124 -29.07499)"^^geo:wktLiteral ;
  geo-pos:lat "38.59124"^^xsd:decimal ;
  geo-pos:long "-29.07499"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_276'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_276'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.07499'^^xsd:double;
  dwc:startLongitude '-29.07499'^^xsd:double;
  dwc:endLongitude '-29.07499'^^xsd:double;
  dwc:latitude '38.59124'^^xsd:double;
  dwc:startLatitude '38.59124'^^xsd:double;
  dwc:endLatitude '38.59124'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.07499 38.59124, -29.07499 38.59124, -29.07499 38.59124, -29.07499 38.59124, -29.07499 38.59124))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_276'^^xsd:string;
  dwc:observationDate '1993-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3135> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.54803 -25.0805)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.54803"^^xsd:decimal ;
  dwc:decimalLongitude "-25.0805"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.54803 -25.0805)"^^geo:wktLiteral ;
  geo-pos:lat "66.54803"^^xsd:decimal ;
  geo-pos:long "-25.0805"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3135'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_3135'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.3272222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.0805'^^xsd:double;
  dwc:startLongitude '-25.0805'^^xsd:double;
  dwc:endLongitude '-25.0805'^^xsd:double;
  dwc:latitude '66.54803'^^xsd:double;
  dwc:startLatitude '66.54803'^^xsd:double;
  dwc:endLatitude '66.54803'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.0805 66.54803, -25.0805 66.54803, -25.0805 66.54803, -25.0805 66.54803, -25.0805 66.54803))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_3135'^^xsd:string;
  dwc:observationDate '2004-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_265> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.56717 -29.01217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.56717"^^xsd:decimal ;
  dwc:decimalLongitude "-29.01217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.56717 -29.01217)"^^geo:wktLiteral ;
  geo-pos:lat "38.56717"^^xsd:decimal ;
  geo-pos:long "-29.01217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_265'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_265'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.566666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.01217'^^xsd:double;
  dwc:startLongitude '-29.01217'^^xsd:double;
  dwc:endLongitude '-29.01217'^^xsd:double;
  dwc:latitude '38.56717'^^xsd:double;
  dwc:startLatitude '38.56717'^^xsd:double;
  dwc:endLatitude '38.56717'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.01217 38.56717, -29.01217 38.56717, -29.01217 38.56717, -29.01217 38.56717, -29.01217 38.56717))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_265'^^xsd:string;
  dwc:observationDate '1993-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4984> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.35663 -28.21243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.35663"^^xsd:decimal ;
  dwc:decimalLongitude "-28.21243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.35663 -28.21243)"^^geo:wktLiteral ;
  geo-pos:lat "38.35663"^^xsd:decimal ;
  geo-pos:long "-28.21243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4984'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_4984'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.962222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.21243'^^xsd:double;
  dwc:startLongitude '-28.21243'^^xsd:double;
  dwc:endLongitude '-28.21243'^^xsd:double;
  dwc:latitude '38.35663'^^xsd:double;
  dwc:startLatitude '38.35663'^^xsd:double;
  dwc:endLatitude '38.35663'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.21243 38.35663, -28.21243 38.35663, -28.21243 38.35663, -28.21243 38.35663, -28.21243 38.35663))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4984'^^xsd:string;
  dwc:observationDate '2008-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_312> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.63167 -29.00333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.63167"^^xsd:decimal ;
  dwc:decimalLongitude "-29.00333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.63167 -29.00333)"^^geo:wktLiteral ;
  geo-pos:lat "38.63167"^^xsd:decimal ;
  geo-pos:long "-29.00333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_312'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_312'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.00333'^^xsd:double;
  dwc:startLongitude '-29.00333'^^xsd:double;
  dwc:endLongitude '-29.00333'^^xsd:double;
  dwc:latitude '38.63167'^^xsd:double;
  dwc:startLatitude '38.63167'^^xsd:double;
  dwc:endLatitude '38.63167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.00333 38.63167, -29.00333 38.63167, -29.00333 38.63167, -29.00333 38.63167, -29.00333 38.63167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_312'^^xsd:string;
  dwc:observationDate '1993-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1650> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.15975 -61.85303)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.15975"^^xsd:decimal ;
  dwc:decimalLongitude "-61.85303"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.15975 -61.85303)"^^geo:wktLiteral ;
  geo-pos:lat "16.15975"^^xsd:decimal ;
  geo-pos:long "-61.85303"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1650'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_1650'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.85303'^^xsd:double;
  dwc:startLongitude '-61.85303'^^xsd:double;
  dwc:endLongitude '-61.85303'^^xsd:double;
  dwc:latitude '16.15975'^^xsd:double;
  dwc:startLatitude '16.15975'^^xsd:double;
  dwc:endLatitude '16.15975'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.85303 16.15975, -61.85303 16.15975, -61.85303 16.15975, -61.85303 16.15975, -61.85303 16.15975))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1650'^^xsd:string;
  dwc:observationDate '2000-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4881> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34765 -28.2179)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.34765"^^xsd:decimal ;
  dwc:decimalLongitude "-28.2179"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34765 -28.2179)"^^geo:wktLiteral ;
  geo-pos:lat "38.34765"^^xsd:decimal ;
  geo-pos:long "-28.2179"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4881'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_4881'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13.071944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.2179'^^xsd:double;
  dwc:startLongitude '-28.2179'^^xsd:double;
  dwc:endLongitude '-28.2179'^^xsd:double;
  dwc:latitude '38.34765'^^xsd:double;
  dwc:startLatitude '38.34765'^^xsd:double;
  dwc:endLatitude '38.34765'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.2179 38.34765, -28.2179 38.34765, -28.2179 38.34765, -28.2179 38.34765, -28.2179 38.34765))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4881'^^xsd:string;
  dwc:observationDate '2008-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_118> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.525 -26.97667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.525"^^xsd:decimal ;
  dwc:decimalLongitude "-26.97667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.525 -26.97667)"^^geo:wktLiteral ;
  geo-pos:lat "38.525"^^xsd:decimal ;
  geo-pos:long "-26.97667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_118'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_118'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '19.083333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.97667'^^xsd:double;
  dwc:startLongitude '-26.97667'^^xsd:double;
  dwc:endLongitude '-26.97667'^^xsd:double;
  dwc:latitude '38.525'^^xsd:double;
  dwc:startLatitude '38.525'^^xsd:double;
  dwc:endLatitude '38.525'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.97667 38.525, -26.97667 38.525, -26.97667 38.525, -26.97667 38.525, -26.97667 38.525))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_118'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_258> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.57667 -28.99517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.57667"^^xsd:decimal ;
  dwc:decimalLongitude "-28.99517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.57667 -28.99517)"^^geo:wktLiteral ;
  geo-pos:lat "38.57667"^^xsd:decimal ;
  geo-pos:long "-28.99517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_258'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_258'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.4'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.99517'^^xsd:double;
  dwc:startLongitude '-28.99517'^^xsd:double;
  dwc:endLongitude '-28.99517'^^xsd:double;
  dwc:latitude '38.57667'^^xsd:double;
  dwc:startLatitude '38.57667'^^xsd:double;
  dwc:endLatitude '38.57667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.99517 38.57667, -28.99517 38.57667, -28.99517 38.57667, -28.99517 38.57667, -28.99517 38.57667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_258'^^xsd:string;
  dwc:observationDate '1993-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1072> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.28917 -61.75834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.28917"^^xsd:decimal ;
  dwc:decimalLongitude "-61.75834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.28917 -61.75834)"^^geo:wktLiteral ;
  geo-pos:lat "12.28917"^^xsd:decimal ;
  geo-pos:long "-61.75834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1072'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_1072'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.660833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.75834'^^xsd:double;
  dwc:startLongitude '-61.75834'^^xsd:double;
  dwc:endLongitude '-61.75834'^^xsd:double;
  dwc:latitude '12.28917'^^xsd:double;
  dwc:startLatitude '12.28917'^^xsd:double;
  dwc:endLatitude '12.28917'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.75834 12.28917, -61.75834 12.28917, -61.75834 12.28917, -61.75834 12.28917, -61.75834 12.28917))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1072'^^xsd:string;
  dwc:observationDate '1996-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4649> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.18028 25.08733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.18028"^^xsd:decimal ;
  dwc:decimalLongitude "25.08733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.18028 25.08733)"^^geo:wktLiteral ;
  geo-pos:lat "32.18028"^^xsd:decimal ;
  geo-pos:long "25.08733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4649'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_4649'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '15.513333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '25.08733'^^xsd:double;
  dwc:startLongitude '25.08733'^^xsd:double;
  dwc:endLongitude '25.08733'^^xsd:double;
  dwc:latitude '32.18028'^^xsd:double;
  dwc:startLatitude '32.18028'^^xsd:double;
  dwc:endLatitude '32.18028'^^xsd:double;
  dwc:boundingBox 'POLYGON ((25.08733 32.18028, 25.08733 32.18028, 25.08733 32.18028, 25.08733 32.18028, 25.08733 32.18028))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4649'^^xsd:string;
  dwc:observationDate '2007-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5004> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.35316 -28.17612)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.35316"^^xsd:decimal ;
  dwc:decimalLongitude "-28.17612"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.35316 -28.17612)"^^geo:wktLiteral ;
  geo-pos:lat "38.35316"^^xsd:decimal ;
  geo-pos:long "-28.17612"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5004'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_5004'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.0875'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.17612'^^xsd:double;
  dwc:startLongitude '-28.17612'^^xsd:double;
  dwc:endLongitude '-28.17612'^^xsd:double;
  dwc:latitude '38.35316'^^xsd:double;
  dwc:startLatitude '38.35316'^^xsd:double;
  dwc:endLatitude '38.35316'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.17612 38.35316, -28.17612 38.35316, -28.17612 38.35316, -28.17612 38.35316, -28.17612 38.35316))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5004'^^xsd:string;
  dwc:observationDate '2008-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_212> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.25217 -27.26767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.25217"^^xsd:decimal ;
  dwc:decimalLongitude "-27.26767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.25217 -27.26767)"^^geo:wktLiteral ;
  geo-pos:lat "38.25217"^^xsd:decimal ;
  geo-pos:long "-27.26767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_212'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_212'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.766666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.26767'^^xsd:double;
  dwc:startLongitude '-27.26767'^^xsd:double;
  dwc:endLongitude '-27.26767'^^xsd:double;
  dwc:latitude '38.25217'^^xsd:double;
  dwc:startLatitude '38.25217'^^xsd:double;
  dwc:endLatitude '38.25217'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.26767 38.25217, -27.26767 38.25217, -27.26767 38.25217, -27.26767 38.25217, -27.26767 38.25217))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_212'^^xsd:string;
  dwc:observationDate '1993-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_218> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.36083 -27.31167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.36083"^^xsd:decimal ;
  dwc:decimalLongitude "-27.31167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.36083 -27.31167)"^^geo:wktLiteral ;
  geo-pos:lat "38.36083"^^xsd:decimal ;
  geo-pos:long "-27.31167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_218'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_218'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.416666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.31167'^^xsd:double;
  dwc:startLongitude '-27.31167'^^xsd:double;
  dwc:endLongitude '-27.31167'^^xsd:double;
  dwc:latitude '38.36083'^^xsd:double;
  dwc:startLatitude '38.36083'^^xsd:double;
  dwc:endLatitude '38.36083'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.31167 38.36083, -27.31167 38.36083, -27.31167 38.36083, -27.31167 38.36083, -27.31167 38.36083))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_218'^^xsd:string;
  dwc:observationDate '1993-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_361> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.993 8.41017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.993"^^xsd:decimal ;
  dwc:decimalLongitude "8.41017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.993 8.41017)"^^geo:wktLiteral ;
  geo-pos:lat "41.993"^^xsd:decimal ;
  geo-pos:long "8.41017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_361'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_361'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.5205555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '8.41017'^^xsd:double;
  dwc:startLongitude '8.41017'^^xsd:double;
  dwc:endLongitude '8.41017'^^xsd:double;
  dwc:latitude '41.993'^^xsd:double;
  dwc:startLatitude '41.993'^^xsd:double;
  dwc:endLatitude '41.993'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.41017 41.993, 8.41017 41.993, 8.41017 41.993, 8.41017 41.993, 8.41017 41.993))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_361'^^xsd:string;
  dwc:observationDate '1994-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4836> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.6583 -25.03375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.6583"^^xsd:decimal ;
  dwc:decimalLongitude "-25.03375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.6583 -25.03375)"^^geo:wktLiteral ;
  geo-pos:lat "30.6583"^^xsd:decimal ;
  geo-pos:long "-25.03375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4836'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_4836'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.8691666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.03375'^^xsd:double;
  dwc:startLongitude '-25.03375'^^xsd:double;
  dwc:endLongitude '-25.03375'^^xsd:double;
  dwc:latitude '30.6583'^^xsd:double;
  dwc:startLatitude '30.6583'^^xsd:double;
  dwc:endLatitude '30.6583'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.03375 30.6583, -25.03375 30.6583, -25.03375 30.6583, -25.03375 30.6583, -25.03375 30.6583))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4836'^^xsd:string;
  dwc:observationDate '2008-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_251> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.6785 -28.91467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.6785"^^xsd:decimal ;
  dwc:decimalLongitude "-28.91467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.6785 -28.91467)"^^geo:wktLiteral ;
  geo-pos:lat "38.6785"^^xsd:decimal ;
  geo-pos:long "-28.91467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_251'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_251'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.6333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.91467'^^xsd:double;
  dwc:startLongitude '-28.91467'^^xsd:double;
  dwc:endLongitude '-28.91467'^^xsd:double;
  dwc:latitude '38.6785'^^xsd:double;
  dwc:startLatitude '38.6785'^^xsd:double;
  dwc:endLatitude '38.6785'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.91467 38.6785, -28.91467 38.6785, -28.91467 38.6785, -28.91467 38.6785, -28.91467 38.6785))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_251'^^xsd:string;
  dwc:observationDate '1993-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_105> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.23817 -27.7045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.23817"^^xsd:decimal ;
  dwc:decimalLongitude "-27.7045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.23817 -27.7045)"^^geo:wktLiteral ;
  geo-pos:lat "38.23817"^^xsd:decimal ;
  geo-pos:long "-27.7045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_105'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_105'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.7045'^^xsd:double;
  dwc:startLongitude '-27.7045'^^xsd:double;
  dwc:endLongitude '-27.7045'^^xsd:double;
  dwc:latitude '38.23817'^^xsd:double;
  dwc:startLatitude '38.23817'^^xsd:double;
  dwc:endLatitude '38.23817'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.7045 38.23817, -27.7045 38.23817, -27.7045 38.23817, -27.7045 38.23817, -27.7045 38.23817))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_105'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4371> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.73997 -23.05465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.73997"^^xsd:decimal ;
  dwc:decimalLongitude "-23.05465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.73997 -23.05465)"^^geo:wktLiteral ;
  geo-pos:lat "66.73997"^^xsd:decimal ;
  geo-pos:long "-23.05465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4371'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_4371'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.374722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.05465'^^xsd:double;
  dwc:startLongitude '-23.05465'^^xsd:double;
  dwc:endLongitude '-23.05465'^^xsd:double;
  dwc:latitude '66.73997'^^xsd:double;
  dwc:startLatitude '66.73997'^^xsd:double;
  dwc:endLatitude '66.73997'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.05465 66.73997, -23.05465 66.73997, -23.05465 66.73997, -23.05465 66.73997, -23.05465 66.73997))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4371'^^xsd:string;
  dwc:observationDate '2006-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1766> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.12837 -61.83195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.12837"^^xsd:decimal ;
  dwc:decimalLongitude "-61.83195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.12837 -61.83195)"^^geo:wktLiteral ;
  geo-pos:lat "16.12837"^^xsd:decimal ;
  geo-pos:long "-61.83195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1766'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_1766'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '14.795555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.83195'^^xsd:double;
  dwc:startLongitude '-61.83195'^^xsd:double;
  dwc:endLongitude '-61.83195'^^xsd:double;
  dwc:latitude '16.12837'^^xsd:double;
  dwc:startLatitude '16.12837'^^xsd:double;
  dwc:endLatitude '16.12837'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.83195 16.12837, -61.83195 16.12837, -61.83195 16.12837, -61.83195 16.12837, -61.83195 16.12837))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1766'^^xsd:string;
  dwc:observationDate '2000-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3311> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.53667 5.6005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.53667"^^xsd:decimal ;
  dwc:decimalLongitude "5.6005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.53667 5.6005)"^^geo:wktLiteral ;
  geo-pos:lat "39.53667"^^xsd:decimal ;
  geo-pos:long "5.6005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3311'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_3311'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.453333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '5.6005'^^xsd:double;
  dwc:startLongitude '5.6005'^^xsd:double;
  dwc:endLongitude '5.6005'^^xsd:double;
  dwc:latitude '39.53667'^^xsd:double;
  dwc:startLatitude '39.53667'^^xsd:double;
  dwc:endLatitude '39.53667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.6005 39.53667, 5.6005 39.53667, 5.6005 39.53667, 5.6005 39.53667, 5.6005 39.53667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_3311'^^xsd:string;
  dwc:observationDate '2004-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_995> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.20567 -28.19433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.20567"^^xsd:decimal ;
  dwc:decimalLongitude "-28.19433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.20567 -28.19433)"^^geo:wktLiteral ;
  geo-pos:lat "38.20567"^^xsd:decimal ;
  geo-pos:long "-28.19433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_995'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_995'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.9483333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.19433'^^xsd:double;
  dwc:startLongitude '-28.19433'^^xsd:double;
  dwc:endLongitude '-28.19433'^^xsd:double;
  dwc:latitude '38.20567'^^xsd:double;
  dwc:startLatitude '38.20567'^^xsd:double;
  dwc:endLatitude '38.20567'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.19433 38.20567, -28.19433 38.20567, -28.19433 38.20567, -28.19433 38.20567, -28.19433 38.20567))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_995'^^xsd:string;
  dwc:observationDate '1995-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1777> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.19526 -61.90138)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.19526"^^xsd:decimal ;
  dwc:decimalLongitude "-61.90138"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.19526 -61.90138)"^^geo:wktLiteral ;
  geo-pos:lat "16.19526"^^xsd:decimal ;
  geo-pos:long "-61.90138"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1777'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_1777'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '20.290555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.90138'^^xsd:double;
  dwc:startLongitude '-61.90138'^^xsd:double;
  dwc:endLongitude '-61.90138'^^xsd:double;
  dwc:latitude '16.19526'^^xsd:double;
  dwc:startLatitude '16.19526'^^xsd:double;
  dwc:endLatitude '16.19526'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.90138 16.19526, -61.90138 16.19526, -61.90138 16.19526, -61.90138 16.19526, -61.90138 16.19526))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1777'^^xsd:string;
  dwc:observationDate '2000-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_463> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7425 8.29583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7425"^^xsd:decimal ;
  dwc:decimalLongitude "8.29583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7425 8.29583)"^^geo:wktLiteral ;
  geo-pos:lat "41.7425"^^xsd:decimal ;
  geo-pos:long "8.29583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_463'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_463'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10.945'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '8.29583'^^xsd:double;
  dwc:startLongitude '8.29583'^^xsd:double;
  dwc:endLongitude '8.29583'^^xsd:double;
  dwc:latitude '41.7425'^^xsd:double;
  dwc:startLatitude '41.7425'^^xsd:double;
  dwc:endLatitude '41.7425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.29583 41.7425, 8.29583 41.7425, 8.29583 41.7425, 8.29583 41.7425, 8.29583 41.7425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_463'^^xsd:string;
  dwc:observationDate '1994-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_845> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.35433 -28.21367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.35433"^^xsd:decimal ;
  dwc:decimalLongitude "-28.21367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.35433 -28.21367)"^^geo:wktLiteral ;
  geo-pos:lat "38.35433"^^xsd:decimal ;
  geo-pos:long "-28.21367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_845'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_845'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10.580833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.21367'^^xsd:double;
  dwc:startLongitude '-28.21367'^^xsd:double;
  dwc:endLongitude '-28.21367'^^xsd:double;
  dwc:latitude '38.35433'^^xsd:double;
  dwc:startLatitude '38.35433'^^xsd:double;
  dwc:endLatitude '38.35433'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.21367 38.35433, -28.21367 38.35433, -28.21367 38.35433, -28.21367 38.35433, -28.21367 38.35433))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_845'^^xsd:string;
  dwc:observationDate '1995-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_223> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.375 -27.31833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.375"^^xsd:decimal ;
  dwc:decimalLongitude "-27.31833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.375 -27.31833)"^^geo:wktLiteral ;
  geo-pos:lat "38.375"^^xsd:decimal ;
  geo-pos:long "-27.31833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_223'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_223'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.066666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.31833'^^xsd:double;
  dwc:startLongitude '-27.31833'^^xsd:double;
  dwc:endLongitude '-27.31833'^^xsd:double;
  dwc:latitude '38.375'^^xsd:double;
  dwc:startLatitude '38.375'^^xsd:double;
  dwc:endLatitude '38.375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.31833 38.375, -27.31833 38.375, -27.31833 38.375, -27.31833 38.375, -27.31833 38.375))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_223'^^xsd:string;
  dwc:observationDate '1993-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3195> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.24502 -25.73864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.24502"^^xsd:decimal ;
  dwc:decimalLongitude "-25.73864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.24502 -25.73864)"^^geo:wktLiteral ;
  geo-pos:lat "63.24502"^^xsd:decimal ;
  geo-pos:long "-25.73864"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3195'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_3195'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.3869444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.73864'^^xsd:double;
  dwc:startLongitude '-25.73864'^^xsd:double;
  dwc:endLongitude '-25.73864'^^xsd:double;
  dwc:latitude '63.24502'^^xsd:double;
  dwc:startLatitude '63.24502'^^xsd:double;
  dwc:endLatitude '63.24502'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.73864 63.24502, -25.73864 63.24502, -25.73864 63.24502, -25.73864 63.24502, -25.73864 63.24502))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_3195'^^xsd:string;
  dwc:observationDate '2004-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_333> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.61517 -28.32167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.61517"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.61517 -28.32167)"^^geo:wktLiteral ;
  geo-pos:lat "38.61517"^^xsd:decimal ;
  geo-pos:long "-28.32167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_333'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_333'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.3'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.32167'^^xsd:double;
  dwc:startLongitude '-28.32167'^^xsd:double;
  dwc:endLongitude '-28.32167'^^xsd:double;
  dwc:latitude '38.61517'^^xsd:double;
  dwc:startLatitude '38.61517'^^xsd:double;
  dwc:endLatitude '38.61517'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.32167 38.61517, -28.32167 38.61517, -28.32167 38.61517, -28.32167 38.61517, -28.32167 38.61517))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_333'^^xsd:string;
  dwc:observationDate '1993-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1754> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.20558 -61.3968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.20558"^^xsd:decimal ;
  dwc:decimalLongitude "-61.3968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.20558 -61.3968)"^^geo:wktLiteral ;
  geo-pos:lat "15.20558"^^xsd:decimal ;
  geo-pos:long "-61.3968"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1754'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_1754'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.377777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.3968'^^xsd:double;
  dwc:startLongitude '-61.3968'^^xsd:double;
  dwc:endLongitude '-61.3968'^^xsd:double;
  dwc:latitude '15.20558'^^xsd:double;
  dwc:startLatitude '15.20558'^^xsd:double;
  dwc:endLatitude '15.20558'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.3968 15.20558, -61.3968 15.20558, -61.3968 15.20558, -61.3968 15.20558, -61.3968 15.20558))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1754'^^xsd:string;
  dwc:observationDate '2000-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_337> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.95667 -25.47667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.95667"^^xsd:decimal ;
  dwc:decimalLongitude "-25.47667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.95667 -25.47667)"^^geo:wktLiteral ;
  geo-pos:lat "37.95667"^^xsd:decimal ;
  geo-pos:long "-25.47667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_337'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_337'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.47667'^^xsd:double;
  dwc:startLongitude '-25.47667'^^xsd:double;
  dwc:endLongitude '-25.47667'^^xsd:double;
  dwc:latitude '37.95667'^^xsd:double;
  dwc:startLatitude '37.95667'^^xsd:double;
  dwc:endLatitude '37.95667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.47667 37.95667, -25.47667 37.95667, -25.47667 37.95667, -25.47667 37.95667, -25.47667 37.95667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_337'^^xsd:string;
  dwc:observationDate '1993-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5227> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4099 -16.39402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.4099"^^xsd:decimal ;
  dwc:decimalLongitude "-16.39402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4099 -16.39402)"^^geo:wktLiteral ;
  geo-pos:lat "32.4099"^^xsd:decimal ;
  geo-pos:long "-16.39402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5227'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_5227'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.31'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.39402'^^xsd:double;
  dwc:startLongitude '-16.39402'^^xsd:double;
  dwc:endLongitude '-16.39402'^^xsd:double;
  dwc:latitude '32.4099'^^xsd:double;
  dwc:startLatitude '32.4099'^^xsd:double;
  dwc:endLatitude '32.4099'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.39402 32.4099, -16.39402 32.4099, -16.39402 32.4099, -16.39402 32.4099, -16.39402 32.4099))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5227'^^xsd:string;
  dwc:observationDate '2008-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2136> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.03227 -5.08322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.03227"^^xsd:decimal ;
  dwc:decimalLongitude "-5.08322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.03227 -5.08322)"^^geo:wktLiteral ;
  geo-pos:lat "52.03227"^^xsd:decimal ;
  geo-pos:long "-5.08322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2136'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_2136'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.624722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.08322'^^xsd:double;
  dwc:startLongitude '-5.08322'^^xsd:double;
  dwc:endLongitude '-5.08322'^^xsd:double;
  dwc:latitude '52.03227'^^xsd:double;
  dwc:startLatitude '52.03227'^^xsd:double;
  dwc:endLatitude '52.03227'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.08322 52.03227, -5.08322 52.03227, -5.08322 52.03227, -5.08322 52.03227, -5.08322 52.03227))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2136'^^xsd:string;
  dwc:observationDate '2001-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2035> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.10787 -4.98417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.10787"^^xsd:decimal ;
  dwc:decimalLongitude "-4.98417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.10787 -4.98417)"^^geo:wktLiteral ;
  geo-pos:lat "52.10787"^^xsd:decimal ;
  geo-pos:long "-4.98417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2035'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_2035'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.043055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-4.98417'^^xsd:double;
  dwc:startLongitude '-4.98417'^^xsd:double;
  dwc:endLongitude '-4.98417'^^xsd:double;
  dwc:latitude '52.10787'^^xsd:double;
  dwc:startLatitude '52.10787'^^xsd:double;
  dwc:endLatitude '52.10787'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.98417 52.10787, -4.98417 52.10787, -4.98417 52.10787, -4.98417 52.10787, -4.98417 52.10787))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2035'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2063> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.16798 -4.82098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.16798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.82098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.16798 -4.82098)"^^geo:wktLiteral ;
  geo-pos:lat "52.16798"^^xsd:decimal ;
  geo-pos:long "-4.82098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2063'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_2063'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.465833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-4.82098'^^xsd:double;
  dwc:startLongitude '-4.82098'^^xsd:double;
  dwc:endLongitude '-4.82098'^^xsd:double;
  dwc:latitude '52.16798'^^xsd:double;
  dwc:startLatitude '52.16798'^^xsd:double;
  dwc:endLatitude '52.16798'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.82098 52.16798, -4.82098 52.16798, -4.82098 52.16798, -4.82098 52.16798, -4.82098 52.16798))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2063'^^xsd:string;
  dwc:observationDate '2001-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2976> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.09345 -17.59575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.09345"^^xsd:decimal ;
  dwc:decimalLongitude "-17.59575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.09345 -17.59575)"^^geo:wktLiteral ;
  geo-pos:lat "66.09345"^^xsd:decimal ;
  geo-pos:long "-17.59575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2976'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_2976'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.2966666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.59575'^^xsd:double;
  dwc:startLongitude '-17.59575'^^xsd:double;
  dwc:endLongitude '-17.59575'^^xsd:double;
  dwc:latitude '66.09345'^^xsd:double;
  dwc:startLatitude '66.09345'^^xsd:double;
  dwc:endLatitude '66.09345'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.59575 66.09345, -17.59575 66.09345, -17.59575 66.09345, -17.59575 66.09345, -17.59575 66.09345))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2976'^^xsd:string;
  dwc:observationDate '2004-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2103> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.73387 -5.25813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.73387"^^xsd:decimal ;
  dwc:decimalLongitude "-5.25813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.73387 -5.25813)"^^geo:wktLiteral ;
  geo-pos:lat "51.73387"^^xsd:decimal ;
  geo-pos:long "-5.25813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2103'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_2103'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.27'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.25813'^^xsd:double;
  dwc:startLongitude '-5.25813'^^xsd:double;
  dwc:endLongitude '-5.25813'^^xsd:double;
  dwc:latitude '51.73387'^^xsd:double;
  dwc:startLatitude '51.73387'^^xsd:double;
  dwc:endLatitude '51.73387'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.25813 51.73387, -5.25813 51.73387, -5.25813 51.73387, -5.25813 51.73387, -5.25813 51.73387))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2103'^^xsd:string;
  dwc:observationDate '2001-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2177> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.16026 -4.67725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.16026"^^xsd:decimal ;
  dwc:decimalLongitude "-4.67725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.16026 -4.67725)"^^geo:wktLiteral ;
  geo-pos:lat "52.16026"^^xsd:decimal ;
  geo-pos:long "-4.67725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2177'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_2177'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '15.415277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-4.67725'^^xsd:double;
  dwc:startLongitude '-4.67725'^^xsd:double;
  dwc:endLongitude '-4.67725'^^xsd:double;
  dwc:latitude '52.16026'^^xsd:double;
  dwc:startLatitude '52.16026'^^xsd:double;
  dwc:endLatitude '52.16026'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.67725 52.16026, -4.67725 52.16026, -4.67725 52.16026, -4.67725 52.16026, -4.67725 52.16026))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2177'^^xsd:string;
  dwc:observationDate '2001-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2614> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.96085 -5.93602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.96085"^^xsd:decimal ;
  dwc:decimalLongitude "-5.93602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.96085 -5.93602)"^^geo:wktLiteral ;
  geo-pos:lat "56.96085"^^xsd:decimal ;
  geo-pos:long "-5.93602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2614'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_2614'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '14.098611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.93602'^^xsd:double;
  dwc:startLongitude '-5.93602'^^xsd:double;
  dwc:endLongitude '-5.93602'^^xsd:double;
  dwc:latitude '56.96085'^^xsd:double;
  dwc:startLatitude '56.96085'^^xsd:double;
  dwc:endLatitude '56.96085'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.93602 56.96085, -5.93602 56.96085, -5.93602 56.96085, -5.93602 56.96085, -5.93602 56.96085))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2614'^^xsd:string;
  dwc:observationDate '2002-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2347> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.93152 10.37468)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.93152"^^xsd:decimal ;
  dwc:decimalLongitude "10.37468"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.93152 10.37468)"^^geo:wktLiteral ;
  geo-pos:lat "54.93152"^^xsd:decimal ;
  geo-pos:long "10.37468"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2347'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_2347'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.5058333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '10.37468'^^xsd:double;
  dwc:startLongitude '10.37468'^^xsd:double;
  dwc:endLongitude '10.37468'^^xsd:double;
  dwc:latitude '54.93152'^^xsd:double;
  dwc:startLatitude '54.93152'^^xsd:double;
  dwc:endLatitude '54.93152'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.37468 54.93152, 10.37468 54.93152, 10.37468 54.93152, 10.37468 54.93152, 10.37468 54.93152))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2347'^^xsd:string;
  dwc:observationDate '2002-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3698> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.21885 -66.4786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.21885"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.21885 -66.4786)"^^geo:wktLiteral ;
  geo-pos:lat "44.21885"^^xsd:decimal ;
  geo-pos:long "-66.4786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3698'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_3698'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '20.412777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.4786'^^xsd:double;
  dwc:startLongitude '-66.4786'^^xsd:double;
  dwc:endLongitude '-66.4786'^^xsd:double;
  dwc:latitude '44.21885'^^xsd:double;
  dwc:startLatitude '44.21885'^^xsd:double;
  dwc:endLatitude '44.21885'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4786 44.21885, -66.4786 44.21885, -66.4786 44.21885, -66.4786 44.21885, -66.4786 44.21885))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3698'^^xsd:string;
  dwc:observationDate '2005-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3746> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.09658 -65.7303)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.09658"^^xsd:decimal ;
  dwc:decimalLongitude "-65.7303"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.09658 -65.7303)"^^geo:wktLiteral ;
  geo-pos:lat "43.09658"^^xsd:decimal ;
  geo-pos:long "-65.7303"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3746'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_3746'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '19.373055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.7303'^^xsd:double;
  dwc:startLongitude '-65.7303'^^xsd:double;
  dwc:endLongitude '-65.7303'^^xsd:double;
  dwc:latitude '43.09658'^^xsd:double;
  dwc:startLatitude '43.09658'^^xsd:double;
  dwc:endLatitude '43.09658'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.7303 43.09658, -65.7303 43.09658, -65.7303 43.09658, -65.7303 43.09658, -65.7303 43.09658))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3746'^^xsd:string;
  dwc:observationDate '2005-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6401> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.22717 -22.19253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.22717"^^xsd:decimal ;
  dwc:decimalLongitude "-22.19253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.22717 -22.19253)"^^geo:wktLiteral ;
  geo-pos:lat "64.22717"^^xsd:decimal ;
  geo-pos:long "-22.19253"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6401'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_6401'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.008888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.19253'^^xsd:double;
  dwc:startLongitude '-22.19253'^^xsd:double;
  dwc:endLongitude '-22.19253'^^xsd:double;
  dwc:latitude '64.22717'^^xsd:double;
  dwc:startLatitude '64.22717'^^xsd:double;
  dwc:endLatitude '64.22717'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.19253 64.22717, -22.19253 64.22717, -22.19253 64.22717, -22.19253 64.22717, -22.19253 64.22717))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_6401'^^xsd:string;
  dwc:observationDate '2012-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2623> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65905 -6.11267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.65905"^^xsd:decimal ;
  dwc:decimalLongitude "-6.11267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65905 -6.11267)"^^geo:wktLiteral ;
  geo-pos:lat "56.65905"^^xsd:decimal ;
  geo-pos:long "-6.11267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2623'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_2623'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '17.778333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.11267'^^xsd:double;
  dwc:startLongitude '-6.11267'^^xsd:double;
  dwc:endLongitude '-6.11267'^^xsd:double;
  dwc:latitude '56.65905'^^xsd:double;
  dwc:startLatitude '56.65905'^^xsd:double;
  dwc:endLatitude '56.65905'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.11267 56.65905, -6.11267 56.65905, -6.11267 56.65905, -6.11267 56.65905, -6.11267 56.65905))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2623'^^xsd:string;
  dwc:observationDate '2002-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1998> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.79655 -5.42432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.79655"^^xsd:decimal ;
  dwc:decimalLongitude "-5.42432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.79655 -5.42432)"^^geo:wktLiteral ;
  geo-pos:lat "51.79655"^^xsd:decimal ;
  geo-pos:long "-5.42432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1998'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_1998'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.886944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.42432'^^xsd:double;
  dwc:startLongitude '-5.42432'^^xsd:double;
  dwc:endLongitude '-5.42432'^^xsd:double;
  dwc:latitude '51.79655'^^xsd:double;
  dwc:startLatitude '51.79655'^^xsd:double;
  dwc:endLatitude '51.79655'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.42432 51.79655, -5.42432 51.79655, -5.42432 51.79655, -5.42432 51.79655, -5.42432 51.79655))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1998'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2216> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.85693 -5.32172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.85693"^^xsd:decimal ;
  dwc:decimalLongitude "-5.32172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.85693 -5.32172)"^^geo:wktLiteral ;
  geo-pos:lat "51.85693"^^xsd:decimal ;
  geo-pos:long "-5.32172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2216'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_2216'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.538333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.32172'^^xsd:double;
  dwc:startLongitude '-5.32172'^^xsd:double;
  dwc:endLongitude '-5.32172'^^xsd:double;
  dwc:latitude '51.85693'^^xsd:double;
  dwc:startLatitude '51.85693'^^xsd:double;
  dwc:endLatitude '51.85693'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.32172 51.85693, -5.32172 51.85693, -5.32172 51.85693, -5.32172 51.85693, -5.32172 51.85693))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2216'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5931> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.95546 -29.43237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.95546"^^xsd:decimal ;
  dwc:decimalLongitude "-29.43237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.95546 -29.43237)"^^geo:wktLiteral ;
  geo-pos:lat "37.95546"^^xsd:decimal ;
  geo-pos:long "-29.43237"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5931'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_5931'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '17.312777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.43237'^^xsd:double;
  dwc:startLongitude '-29.43237'^^xsd:double;
  dwc:endLongitude '-29.43237'^^xsd:double;
  dwc:latitude '37.95546'^^xsd:double;
  dwc:startLatitude '37.95546'^^xsd:double;
  dwc:endLatitude '37.95546'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.43237 37.95546, -29.43237 37.95546, -29.43237 37.95546, -29.43237 37.95546, -29.43237 37.95546))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5931'^^xsd:string;
  dwc:observationDate '2012-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_101> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2705 -27.7535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2705"^^xsd:decimal ;
  dwc:decimalLongitude "-27.7535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2705 -27.7535)"^^geo:wktLiteral ;
  geo-pos:lat "38.2705"^^xsd:decimal ;
  geo-pos:long "-27.7535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_101'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_101'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.55'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.7535'^^xsd:double;
  dwc:startLongitude '-27.7535'^^xsd:double;
  dwc:endLongitude '-27.7535'^^xsd:double;
  dwc:latitude '38.2705'^^xsd:double;
  dwc:startLatitude '38.2705'^^xsd:double;
  dwc:endLatitude '38.2705'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.7535 38.2705, -27.7535 38.2705, -27.7535 38.2705, -27.7535 38.2705, -27.7535 38.2705))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_101'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3309> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.54345 5.59628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.54345"^^xsd:decimal ;
  dwc:decimalLongitude "5.59628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.54345 5.59628)"^^geo:wktLiteral ;
  geo-pos:lat "39.54345"^^xsd:decimal ;
  geo-pos:long "5.59628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3309'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_3309'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.17'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '5.59628'^^xsd:double;
  dwc:startLongitude '5.59628'^^xsd:double;
  dwc:endLongitude '5.59628'^^xsd:double;
  dwc:latitude '39.54345'^^xsd:double;
  dwc:startLatitude '39.54345'^^xsd:double;
  dwc:endLatitude '39.54345'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.59628 39.54345, 5.59628 39.54345, 5.59628 39.54345, 5.59628 39.54345, 5.59628 39.54345))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_3309'^^xsd:string;
  dwc:observationDate '2004-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3284> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.59217 5.25713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.59217"^^xsd:decimal ;
  dwc:decimalLongitude "5.25713"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.59217 5.25713)"^^geo:wktLiteral ;
  geo-pos:lat "37.59217"^^xsd:decimal ;
  geo-pos:long "5.25713"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3284'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_3284'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.7830555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '5.25713'^^xsd:double;
  dwc:startLongitude '5.25713'^^xsd:double;
  dwc:endLongitude '5.25713'^^xsd:double;
  dwc:latitude '37.59217'^^xsd:double;
  dwc:startLatitude '37.59217'^^xsd:double;
  dwc:endLatitude '37.59217'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.25713 37.59217, 5.25713 37.59217, 5.25713 37.59217, 5.25713 37.59217, 5.25713 37.59217))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_3284'^^xsd:string;
  dwc:observationDate '2004-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5012> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.32021 -28.16723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.32021"^^xsd:decimal ;
  dwc:decimalLongitude "-28.16723"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.32021 -28.16723)"^^geo:wktLiteral ;
  geo-pos:lat "38.32021"^^xsd:decimal ;
  geo-pos:long "-28.16723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5012'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_5012'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.4944444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.16723'^^xsd:double;
  dwc:startLongitude '-28.16723'^^xsd:double;
  dwc:endLongitude '-28.16723'^^xsd:double;
  dwc:latitude '38.32021'^^xsd:double;
  dwc:startLatitude '38.32021'^^xsd:double;
  dwc:endLatitude '38.32021'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.16723 38.32021, -28.16723 38.32021, -28.16723 38.32021, -28.16723 38.32021, -28.16723 38.32021))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5012'^^xsd:string;
  dwc:observationDate '2008-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5034> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34607 -28.28612)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.34607"^^xsd:decimal ;
  dwc:decimalLongitude "-28.28612"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34607 -28.28612)"^^geo:wktLiteral ;
  geo-pos:lat "38.34607"^^xsd:decimal ;
  geo-pos:long "-28.28612"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5034'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_5034'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '14.645555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.28612'^^xsd:double;
  dwc:startLongitude '-28.28612'^^xsd:double;
  dwc:endLongitude '-28.28612'^^xsd:double;
  dwc:latitude '38.34607'^^xsd:double;
  dwc:startLatitude '38.34607'^^xsd:double;
  dwc:endLatitude '38.34607'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.28612 38.34607, -28.28612 38.34607, -28.28612 38.34607, -28.28612 38.34607, -28.28612 38.34607))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5034'^^xsd:string;
  dwc:observationDate '2008-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5994> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.70387 -40.37585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.70387"^^xsd:decimal ;
  dwc:decimalLongitude "-40.37585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.70387 -40.37585)"^^geo:wktLiteral ;
  geo-pos:lat "41.70387"^^xsd:decimal ;
  geo-pos:long "-40.37585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5994'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_5994'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.343888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-40.37585'^^xsd:double;
  dwc:startLongitude '-40.37585'^^xsd:double;
  dwc:endLongitude '-40.37585'^^xsd:double;
  dwc:latitude '41.70387'^^xsd:double;
  dwc:startLatitude '41.70387'^^xsd:double;
  dwc:endLatitude '41.70387'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-40.37585 41.70387, -40.37585 41.70387, -40.37585 41.70387, -40.37585 41.70387, -40.37585 41.70387))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5994'^^xsd:string;
  dwc:observationDate '2012-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5489> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18056 -13.6551)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.18056"^^xsd:decimal ;
  dwc:decimalLongitude "-13.6551"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18056 -13.6551)"^^geo:wktLiteral ;
  geo-pos:lat "54.18056"^^xsd:decimal ;
  geo-pos:long "-13.6551"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5489'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_5489'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '17.296944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-13.6551'^^xsd:double;
  dwc:startLongitude '-13.6551'^^xsd:double;
  dwc:endLongitude '-13.6551'^^xsd:double;
  dwc:latitude '54.18056'^^xsd:double;
  dwc:startLatitude '54.18056'^^xsd:double;
  dwc:endLatitude '54.18056'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-13.6551 54.18056, -13.6551 54.18056, -13.6551 54.18056, -13.6551 54.18056, -13.6551 54.18056))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5489'^^xsd:string;
  dwc:observationDate '2010-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_705> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.34517 -61.4595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.34517"^^xsd:decimal ;
  dwc:decimalLongitude "-61.4595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.34517 -61.4595)"^^geo:wktLiteral ;
  geo-pos:lat "15.34517"^^xsd:decimal ;
  geo-pos:long "-61.4595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_705'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_705'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.499722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.4595'^^xsd:double;
  dwc:startLongitude '-61.4595'^^xsd:double;
  dwc:endLongitude '-61.4595'^^xsd:double;
  dwc:latitude '15.34517'^^xsd:double;
  dwc:startLatitude '15.34517'^^xsd:double;
  dwc:endLatitude '15.34517'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.4595 15.34517, -61.4595 15.34517, -61.4595 15.34517, -61.4595 15.34517, -61.4595 15.34517))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_705'^^xsd:string;
  dwc:observationDate '1995-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_102> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.25883 -27.74667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.25883"^^xsd:decimal ;
  dwc:decimalLongitude "-27.74667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.25883 -27.74667)"^^geo:wktLiteral ;
  geo-pos:lat "38.25883"^^xsd:decimal ;
  geo-pos:long "-27.74667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_102'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_102'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.683333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.74667'^^xsd:double;
  dwc:startLongitude '-27.74667'^^xsd:double;
  dwc:endLongitude '-27.74667'^^xsd:double;
  dwc:latitude '38.25883'^^xsd:double;
  dwc:startLatitude '38.25883'^^xsd:double;
  dwc:endLatitude '38.25883'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.74667 38.25883, -27.74667 38.25883, -27.74667 38.25883, -27.74667 38.25883, -27.74667 38.25883))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_102'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_209> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.20267 -27.22583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.20267"^^xsd:decimal ;
  dwc:decimalLongitude "-27.22583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.20267 -27.22583)"^^geo:wktLiteral ;
  geo-pos:lat "38.20267"^^xsd:decimal ;
  geo-pos:long "-27.22583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_209'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_209'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.22583'^^xsd:double;
  dwc:startLongitude '-27.22583'^^xsd:double;
  dwc:endLongitude '-27.22583'^^xsd:double;
  dwc:latitude '38.20267'^^xsd:double;
  dwc:startLatitude '38.20267'^^xsd:double;
  dwc:endLatitude '38.20267'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.22583 38.20267, -27.22583 38.20267, -27.22583 38.20267, -27.22583 38.20267, -27.22583 38.20267))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_209'^^xsd:string;
  dwc:observationDate '1993-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_103> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.25883 -27.74667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.25883"^^xsd:decimal ;
  dwc:decimalLongitude "-27.74667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.25883 -27.74667)"^^geo:wktLiteral ;
  geo-pos:lat "38.25883"^^xsd:decimal ;
  geo-pos:long "-27.74667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_103'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_103'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.74667'^^xsd:double;
  dwc:startLongitude '-27.74667'^^xsd:double;
  dwc:endLongitude '-27.74667'^^xsd:double;
  dwc:latitude '38.25883'^^xsd:double;
  dwc:startLatitude '38.25883'^^xsd:double;
  dwc:endLatitude '38.25883'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.74667 38.25883, -27.74667 38.25883, -27.74667 38.25883, -27.74667 38.25883, -27.74667 38.25883))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_103'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_57> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.57167 -28.97533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.57167"^^xsd:decimal ;
  dwc:decimalLongitude "-28.97533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_57>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.57167 -28.97533)"^^geo:wktLiteral ;
  geo-pos:lat "38.57167"^^xsd:decimal ;
  geo-pos:long "-28.97533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_57'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_57'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.95'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.97533'^^xsd:double;
  dwc:startLongitude '-28.97533'^^xsd:double;
  dwc:endLongitude '-28.97533'^^xsd:double;
  dwc:latitude '38.57167'^^xsd:double;
  dwc:startLatitude '38.57167'^^xsd:double;
  dwc:endLatitude '38.57167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.97533 38.57167, -28.97533 38.57167, -28.97533 38.57167, -28.97533 38.57167, -28.97533 38.57167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_57'^^xsd:string;
  dwc:observationDate '1993-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3312> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.53385 5.60028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.53385"^^xsd:decimal ;
  dwc:decimalLongitude "5.60028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.53385 5.60028)"^^geo:wktLiteral ;
  geo-pos:lat "39.53385"^^xsd:decimal ;
  geo-pos:long "5.60028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3312'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_3312'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.496388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '5.60028'^^xsd:double;
  dwc:startLongitude '5.60028'^^xsd:double;
  dwc:endLongitude '5.60028'^^xsd:double;
  dwc:latitude '39.53385'^^xsd:double;
  dwc:startLatitude '39.53385'^^xsd:double;
  dwc:endLatitude '39.53385'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.60028 39.53385, 5.60028 39.53385, 5.60028 39.53385, 5.60028 39.53385, 5.60028 39.53385))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_3312'^^xsd:string;
  dwc:observationDate '2004-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_98>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_98> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_98> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2925 -27.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2925"^^xsd:decimal ;
  dwc:decimalLongitude "-27.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_98>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2925 -27.78)"^^geo:wktLiteral ;
  geo-pos:lat "38.2925"^^xsd:decimal ;
  geo-pos:long "-27.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_98>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_98" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_98'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_98'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16.566666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.78'^^xsd:double;
  dwc:startLongitude '-27.78'^^xsd:double;
  dwc:endLongitude '-27.78'^^xsd:double;
  dwc:latitude '38.2925'^^xsd:double;
  dwc:startLatitude '38.2925'^^xsd:double;
  dwc:endLatitude '38.2925'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.78 38.2925, -27.78 38.2925, -27.78 38.2925, -27.78 38.2925, -27.78 38.2925))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_98'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5464> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02266 -15.02267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02266"^^xsd:decimal ;
  dwc:decimalLongitude "-15.02267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02266 -15.02267)"^^geo:wktLiteral ;
  geo-pos:lat "51.02266"^^xsd:decimal ;
  geo-pos:long "-15.02267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5464'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_5464'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '8.4247222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-15.02267'^^xsd:double;
  dwc:startLongitude '-15.02267'^^xsd:double;
  dwc:endLongitude '-15.02267'^^xsd:double;
  dwc:latitude '51.02266'^^xsd:double;
  dwc:startLatitude '51.02266'^^xsd:double;
  dwc:endLatitude '51.02266'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-15.02267 51.02266, -15.02267 51.02266, -15.02267 51.02266, -15.02267 51.02266, -15.02267 51.02266))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5464'^^xsd:string;
  dwc:observationDate '2010-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4373> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.76887 -23.17797)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.76887"^^xsd:decimal ;
  dwc:decimalLongitude "-23.17797"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.76887 -23.17797)"^^geo:wktLiteral ;
  geo-pos:lat "66.76887"^^xsd:decimal ;
  geo-pos:long "-23.17797"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4373'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_4373'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.888055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.17797'^^xsd:double;
  dwc:startLongitude '-23.17797'^^xsd:double;
  dwc:endLongitude '-23.17797'^^xsd:double;
  dwc:latitude '66.76887'^^xsd:double;
  dwc:startLatitude '66.76887'^^xsd:double;
  dwc:endLatitude '66.76887'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.17797 66.76887, -23.17797 66.76887, -23.17797 66.76887, -23.17797 66.76887, -23.17797 66.76887))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4373'^^xsd:string;
  dwc:observationDate '2006-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4396> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.50041 -24.82684)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.50041"^^xsd:decimal ;
  dwc:decimalLongitude "-24.82684"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.50041 -24.82684)"^^geo:wktLiteral ;
  geo-pos:lat "66.50041"^^xsd:decimal ;
  geo-pos:long "-24.82684"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4396'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_4396'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.280555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.82684'^^xsd:double;
  dwc:startLongitude '-24.82684'^^xsd:double;
  dwc:endLongitude '-24.82684'^^xsd:double;
  dwc:latitude '66.50041'^^xsd:double;
  dwc:startLatitude '66.50041'^^xsd:double;
  dwc:endLatitude '66.50041'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.82684 66.50041, -24.82684 66.50041, -24.82684 66.50041, -24.82684 66.50041, -24.82684 66.50041))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4396'^^xsd:string;
  dwc:observationDate '2006-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_148> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22167 -26.86667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22167"^^xsd:decimal ;
  dwc:decimalLongitude "-26.86667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22167 -26.86667)"^^geo:wktLiteral ;
  geo-pos:lat "38.22167"^^xsd:decimal ;
  geo-pos:long "-26.86667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_148'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_148'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.86667'^^xsd:double;
  dwc:startLongitude '-26.86667'^^xsd:double;
  dwc:endLongitude '-26.86667'^^xsd:double;
  dwc:latitude '38.22167'^^xsd:double;
  dwc:startLatitude '38.22167'^^xsd:double;
  dwc:endLatitude '38.22167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.86667 38.22167, -26.86667 38.22167, -26.86667 38.22167, -26.86667 38.22167, -26.86667 38.22167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_148'^^xsd:string;
  dwc:observationDate '1993-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_242> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.21617 -28.19133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.21617"^^xsd:decimal ;
  dwc:decimalLongitude "-28.19133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.21617 -28.19133)"^^geo:wktLiteral ;
  geo-pos:lat "38.21617"^^xsd:decimal ;
  geo-pos:long "-28.19133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_242'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_242'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.766666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.19133'^^xsd:double;
  dwc:startLongitude '-28.19133'^^xsd:double;
  dwc:endLongitude '-28.19133'^^xsd:double;
  dwc:latitude '38.21617'^^xsd:double;
  dwc:startLatitude '38.21617'^^xsd:double;
  dwc:endLatitude '38.21617'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.19133 38.21617, -28.19133 38.21617, -28.19133 38.21617, -28.19133 38.21617, -28.19133 38.21617))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_242'^^xsd:string;
  dwc:observationDate '1993-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1164> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.96933 -6.35733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.96933"^^xsd:decimal ;
  dwc:decimalLongitude "-6.35733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.96933 -6.35733)"^^geo:wktLiteral ;
  geo-pos:lat "49.96933"^^xsd:decimal ;
  geo-pos:long "-6.35733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1164'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_1164'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.2497222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.35733'^^xsd:double;
  dwc:startLongitude '-6.35733'^^xsd:double;
  dwc:endLongitude '-6.35733'^^xsd:double;
  dwc:latitude '49.96933'^^xsd:double;
  dwc:startLatitude '49.96933'^^xsd:double;
  dwc:endLatitude '49.96933'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.35733 49.96933, -6.35733 49.96933, -6.35733 49.96933, -6.35733 49.96933, -6.35733 49.96933))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1164'^^xsd:string;
  dwc:observationDate '1996-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1114> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.35767 -5.6895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.35767"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.35767 -5.6895)"^^geo:wktLiteral ;
  geo-pos:lat "56.35767"^^xsd:decimal ;
  geo-pos:long "-5.6895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1114'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_1114'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '13.8'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.6895'^^xsd:double;
  dwc:startLongitude '-5.6895'^^xsd:double;
  dwc:endLongitude '-5.6895'^^xsd:double;
  dwc:latitude '56.35767'^^xsd:double;
  dwc:startLatitude '56.35767'^^xsd:double;
  dwc:endLatitude '56.35767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.6895 56.35767, -5.6895 56.35767, -5.6895 56.35767, -5.6895 56.35767, -5.6895 56.35767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1114'^^xsd:string;
  dwc:observationDate '1996-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2200> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.67589 -5.34705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.67589"^^xsd:decimal ;
  dwc:decimalLongitude "-5.34705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.67589 -5.34705)"^^geo:wktLiteral ;
  geo-pos:lat "51.67589"^^xsd:decimal ;
  geo-pos:long "-5.34705"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2200'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_2200'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.6972222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.34705'^^xsd:double;
  dwc:startLongitude '-5.34705'^^xsd:double;
  dwc:endLongitude '-5.34705'^^xsd:double;
  dwc:latitude '51.67589'^^xsd:double;
  dwc:startLatitude '51.67589'^^xsd:double;
  dwc:endLatitude '51.67589'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.34705 51.67589, -5.34705 51.67589, -5.34705 51.67589, -5.34705 51.67589, -5.34705 51.67589))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2200'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2210> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.88026 -5.47707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.88026"^^xsd:decimal ;
  dwc:decimalLongitude "-5.47707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.88026 -5.47707)"^^geo:wktLiteral ;
  geo-pos:lat "51.88026"^^xsd:decimal ;
  geo-pos:long "-5.47707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2210'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_2210'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.957777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.47707'^^xsd:double;
  dwc:startLongitude '-5.47707'^^xsd:double;
  dwc:endLongitude '-5.47707'^^xsd:double;
  dwc:latitude '51.88026'^^xsd:double;
  dwc:startLatitude '51.88026'^^xsd:double;
  dwc:endLatitude '51.88026'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.47707 51.88026, -5.47707 51.88026, -5.47707 51.88026, -5.47707 51.88026, -5.47707 51.88026))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2210'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2516> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.89845 -5.97292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.89845"^^xsd:decimal ;
  dwc:decimalLongitude "-5.97292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.89845 -5.97292)"^^geo:wktLiteral ;
  geo-pos:lat "56.89845"^^xsd:decimal ;
  geo-pos:long "-5.97292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2516'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_2516'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14.7175'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.97292'^^xsd:double;
  dwc:startLongitude '-5.97292'^^xsd:double;
  dwc:endLongitude '-5.97292'^^xsd:double;
  dwc:latitude '56.89845'^^xsd:double;
  dwc:startLatitude '56.89845'^^xsd:double;
  dwc:endLatitude '56.89845'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.97292 56.89845, -5.97292 56.89845, -5.97292 56.89845, -5.97292 56.89845, -5.97292 56.89845))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2516'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1553> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71053 -66.66687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.71053"^^xsd:decimal ;
  dwc:decimalLongitude "-66.66687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71053 -66.66687)"^^geo:wktLiteral ;
  geo-pos:lat "44.71053"^^xsd:decimal ;
  geo-pos:long "-66.66687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1553'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_1553'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.977777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.66687'^^xsd:double;
  dwc:startLongitude '-66.66687'^^xsd:double;
  dwc:endLongitude '-66.66687'^^xsd:double;
  dwc:latitude '44.71053'^^xsd:double;
  dwc:startLatitude '44.71053'^^xsd:double;
  dwc:endLatitude '44.71053'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.66687 44.71053, -66.66687 44.71053, -66.66687 44.71053, -66.66687 44.71053, -66.66687 44.71053))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1553'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2489> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.84707 -6.51905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.84707"^^xsd:decimal ;
  dwc:decimalLongitude "-6.51905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.84707 -6.51905)"^^geo:wktLiteral ;
  geo-pos:lat "56.84707"^^xsd:decimal ;
  geo-pos:long "-6.51905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2489'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_2489'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.739444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.51905'^^xsd:double;
  dwc:startLongitude '-6.51905'^^xsd:double;
  dwc:endLongitude '-6.51905'^^xsd:double;
  dwc:latitude '56.84707'^^xsd:double;
  dwc:startLatitude '56.84707'^^xsd:double;
  dwc:endLatitude '56.84707'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.51905 56.84707, -6.51905 56.84707, -6.51905 56.84707, -6.51905 56.84707, -6.51905 56.84707))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2489'^^xsd:string;
  dwc:observationDate '2002-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2043> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0343 -5.07997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.0343"^^xsd:decimal ;
  dwc:decimalLongitude "-5.07997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0343 -5.07997)"^^geo:wktLiteral ;
  geo-pos:lat "52.0343"^^xsd:decimal ;
  geo-pos:long "-5.07997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2043'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_2043'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.913333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.07997'^^xsd:double;
  dwc:startLongitude '-5.07997'^^xsd:double;
  dwc:endLongitude '-5.07997'^^xsd:double;
  dwc:latitude '52.0343'^^xsd:double;
  dwc:startLatitude '52.0343'^^xsd:double;
  dwc:endLatitude '52.0343'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.07997 52.0343, -5.07997 52.0343, -5.07997 52.0343, -5.07997 52.0343, -5.07997 52.0343))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2043'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1891> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.56775 -66.45084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.56775"^^xsd:decimal ;
  dwc:decimalLongitude "-66.45084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.56775 -66.45084)"^^geo:wktLiteral ;
  geo-pos:lat "44.56775"^^xsd:decimal ;
  geo-pos:long "-66.45084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1891'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_1891'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '17.624444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.45084'^^xsd:double;
  dwc:startLongitude '-66.45084'^^xsd:double;
  dwc:endLongitude '-66.45084'^^xsd:double;
  dwc:latitude '44.56775'^^xsd:double;
  dwc:startLatitude '44.56775'^^xsd:double;
  dwc:endLatitude '44.56775'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.45084 44.56775, -66.45084 44.56775, -66.45084 44.56775, -66.45084 44.56775, -66.45084 44.56775))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1891'^^xsd:string;
  dwc:observationDate '2000-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1136> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.027 -5.09333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.027"^^xsd:decimal ;
  dwc:decimalLongitude "-5.09333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.027 -5.09333)"^^geo:wktLiteral ;
  geo-pos:lat "52.027"^^xsd:decimal ;
  geo-pos:long "-5.09333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1136'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_1136'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.628888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.09333'^^xsd:double;
  dwc:startLongitude '-5.09333'^^xsd:double;
  dwc:endLongitude '-5.09333'^^xsd:double;
  dwc:latitude '52.027'^^xsd:double;
  dwc:startLatitude '52.027'^^xsd:double;
  dwc:endLatitude '52.027'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.09333 52.027, -5.09333 52.027, -5.09333 52.027, -5.09333 52.027, -5.09333 52.027))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1136'^^xsd:string;
  dwc:observationDate '1996-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2295> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.08998 -5.14008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.08998"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.08998 -5.14008)"^^geo:wktLiteral ;
  geo-pos:lat "52.08998"^^xsd:decimal ;
  geo-pos:long "-5.14008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2295'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_2295'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.255'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.14008'^^xsd:double;
  dwc:startLongitude '-5.14008'^^xsd:double;
  dwc:endLongitude '-5.14008'^^xsd:double;
  dwc:latitude '52.08998'^^xsd:double;
  dwc:startLatitude '52.08998'^^xsd:double;
  dwc:endLatitude '52.08998'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.14008 52.08998, -5.14008 52.08998, -5.14008 52.08998, -5.14008 52.08998, -5.14008 52.08998))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2295'^^xsd:string;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3861> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.37352 -68.16665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.37352"^^xsd:decimal ;
  dwc:decimalLongitude "-68.16665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.37352 -68.16665)"^^geo:wktLiteral ;
  geo-pos:lat "44.37352"^^xsd:decimal ;
  geo-pos:long "-68.16665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3861'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_3861'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '14.484166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.16665'^^xsd:double;
  dwc:startLongitude '-68.16665'^^xsd:double;
  dwc:endLongitude '-68.16665'^^xsd:double;
  dwc:latitude '44.37352'^^xsd:double;
  dwc:startLatitude '44.37352'^^xsd:double;
  dwc:endLatitude '44.37352'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.16665 44.37352, -68.16665 44.37352, -68.16665 44.37352, -68.16665 44.37352, -68.16665 44.37352))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3861'^^xsd:string;
  dwc:observationDate '2005-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3780> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2407 -66.2728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2407"^^xsd:decimal ;
  dwc:decimalLongitude "-66.2728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2407 -66.2728)"^^geo:wktLiteral ;
  geo-pos:lat "44.2407"^^xsd:decimal ;
  geo-pos:long "-66.2728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3780'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_3780'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.2728'^^xsd:double;
  dwc:startLongitude '-66.2728'^^xsd:double;
  dwc:endLongitude '-66.2728'^^xsd:double;
  dwc:latitude '44.2407'^^xsd:double;
  dwc:startLatitude '44.2407'^^xsd:double;
  dwc:endLatitude '44.2407'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.2728 44.2407, -66.2728 44.2407, -66.2728 44.2407, -66.2728 44.2407, -66.2728 44.2407))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3780'^^xsd:string;
  dwc:observationDate '2005-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1426> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.57817 -66.4425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.57817"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.57817 -66.4425)"^^geo:wktLiteral ;
  geo-pos:lat "44.57817"^^xsd:decimal ;
  geo-pos:long "-66.4425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1426'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_1426'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '6.3741666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.4425'^^xsd:double;
  dwc:startLongitude '-66.4425'^^xsd:double;
  dwc:endLongitude '-66.4425'^^xsd:double;
  dwc:latitude '44.57817'^^xsd:double;
  dwc:startLatitude '44.57817'^^xsd:double;
  dwc:endLatitude '44.57817'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4425 44.57817, -66.4425 44.57817, -66.4425 44.57817, -66.4425 44.57817, -66.4425 44.57817))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1426'^^xsd:string;
  dwc:observationDate '1997-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3789> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4645 -66.6436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4645"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4645 -66.6436)"^^geo:wktLiteral ;
  geo-pos:lat "44.4645"^^xsd:decimal ;
  geo-pos:long "-66.6436"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3789'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_3789'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.22'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.6436'^^xsd:double;
  dwc:startLongitude '-66.6436'^^xsd:double;
  dwc:endLongitude '-66.6436'^^xsd:double;
  dwc:latitude '44.4645'^^xsd:double;
  dwc:startLatitude '44.4645'^^xsd:double;
  dwc:endLatitude '44.4645'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6436 44.4645, -66.6436 44.4645, -66.6436 44.4645, -66.6436 44.4645, -66.6436 44.4645))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3789'^^xsd:string;
  dwc:observationDate '2005-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2402> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.799 -6.41107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.799"^^xsd:decimal ;
  dwc:decimalLongitude "-6.41107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.799 -6.41107)"^^geo:wktLiteral ;
  geo-pos:lat "56.799"^^xsd:decimal ;
  geo-pos:long "-6.41107"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2402'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_2402'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '8.9647222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.41107'^^xsd:double;
  dwc:startLongitude '-6.41107'^^xsd:double;
  dwc:endLongitude '-6.41107'^^xsd:double;
  dwc:latitude '56.799'^^xsd:double;
  dwc:startLatitude '56.799'^^xsd:double;
  dwc:endLatitude '56.799'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.41107 56.799, -6.41107 56.799, -6.41107 56.799, -6.41107 56.799, -6.41107 56.799))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2402'^^xsd:string;
  dwc:observationDate '2002-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1186> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.87683 -6.30017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.87683"^^xsd:decimal ;
  dwc:decimalLongitude "-6.30017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.87683 -6.30017)"^^geo:wktLiteral ;
  geo-pos:lat "49.87683"^^xsd:decimal ;
  geo-pos:long "-6.30017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1186'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_1186'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.541944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.30017'^^xsd:double;
  dwc:startLongitude '-6.30017'^^xsd:double;
  dwc:endLongitude '-6.30017'^^xsd:double;
  dwc:latitude '49.87683'^^xsd:double;
  dwc:startLatitude '49.87683'^^xsd:double;
  dwc:endLatitude '49.87683'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.30017 49.87683, -6.30017 49.87683, -6.30017 49.87683, -6.30017 49.87683, -6.30017 49.87683))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1186'^^xsd:string;
  dwc:observationDate '1996-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2186> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.1122 -4.77818)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.1122"^^xsd:decimal ;
  dwc:decimalLongitude "-4.77818"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.1122 -4.77818)"^^geo:wktLiteral ;
  geo-pos:lat "52.1122"^^xsd:decimal ;
  geo-pos:long "-4.77818"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2186'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_2186'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '16.072222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-4.77818'^^xsd:double;
  dwc:startLongitude '-4.77818'^^xsd:double;
  dwc:endLongitude '-4.77818'^^xsd:double;
  dwc:latitude '52.1122'^^xsd:double;
  dwc:startLatitude '52.1122'^^xsd:double;
  dwc:endLatitude '52.1122'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.77818 52.1122, -4.77818 52.1122, -4.77818 52.1122, -4.77818 52.1122, -4.77818 52.1122))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2186'^^xsd:string;
  dwc:observationDate '2001-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6481> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.19152 -22.2153)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.19152"^^xsd:decimal ;
  dwc:decimalLongitude "-22.2153"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.19152 -22.2153)"^^geo:wktLiteral ;
  geo-pos:lat "64.19152"^^xsd:decimal ;
  geo-pos:long "-22.2153"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6481'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_6481'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.0563888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.2153'^^xsd:double;
  dwc:startLongitude '-22.2153'^^xsd:double;
  dwc:endLongitude '-22.2153'^^xsd:double;
  dwc:latitude '64.19152'^^xsd:double;
  dwc:startLatitude '64.19152'^^xsd:double;
  dwc:endLatitude '64.19152'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.2153 64.19152, -22.2153 64.19152, -22.2153 64.19152, -22.2153 64.19152, -22.2153 64.19152))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_6481'^^xsd:string;
  dwc:observationDate '2012-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2044> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.02332 -5.09838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.02332"^^xsd:decimal ;
  dwc:decimalLongitude "-5.09838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.02332 -5.09838)"^^geo:wktLiteral ;
  geo-pos:lat "52.02332"^^xsd:decimal ;
  geo-pos:long "-5.09838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2044'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_2044'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '15.043888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.09838'^^xsd:double;
  dwc:startLongitude '-5.09838'^^xsd:double;
  dwc:endLongitude '-5.09838'^^xsd:double;
  dwc:latitude '52.02332'^^xsd:double;
  dwc:startLatitude '52.02332'^^xsd:double;
  dwc:endLatitude '52.02332'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.09838 52.02332, -5.09838 52.02332, -5.09838 52.02332, -5.09838 52.02332, -5.09838 52.02332))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2044'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3823> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6068 -66.52648)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6068"^^xsd:decimal ;
  dwc:decimalLongitude "-66.52648"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6068 -66.52648)"^^geo:wktLiteral ;
  geo-pos:lat "44.6068"^^xsd:decimal ;
  geo-pos:long "-66.52648"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3823'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_3823'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.506111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.52648'^^xsd:double;
  dwc:startLongitude '-66.52648'^^xsd:double;
  dwc:endLongitude '-66.52648'^^xsd:double;
  dwc:latitude '44.6068'^^xsd:double;
  dwc:startLatitude '44.6068'^^xsd:double;
  dwc:endLatitude '44.6068'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.52648 44.6068, -66.52648 44.6068, -66.52648 44.6068, -66.52648 44.6068, -66.52648 44.6068))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3823'^^xsd:string;
  dwc:observationDate '2005-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6422> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.20837 -22.0981)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.20837"^^xsd:decimal ;
  dwc:decimalLongitude "-22.0981"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.20837 -22.0981)"^^geo:wktLiteral ;
  geo-pos:lat "64.20837"^^xsd:decimal ;
  geo-pos:long "-22.0981"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6422'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_6422'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.5602777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.0981'^^xsd:double;
  dwc:startLongitude '-22.0981'^^xsd:double;
  dwc:endLongitude '-22.0981'^^xsd:double;
  dwc:latitude '64.20837'^^xsd:double;
  dwc:startLatitude '64.20837'^^xsd:double;
  dwc:endLatitude '64.20837'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.0981 64.20837, -22.0981 64.20837, -22.0981 64.20837, -22.0981 64.20837, -22.0981 64.20837))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_6422'^^xsd:string;
  dwc:observationDate '2012-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3724> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16751 -65.8809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16751"^^xsd:decimal ;
  dwc:decimalLongitude "-65.8809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16751 -65.8809)"^^geo:wktLiteral ;
  geo-pos:lat "43.16751"^^xsd:decimal ;
  geo-pos:long "-65.8809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3724'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_3724'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.05'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.8809'^^xsd:double;
  dwc:startLongitude '-65.8809'^^xsd:double;
  dwc:endLongitude '-65.8809'^^xsd:double;
  dwc:latitude '43.16751'^^xsd:double;
  dwc:startLatitude '43.16751'^^xsd:double;
  dwc:endLatitude '43.16751'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.8809 43.16751, -65.8809 43.16751, -65.8809 43.16751, -65.8809 43.16751, -65.8809 43.16751))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3724'^^xsd:string;
  dwc:observationDate '2005-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1405> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.70867 -66.54083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.70867"^^xsd:decimal ;
  dwc:decimalLongitude "-66.54083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.70867 -66.54083)"^^geo:wktLiteral ;
  geo-pos:lat "44.70867"^^xsd:decimal ;
  geo-pos:long "-66.54083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1405'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_1405'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.6702777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.54083'^^xsd:double;
  dwc:startLongitude '-66.54083'^^xsd:double;
  dwc:endLongitude '-66.54083'^^xsd:double;
  dwc:latitude '44.70867'^^xsd:double;
  dwc:startLatitude '44.70867'^^xsd:double;
  dwc:endLatitude '44.70867'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.54083 44.70867, -66.54083 44.70867, -66.54083 44.70867, -66.54083 44.70867, -66.54083 44.70867))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1405'^^xsd:string;
  dwc:observationDate '1997-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2180> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.14351 -4.72108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.14351"^^xsd:decimal ;
  dwc:decimalLongitude "-4.72108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.14351 -4.72108)"^^geo:wktLiteral ;
  geo-pos:lat "52.14351"^^xsd:decimal ;
  geo-pos:long "-4.72108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2180'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_2180'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '15.698888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-4.72108'^^xsd:double;
  dwc:startLongitude '-4.72108'^^xsd:double;
  dwc:endLongitude '-4.72108'^^xsd:double;
  dwc:latitude '52.14351'^^xsd:double;
  dwc:startLatitude '52.14351'^^xsd:double;
  dwc:endLatitude '52.14351'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.72108 52.14351, -4.72108 52.14351, -4.72108 52.14351, -4.72108 52.14351, -4.72108 52.14351))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2180'^^xsd:string;
  dwc:observationDate '2001-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1622> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.74499 -66.70951)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.74499"^^xsd:decimal ;
  dwc:decimalLongitude "-66.70951"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.74499 -66.70951)"^^geo:wktLiteral ;
  geo-pos:lat "44.74499"^^xsd:decimal ;
  geo-pos:long "-66.70951"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1622'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_1622'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.421111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.70951'^^xsd:double;
  dwc:startLongitude '-66.70951'^^xsd:double;
  dwc:endLongitude '-66.70951'^^xsd:double;
  dwc:latitude '44.74499'^^xsd:double;
  dwc:startLatitude '44.74499'^^xsd:double;
  dwc:endLatitude '44.74499'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.70951 44.74499, -66.70951 44.74499, -66.70951 44.74499, -66.70951 44.74499, -66.70951 44.74499))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1622'^^xsd:string;
  dwc:observationDate '1999-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2465> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8711 -6.07543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.8711"^^xsd:decimal ;
  dwc:decimalLongitude "-6.07543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8711 -6.07543)"^^geo:wktLiteral ;
  geo-pos:lat "56.8711"^^xsd:decimal ;
  geo-pos:long "-6.07543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2465'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_2465'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.7561111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.07543'^^xsd:double;
  dwc:startLongitude '-6.07543'^^xsd:double;
  dwc:endLongitude '-6.07543'^^xsd:double;
  dwc:latitude '56.8711'^^xsd:double;
  dwc:startLatitude '56.8711'^^xsd:double;
  dwc:endLatitude '56.8711'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.07543 56.8711, -6.07543 56.8711, -6.07543 56.8711, -6.07543 56.8711, -6.07543 56.8711))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2465'^^xsd:string;
  dwc:observationDate '2002-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2158> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.18515 -4.67345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.18515"^^xsd:decimal ;
  dwc:decimalLongitude "-4.67345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.18515 -4.67345)"^^geo:wktLiteral ;
  geo-pos:lat "52.18515"^^xsd:decimal ;
  geo-pos:long "-4.67345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2158'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_2158'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.221666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-4.67345'^^xsd:double;
  dwc:startLongitude '-4.67345'^^xsd:double;
  dwc:endLongitude '-4.67345'^^xsd:double;
  dwc:latitude '52.18515'^^xsd:double;
  dwc:startLatitude '52.18515'^^xsd:double;
  dwc:endLatitude '52.18515'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.67345 52.18515, -4.67345 52.18515, -4.67345 52.18515, -4.67345 52.18515, -4.67345 52.18515))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2158'^^xsd:string;
  dwc:observationDate '2001-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2020> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.94123 -5.41235)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.94123"^^xsd:decimal ;
  dwc:decimalLongitude "-5.41235"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.94123 -5.41235)"^^geo:wktLiteral ;
  geo-pos:lat "51.94123"^^xsd:decimal ;
  geo-pos:long "-5.41235"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2020'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_2020'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.85'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.41235'^^xsd:double;
  dwc:startLongitude '-5.41235'^^xsd:double;
  dwc:endLongitude '-5.41235'^^xsd:double;
  dwc:latitude '51.94123'^^xsd:double;
  dwc:startLatitude '51.94123'^^xsd:double;
  dwc:endLatitude '51.94123'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.41235 51.94123, -5.41235 51.94123, -5.41235 51.94123, -5.41235 51.94123, -5.41235 51.94123))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2020'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2456> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.90887 -6.02157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.90887"^^xsd:decimal ;
  dwc:decimalLongitude "-6.02157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.90887 -6.02157)"^^geo:wktLiteral ;
  geo-pos:lat "56.90887"^^xsd:decimal ;
  geo-pos:long "-6.02157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2456'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_2456'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.847222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.02157'^^xsd:double;
  dwc:startLongitude '-6.02157'^^xsd:double;
  dwc:endLongitude '-6.02157'^^xsd:double;
  dwc:latitude '56.90887'^^xsd:double;
  dwc:startLatitude '56.90887'^^xsd:double;
  dwc:endLatitude '56.90887'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.02157 56.90887, -6.02157 56.90887, -6.02157 56.90887, -6.02157 56.90887, -6.02157 56.90887))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2456'^^xsd:string;
  dwc:observationDate '2002-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6466> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.18307 -22.62948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.18307"^^xsd:decimal ;
  dwc:decimalLongitude "-22.62948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.18307 -22.62948)"^^geo:wktLiteral ;
  geo-pos:lat "64.18307"^^xsd:decimal ;
  geo-pos:long "-22.62948"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6466'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_6466'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.858055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.62948'^^xsd:double;
  dwc:startLongitude '-22.62948'^^xsd:double;
  dwc:endLongitude '-22.62948'^^xsd:double;
  dwc:latitude '64.18307'^^xsd:double;
  dwc:startLatitude '64.18307'^^xsd:double;
  dwc:endLatitude '64.18307'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.62948 64.18307, -22.62948 64.18307, -22.62948 64.18307, -22.62948 64.18307, -22.62948 64.18307))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_6466'^^xsd:string;
  dwc:observationDate '2012-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3667> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.455 -66.30232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.455"^^xsd:decimal ;
  dwc:decimalLongitude "-66.30232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.455 -66.30232)"^^geo:wktLiteral ;
  geo-pos:lat "44.455"^^xsd:decimal ;
  geo-pos:long "-66.30232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3667'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_3667'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.076111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.30232'^^xsd:double;
  dwc:startLongitude '-66.30232'^^xsd:double;
  dwc:endLongitude '-66.30232'^^xsd:double;
  dwc:latitude '44.455'^^xsd:double;
  dwc:startLatitude '44.455'^^xsd:double;
  dwc:endLatitude '44.455'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.30232 44.455, -66.30232 44.455, -66.30232 44.455, -66.30232 44.455, -66.30232 44.455))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3667'^^xsd:string;
  dwc:observationDate '2005-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1387> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.54217 -66.587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.54217"^^xsd:decimal ;
  dwc:decimalLongitude "-66.587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.54217 -66.587)"^^geo:wktLiteral ;
  geo-pos:lat "44.54217"^^xsd:decimal ;
  geo-pos:long "-66.587"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1387'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_1387'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.986666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.587'^^xsd:double;
  dwc:startLongitude '-66.587'^^xsd:double;
  dwc:endLongitude '-66.587'^^xsd:double;
  dwc:latitude '44.54217'^^xsd:double;
  dwc:startLatitude '44.54217'^^xsd:double;
  dwc:endLatitude '44.54217'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.587 44.54217, -66.587 44.54217, -66.587 44.54217, -66.587 44.54217, -66.587 44.54217))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1387'^^xsd:string;
  dwc:observationDate '1997-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6741> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.36902 25.09742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.36902"^^xsd:decimal ;
  dwc:decimalLongitude "25.09742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.36902 25.09742)"^^geo:wktLiteral ;
  geo-pos:lat "40.36902"^^xsd:decimal ;
  geo-pos:long "25.09742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6741'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_6741'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.519444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '25.09742'^^xsd:double;
  dwc:startLongitude '25.09742'^^xsd:double;
  dwc:endLongitude '25.09742'^^xsd:double;
  dwc:latitude '40.36902'^^xsd:double;
  dwc:startLatitude '40.36902'^^xsd:double;
  dwc:endLatitude '40.36902'^^xsd:double;
  dwc:boundingBox 'POLYGON ((25.09742 40.36902, 25.09742 40.36902, 25.09742 40.36902, 25.09742 40.36902, 25.09742 40.36902))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_6741'^^xsd:string;
  dwc:observationDate '2013-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1995> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.85838 -5.53567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.85838"^^xsd:decimal ;
  dwc:decimalLongitude "-5.53567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.85838 -5.53567)"^^geo:wktLiteral ;
  geo-pos:lat "51.85838"^^xsd:decimal ;
  geo-pos:long "-5.53567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1995'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_1995'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.173333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.53567'^^xsd:double;
  dwc:startLongitude '-5.53567'^^xsd:double;
  dwc:endLongitude '-5.53567'^^xsd:double;
  dwc:latitude '51.85838'^^xsd:double;
  dwc:startLatitude '51.85838'^^xsd:double;
  dwc:endLatitude '51.85838'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.53567 51.85838, -5.53567 51.85838, -5.53567 51.85838, -5.53567 51.85838, -5.53567 51.85838))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1995'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2211> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.89698 -5.41462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.89698"^^xsd:decimal ;
  dwc:decimalLongitude "-5.41462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.89698 -5.41462)"^^geo:wktLiteral ;
  geo-pos:lat "51.89698"^^xsd:decimal ;
  geo-pos:long "-5.41462"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2211'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_2211'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '14.725833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.41462'^^xsd:double;
  dwc:startLongitude '-5.41462'^^xsd:double;
  dwc:endLongitude '-5.41462'^^xsd:double;
  dwc:latitude '51.89698'^^xsd:double;
  dwc:startLatitude '51.89698'^^xsd:double;
  dwc:endLatitude '51.89698'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.41462 51.89698, -5.41462 51.89698, -5.41462 51.89698, -5.41462 51.89698, -5.41462 51.89698))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2211'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1954> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.00124 -69.51815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.00124"^^xsd:decimal ;
  dwc:decimalLongitude "-69.51815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.00124 -69.51815)"^^geo:wktLiteral ;
  geo-pos:lat "42.00124"^^xsd:decimal ;
  geo-pos:long "-69.51815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1954'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_1954'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '21.230277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-69.51815'^^xsd:double;
  dwc:startLongitude '-69.51815'^^xsd:double;
  dwc:endLongitude '-69.51815'^^xsd:double;
  dwc:latitude '42.00124'^^xsd:double;
  dwc:startLatitude '42.00124'^^xsd:double;
  dwc:endLatitude '42.00124'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.51815 42.00124, -69.51815 42.00124, -69.51815 42.00124, -69.51815 42.00124, -69.51815 42.00124))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1954'^^xsd:string;
  dwc:observationDate '2001-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6423> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.18332 -22.1298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.18332"^^xsd:decimal ;
  dwc:decimalLongitude "-22.1298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.18332 -22.1298)"^^geo:wktLiteral ;
  geo-pos:lat "64.18332"^^xsd:decimal ;
  geo-pos:long "-22.1298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6423'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_6423'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.716666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.1298'^^xsd:double;
  dwc:startLongitude '-22.1298'^^xsd:double;
  dwc:endLongitude '-22.1298'^^xsd:double;
  dwc:latitude '64.18332'^^xsd:double;
  dwc:startLatitude '64.18332'^^xsd:double;
  dwc:endLatitude '64.18332'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.1298 64.18332, -22.1298 64.18332, -22.1298 64.18332, -22.1298 64.18332, -22.1298 64.18332))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_6423'^^xsd:string;
  dwc:observationDate '2012-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2320> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.15747 -4.50982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.15747"^^xsd:decimal ;
  dwc:decimalLongitude "-4.50982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.15747 -4.50982)"^^geo:wktLiteral ;
  geo-pos:lat "52.15747"^^xsd:decimal ;
  geo-pos:long "-4.50982"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2320'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_2320'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '9.2313888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-4.50982'^^xsd:double;
  dwc:startLongitude '-4.50982'^^xsd:double;
  dwc:endLongitude '-4.50982'^^xsd:double;
  dwc:latitude '52.15747'^^xsd:double;
  dwc:startLatitude '52.15747'^^xsd:double;
  dwc:endLatitude '52.15747'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.50982 52.15747, -4.50982 52.15747, -4.50982 52.15747, -4.50982 52.15747, -4.50982 52.15747))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2320'^^xsd:string;
  dwc:observationDate '2001-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1595> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.84692 -66.79197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.84692"^^xsd:decimal ;
  dwc:decimalLongitude "-66.79197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.84692 -66.79197)"^^geo:wktLiteral ;
  geo-pos:lat "44.84692"^^xsd:decimal ;
  geo-pos:long "-66.79197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1595'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_1595'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.751666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.79197'^^xsd:double;
  dwc:startLongitude '-66.79197'^^xsd:double;
  dwc:endLongitude '-66.79197'^^xsd:double;
  dwc:latitude '44.84692'^^xsd:double;
  dwc:startLatitude '44.84692'^^xsd:double;
  dwc:endLatitude '44.84692'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.79197 44.84692, -66.79197 44.84692, -66.79197 44.84692, -66.79197 44.84692, -66.79197 44.84692))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1595'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3721> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.18203 -65.87462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.18203"^^xsd:decimal ;
  dwc:decimalLongitude "-65.87462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.18203 -65.87462)"^^geo:wktLiteral ;
  geo-pos:lat "43.18203"^^xsd:decimal ;
  geo-pos:long "-65.87462"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3721'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_3721'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.919166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.87462'^^xsd:double;
  dwc:startLongitude '-65.87462'^^xsd:double;
  dwc:endLongitude '-65.87462'^^xsd:double;
  dwc:latitude '43.18203'^^xsd:double;
  dwc:startLatitude '43.18203'^^xsd:double;
  dwc:endLatitude '43.18203'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.87462 43.18203, -65.87462 43.18203, -65.87462 43.18203, -65.87462 43.18203, -65.87462 43.18203))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3721'^^xsd:string;
  dwc:observationDate '2005-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2060> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.15299 -4.75413)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.15299"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75413"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.15299 -4.75413)"^^geo:wktLiteral ;
  geo-pos:lat "52.15299"^^xsd:decimal ;
  geo-pos:long "-4.75413"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2060'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_2060'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.013611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-4.75413'^^xsd:double;
  dwc:startLongitude '-4.75413'^^xsd:double;
  dwc:endLongitude '-4.75413'^^xsd:double;
  dwc:latitude '52.15299'^^xsd:double;
  dwc:startLatitude '52.15299'^^xsd:double;
  dwc:endLatitude '52.15299'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.75413 52.15299, -4.75413 52.15299, -4.75413 52.15299, -4.75413 52.15299, -4.75413 52.15299))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2060'^^xsd:string;
  dwc:observationDate '2001-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5590> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.45016 -0.61223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.45016"^^xsd:decimal ;
  dwc:decimalLongitude "-0.61223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.45016 -0.61223)"^^geo:wktLiteral ;
  geo-pos:lat "49.45016"^^xsd:decimal ;
  geo-pos:long "-0.61223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5590'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_5590'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.972222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-0.61223'^^xsd:double;
  dwc:startLongitude '-0.61223'^^xsd:double;
  dwc:endLongitude '-0.61223'^^xsd:double;
  dwc:latitude '49.45016'^^xsd:double;
  dwc:startLatitude '49.45016'^^xsd:double;
  dwc:endLatitude '49.45016'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.61223 49.45016, -0.61223 49.45016, -0.61223 49.45016, -0.61223 49.45016, -0.61223 49.45016))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_5590'^^xsd:string;
  dwc:observationDate '2011-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6376> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.21843 -22.16752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.21843"^^xsd:decimal ;
  dwc:decimalLongitude "-22.16752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.21843 -22.16752)"^^geo:wktLiteral ;
  geo-pos:lat "64.21843"^^xsd:decimal ;
  geo-pos:long "-22.16752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6376'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_6376'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.2175'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.16752'^^xsd:double;
  dwc:startLongitude '-22.16752'^^xsd:double;
  dwc:endLongitude '-22.16752'^^xsd:double;
  dwc:latitude '64.21843'^^xsd:double;
  dwc:startLatitude '64.21843'^^xsd:double;
  dwc:endLatitude '64.21843'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.16752 64.21843, -22.16752 64.21843, -22.16752 64.21843, -22.16752 64.21843, -22.16752 64.21843))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_6376'^^xsd:string;
  dwc:observationDate '2012-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6864> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.56492 26.51761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.56492"^^xsd:decimal ;
  dwc:decimalLongitude "26.51761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.56492 26.51761)"^^geo:wktLiteral ;
  geo-pos:lat "40.56492"^^xsd:decimal ;
  geo-pos:long "26.51761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6864'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_6864'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.026666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '26.51761'^^xsd:double;
  dwc:startLongitude '26.51761'^^xsd:double;
  dwc:endLongitude '26.51761'^^xsd:double;
  dwc:latitude '40.56492'^^xsd:double;
  dwc:startLatitude '40.56492'^^xsd:double;
  dwc:endLatitude '40.56492'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.51761 40.56492, 26.51761 40.56492, 26.51761 40.56492, 26.51761 40.56492, 26.51761 40.56492))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_6864'^^xsd:string;
  dwc:observationDate '2013-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1530> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7987 -66.808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7987"^^xsd:decimal ;
  dwc:decimalLongitude "-66.808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7987 -66.808)"^^geo:wktLiteral ;
  geo-pos:lat "44.7987"^^xsd:decimal ;
  geo-pos:long "-66.808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1530'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_1530'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.838055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.808'^^xsd:double;
  dwc:startLongitude '-66.808'^^xsd:double;
  dwc:endLongitude '-66.808'^^xsd:double;
  dwc:latitude '44.7987'^^xsd:double;
  dwc:startLatitude '44.7987'^^xsd:double;
  dwc:endLatitude '44.7987'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.808 44.7987, -66.808 44.7987, -66.808 44.7987, -66.808 44.7987, -66.808 44.7987))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1530'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1598> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5763 -66.39516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5763"^^xsd:decimal ;
  dwc:decimalLongitude "-66.39516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5763 -66.39516)"^^geo:wktLiteral ;
  geo-pos:lat "44.5763"^^xsd:decimal ;
  geo-pos:long "-66.39516"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1598'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_1598'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '21.581111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.39516'^^xsd:double;
  dwc:startLongitude '-66.39516'^^xsd:double;
  dwc:endLongitude '-66.39516'^^xsd:double;
  dwc:latitude '44.5763'^^xsd:double;
  dwc:startLatitude '44.5763'^^xsd:double;
  dwc:endLatitude '44.5763'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.39516 44.5763, -66.39516 44.5763, -66.39516 44.5763, -66.39516 44.5763, -66.39516 44.5763))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1598'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2611> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.95722 -5.98792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.95722"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.95722 -5.98792)"^^geo:wktLiteral ;
  geo-pos:lat "56.95722"^^xsd:decimal ;
  geo-pos:long "-5.98792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2611'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_2611'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.808333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.98792'^^xsd:double;
  dwc:startLongitude '-5.98792'^^xsd:double;
  dwc:endLongitude '-5.98792'^^xsd:double;
  dwc:latitude '56.95722'^^xsd:double;
  dwc:startLatitude '56.95722'^^xsd:double;
  dwc:endLatitude '56.95722'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.98792 56.95722, -5.98792 56.95722, -5.98792 56.95722, -5.98792 56.95722, -5.98792 56.95722))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2611'^^xsd:string;
  dwc:observationDate '2002-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1435> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85783 -66.76283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85783"^^xsd:decimal ;
  dwc:decimalLongitude "-66.76283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85783 -66.76283)"^^geo:wktLiteral ;
  geo-pos:lat "44.85783"^^xsd:decimal ;
  geo-pos:long "-66.76283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1435'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_1435'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '7.4716666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.76283'^^xsd:double;
  dwc:startLongitude '-66.76283'^^xsd:double;
  dwc:endLongitude '-66.76283'^^xsd:double;
  dwc:latitude '44.85783'^^xsd:double;
  dwc:startLatitude '44.85783'^^xsd:double;
  dwc:endLatitude '44.85783'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.76283 44.85783, -66.76283 44.85783, -66.76283 44.85783, -66.76283 44.85783, -66.76283 44.85783))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1435'^^xsd:string;
  dwc:observationDate '1997-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2285> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.05706 -5.28193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.05706"^^xsd:decimal ;
  dwc:decimalLongitude "-5.28193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.05706 -5.28193)"^^geo:wktLiteral ;
  geo-pos:lat "52.05706"^^xsd:decimal ;
  geo-pos:long "-5.28193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2285'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_2285'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.258888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.28193'^^xsd:double;
  dwc:startLongitude '-5.28193'^^xsd:double;
  dwc:endLongitude '-5.28193'^^xsd:double;
  dwc:latitude '52.05706'^^xsd:double;
  dwc:startLatitude '52.05706'^^xsd:double;
  dwc:endLatitude '52.05706'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.28193 52.05706, -5.28193 52.05706, -5.28193 52.05706, -5.28193 52.05706, -5.28193 52.05706))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2285'^^xsd:string;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6461> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.12098 -22.6112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.12098"^^xsd:decimal ;
  dwc:decimalLongitude "-22.6112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.12098 -22.6112)"^^geo:wktLiteral ;
  geo-pos:lat "64.12098"^^xsd:decimal ;
  geo-pos:long "-22.6112"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6461'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_6461'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.8802777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.6112'^^xsd:double;
  dwc:startLongitude '-22.6112'^^xsd:double;
  dwc:endLongitude '-22.6112'^^xsd:double;
  dwc:latitude '64.12098'^^xsd:double;
  dwc:startLatitude '64.12098'^^xsd:double;
  dwc:endLatitude '64.12098'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.6112 64.12098, -22.6112 64.12098, -22.6112 64.12098, -22.6112 64.12098, -22.6112 64.12098))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_6461'^^xsd:string;
  dwc:observationDate '2012-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6410> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.25124 -22.17308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.25124"^^xsd:decimal ;
  dwc:decimalLongitude "-22.17308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.25124 -22.17308)"^^geo:wktLiteral ;
  geo-pos:lat "64.25124"^^xsd:decimal ;
  geo-pos:long "-22.17308"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6410'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_6410'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.762222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.17308'^^xsd:double;
  dwc:startLongitude '-22.17308'^^xsd:double;
  dwc:endLongitude '-22.17308'^^xsd:double;
  dwc:latitude '64.25124'^^xsd:double;
  dwc:startLatitude '64.25124'^^xsd:double;
  dwc:endLatitude '64.25124'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.17308 64.25124, -22.17308 64.25124, -22.17308 64.25124, -22.17308 64.25124, -22.17308 64.25124))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_6410'^^xsd:string;
  dwc:observationDate '2012-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2290> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.06388 -5.28262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.06388"^^xsd:decimal ;
  dwc:decimalLongitude "-5.28262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.06388 -5.28262)"^^geo:wktLiteral ;
  geo-pos:lat "52.06388"^^xsd:decimal ;
  geo-pos:long "-5.28262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2290'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_2290'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.294444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.28262'^^xsd:double;
  dwc:startLongitude '-5.28262'^^xsd:double;
  dwc:endLongitude '-5.28262'^^xsd:double;
  dwc:latitude '52.06388'^^xsd:double;
  dwc:startLatitude '52.06388'^^xsd:double;
  dwc:endLatitude '52.06388'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.28262 52.06388, -5.28262 52.06388, -5.28262 52.06388, -5.28262 52.06388, -5.28262 52.06388))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2290'^^xsd:string;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2597> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.07214 -6.48075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.07214"^^xsd:decimal ;
  dwc:decimalLongitude "-6.48075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.07214 -6.48075)"^^geo:wktLiteral ;
  geo-pos:lat "57.07214"^^xsd:decimal ;
  geo-pos:long "-6.48075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2597'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_2597'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.394166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.48075'^^xsd:double;
  dwc:startLongitude '-6.48075'^^xsd:double;
  dwc:endLongitude '-6.48075'^^xsd:double;
  dwc:latitude '57.07214'^^xsd:double;
  dwc:startLatitude '57.07214'^^xsd:double;
  dwc:endLatitude '57.07214'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.48075 57.07214, -6.48075 57.07214, -6.48075 57.07214, -6.48075 57.07214, -6.48075 57.07214))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2597'^^xsd:string;
  dwc:observationDate '2002-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5601> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.93408 -6.62647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.93408"^^xsd:decimal ;
  dwc:decimalLongitude "-6.62647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.93408 -6.62647)"^^geo:wktLiteral ;
  geo-pos:lat "49.93408"^^xsd:decimal ;
  geo-pos:long "-6.62647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5601'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_5601'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.8925'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.62647'^^xsd:double;
  dwc:startLongitude '-6.62647'^^xsd:double;
  dwc:endLongitude '-6.62647'^^xsd:double;
  dwc:latitude '49.93408'^^xsd:double;
  dwc:startLatitude '49.93408'^^xsd:double;
  dwc:endLatitude '49.93408'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.62647 49.93408, -6.62647 49.93408, -6.62647 49.93408, -6.62647 49.93408, -6.62647 49.93408))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_5601'^^xsd:string;
  dwc:observationDate '2011-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2971> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.50601 -19.46963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.50601"^^xsd:decimal ;
  dwc:decimalLongitude "-19.46963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.50601 -19.46963)"^^geo:wktLiteral ;
  geo-pos:lat "66.50601"^^xsd:decimal ;
  geo-pos:long "-19.46963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2971'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_2971'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '15.388611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-19.46963'^^xsd:double;
  dwc:startLongitude '-19.46963'^^xsd:double;
  dwc:endLongitude '-19.46963'^^xsd:double;
  dwc:latitude '66.50601'^^xsd:double;
  dwc:startLatitude '66.50601'^^xsd:double;
  dwc:endLatitude '66.50601'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-19.46963 66.50601, -19.46963 66.50601, -19.46963 66.50601, -19.46963 66.50601, -19.46963 66.50601))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2971'^^xsd:string;
  dwc:observationDate '2004-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4448> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.11497 -17.58808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.11497"^^xsd:decimal ;
  dwc:decimalLongitude "-17.58808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.11497 -17.58808)"^^geo:wktLiteral ;
  geo-pos:lat "66.11497"^^xsd:decimal ;
  geo-pos:long "-17.58808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4448'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4448'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.131666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.58808'^^xsd:double;
  dwc:startLongitude '-17.58808'^^xsd:double;
  dwc:endLongitude '-17.58808'^^xsd:double;
  dwc:latitude '66.11497'^^xsd:double;
  dwc:startLatitude '66.11497'^^xsd:double;
  dwc:endLatitude '66.11497'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.58808 66.11497, -17.58808 66.11497, -17.58808 66.11497, -17.58808 66.11497, -17.58808 66.11497))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_4448'^^xsd:string;
  dwc:observationDate '2006-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1523> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02298 -67.92378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02298"^^xsd:decimal ;
  dwc:decimalLongitude "-67.92378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02298 -67.92378)"^^geo:wktLiteral ;
  geo-pos:lat "44.02298"^^xsd:decimal ;
  geo-pos:long "-67.92378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1523'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_1523'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '0.083333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-67.92378'^^xsd:double;
  dwc:startLongitude '-67.92378'^^xsd:double;
  dwc:endLongitude '-67.92378'^^xsd:double;
  dwc:latitude '44.02298'^^xsd:double;
  dwc:startLatitude '44.02298'^^xsd:double;
  dwc:endLatitude '44.02298'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.92378 44.02298, -67.92378 44.02298, -67.92378 44.02298, -67.92378 44.02298, -67.92378 44.02298))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1523'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3771> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.84105 -66.41697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.84105"^^xsd:decimal ;
  dwc:decimalLongitude "-66.41697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.84105 -66.41697)"^^geo:wktLiteral ;
  geo-pos:lat "43.84105"^^xsd:decimal ;
  geo-pos:long "-66.41697"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3771'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_3771'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.5975'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.41697'^^xsd:double;
  dwc:startLongitude '-66.41697'^^xsd:double;
  dwc:endLongitude '-66.41697'^^xsd:double;
  dwc:latitude '43.84105'^^xsd:double;
  dwc:startLatitude '43.84105'^^xsd:double;
  dwc:endLatitude '43.84105'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.41697 43.84105, -66.41697 43.84105, -66.41697 43.84105, -66.41697 43.84105, -66.41697 43.84105))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3771'^^xsd:string;
  dwc:observationDate '2005-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4567> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.49202 -5.12502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.49202"^^xsd:decimal ;
  dwc:decimalLongitude "-5.12502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.49202 -5.12502)"^^geo:wktLiteral ;
  geo-pos:lat "54.49202"^^xsd:decimal ;
  geo-pos:long "-5.12502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4567'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_4567'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13.0725'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.12502'^^xsd:double;
  dwc:startLongitude '-5.12502'^^xsd:double;
  dwc:endLongitude '-5.12502'^^xsd:double;
  dwc:latitude '54.49202'^^xsd:double;
  dwc:startLatitude '54.49202'^^xsd:double;
  dwc:endLatitude '54.49202'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.12502 54.49202, -5.12502 54.49202, -5.12502 54.49202, -5.12502 54.49202, -5.12502 54.49202))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_4567'^^xsd:string;
  dwc:observationDate '2006-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3654> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.87398 -66.78208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.87398"^^xsd:decimal ;
  dwc:decimalLongitude "-66.78208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.87398 -66.78208)"^^geo:wktLiteral ;
  geo-pos:lat "44.87398"^^xsd:decimal ;
  geo-pos:long "-66.78208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3654'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_3654'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.118333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.78208'^^xsd:double;
  dwc:startLongitude '-66.78208'^^xsd:double;
  dwc:endLongitude '-66.78208'^^xsd:double;
  dwc:latitude '44.87398'^^xsd:double;
  dwc:startLatitude '44.87398'^^xsd:double;
  dwc:endLatitude '44.87398'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.78208 44.87398, -66.78208 44.87398, -66.78208 44.87398, -66.78208 44.87398, -66.78208 44.87398))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3654'^^xsd:string;
  dwc:observationDate '2005-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3658> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7476 -66.87865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7476"^^xsd:decimal ;
  dwc:decimalLongitude "-66.87865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7476 -66.87865)"^^geo:wktLiteral ;
  geo-pos:lat "44.7476"^^xsd:decimal ;
  geo-pos:long "-66.87865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3658'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_3658'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.025555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.87865'^^xsd:double;
  dwc:startLongitude '-66.87865'^^xsd:double;
  dwc:endLongitude '-66.87865'^^xsd:double;
  dwc:latitude '44.7476'^^xsd:double;
  dwc:startLatitude '44.7476'^^xsd:double;
  dwc:endLatitude '44.7476'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.87865 44.7476, -66.87865 44.7476, -66.87865 44.7476, -66.87865 44.7476, -66.87865 44.7476))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3658'^^xsd:string;
  dwc:observationDate '2005-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2596> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.07367 -6.484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.07367"^^xsd:decimal ;
  dwc:decimalLongitude "-6.484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.07367 -6.484)"^^geo:wktLiteral ;
  geo-pos:lat "57.07367"^^xsd:decimal ;
  geo-pos:long "-6.484"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2596'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_2596'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.355833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.484'^^xsd:double;
  dwc:startLongitude '-6.484'^^xsd:double;
  dwc:endLongitude '-6.484'^^xsd:double;
  dwc:latitude '57.07367'^^xsd:double;
  dwc:startLatitude '57.07367'^^xsd:double;
  dwc:endLatitude '57.07367'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.484 57.07367, -6.484 57.07367, -6.484 57.07367, -6.484 57.07367, -6.484 57.07367))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2596'^^xsd:string;
  dwc:observationDate '2002-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4116> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.58913 -17.77405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.58913"^^xsd:decimal ;
  dwc:decimalLongitude "-17.77405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.58913 -17.77405)"^^geo:wktLiteral ;
  geo-pos:lat "66.58913"^^xsd:decimal ;
  geo-pos:long "-17.77405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4116'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_4116'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '13.195'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.77405'^^xsd:double;
  dwc:startLongitude '-17.77405'^^xsd:double;
  dwc:endLongitude '-17.77405'^^xsd:double;
  dwc:latitude '66.58913'^^xsd:double;
  dwc:startLatitude '66.58913'^^xsd:double;
  dwc:endLatitude '66.58913'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.77405 66.58913, -17.77405 66.58913, -17.77405 66.58913, -17.77405 66.58913, -17.77405 66.58913))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_4116'^^xsd:string;
  dwc:observationDate '2006-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1440> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.9575 -66.88483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.9575"^^xsd:decimal ;
  dwc:decimalLongitude "-66.88483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.9575 -66.88483)"^^geo:wktLiteral ;
  geo-pos:lat "44.9575"^^xsd:decimal ;
  geo-pos:long "-66.88483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1440'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1158_1440'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '13.708888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.88483'^^xsd:double;
  dwc:startLongitude '-66.88483'^^xsd:double;
  dwc:endLongitude '-66.88483'^^xsd:double;
  dwc:latitude '44.9575'^^xsd:double;
  dwc:startLatitude '44.9575'^^xsd:double;
  dwc:endLatitude '44.9575'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.88483 44.9575, -66.88483 44.9575, -66.88483 44.9575, -66.88483 44.9575, -66.88483 44.9575))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1440'^^xsd:string;
  dwc:observationDate '1997-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1500> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.73217 -66.44434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.73217"^^xsd:decimal ;
  dwc:decimalLongitude "-66.44434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.73217 -66.44434)"^^geo:wktLiteral ;
  geo-pos:lat "44.73217"^^xsd:decimal ;
  geo-pos:long "-66.44434"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1500'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_1500'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.708333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.44434'^^xsd:double;
  dwc:startLongitude '-66.44434'^^xsd:double;
  dwc:endLongitude '-66.44434'^^xsd:double;
  dwc:latitude '44.73217'^^xsd:double;
  dwc:startLatitude '44.73217'^^xsd:double;
  dwc:endLatitude '44.73217'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.44434 44.73217, -66.44434 44.73217, -66.44434 44.73217, -66.44434 44.73217, -66.44434 44.73217))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1500'^^xsd:string;
  dwc:observationDate '1997-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1173> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.88817 -6.19917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.88817"^^xsd:decimal ;
  dwc:decimalLongitude "-6.19917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.88817 -6.19917)"^^geo:wktLiteral ;
  geo-pos:lat "49.88817"^^xsd:decimal ;
  geo-pos:long "-6.19917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1173'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_1173'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.066388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.19917'^^xsd:double;
  dwc:startLongitude '-6.19917'^^xsd:double;
  dwc:endLongitude '-6.19917'^^xsd:double;
  dwc:latitude '49.88817'^^xsd:double;
  dwc:startLatitude '49.88817'^^xsd:double;
  dwc:endLatitude '49.88817'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.19917 49.88817, -6.19917 49.88817, -6.19917 49.88817, -6.19917 49.88817, -6.19917 49.88817))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1173'^^xsd:string;
  dwc:observationDate '1996-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2492> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.859 -6.44017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.859"^^xsd:decimal ;
  dwc:decimalLongitude "-6.44017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.859 -6.44017)"^^geo:wktLiteral ;
  geo-pos:lat "56.859"^^xsd:decimal ;
  geo-pos:long "-6.44017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2492'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_2492'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '14.359166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.44017'^^xsd:double;
  dwc:startLongitude '-6.44017'^^xsd:double;
  dwc:endLongitude '-6.44017'^^xsd:double;
  dwc:latitude '56.859'^^xsd:double;
  dwc:startLatitude '56.859'^^xsd:double;
  dwc:endLatitude '56.859'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.44017 56.859, -6.44017 56.859, -6.44017 56.859, -6.44017 56.859, -6.44017 56.859))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2492'^^xsd:string;
  dwc:observationDate '2002-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1434> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.84783 -66.763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.84783"^^xsd:decimal ;
  dwc:decimalLongitude "-66.763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.84783 -66.763)"^^geo:wktLiteral ;
  geo-pos:lat "44.84783"^^xsd:decimal ;
  geo-pos:long "-66.763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1434'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_1434'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '7.3933333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.763'^^xsd:double;
  dwc:startLongitude '-66.763'^^xsd:double;
  dwc:endLongitude '-66.763'^^xsd:double;
  dwc:latitude '44.84783'^^xsd:double;
  dwc:startLatitude '44.84783'^^xsd:double;
  dwc:endLatitude '44.84783'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.763 44.84783, -66.763 44.84783, -66.763 44.84783, -66.763 44.84783, -66.763 44.84783))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1434'^^xsd:string;
  dwc:observationDate '1997-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2334> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.2238 -4.50857)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.2238"^^xsd:decimal ;
  dwc:decimalLongitude "-4.50857"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.2238 -4.50857)"^^geo:wktLiteral ;
  geo-pos:lat "52.2238"^^xsd:decimal ;
  geo-pos:long "-4.50857"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2334'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_2334'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.299444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-4.50857'^^xsd:double;
  dwc:startLongitude '-4.50857'^^xsd:double;
  dwc:endLongitude '-4.50857'^^xsd:double;
  dwc:latitude '52.2238'^^xsd:double;
  dwc:startLatitude '52.2238'^^xsd:double;
  dwc:endLatitude '52.2238'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.50857 52.2238, -4.50857 52.2238, -4.50857 52.2238, -4.50857 52.2238, -4.50857 52.2238))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2334'^^xsd:string;
  dwc:observationDate '2001-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1999> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.79413 -5.42672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.79413"^^xsd:decimal ;
  dwc:decimalLongitude "-5.42672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.79413 -5.42672)"^^geo:wktLiteral ;
  geo-pos:lat "51.79413"^^xsd:decimal ;
  geo-pos:long "-5.42672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1999'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_1999'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.904166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.42672'^^xsd:double;
  dwc:startLongitude '-5.42672'^^xsd:double;
  dwc:endLongitude '-5.42672'^^xsd:double;
  dwc:latitude '51.79413'^^xsd:double;
  dwc:startLatitude '51.79413'^^xsd:double;
  dwc:endLatitude '51.79413'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.42672 51.79413, -5.42672 51.79413, -5.42672 51.79413, -5.42672 51.79413, -5.42672 51.79413))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1999'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2001> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.78667 -5.43438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.78667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.43438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.78667 -5.43438)"^^geo:wktLiteral ;
  geo-pos:lat "51.78667"^^xsd:decimal ;
  geo-pos:long "-5.43438"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2001'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_2001'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.956944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.43438'^^xsd:double;
  dwc:startLongitude '-5.43438'^^xsd:double;
  dwc:endLongitude '-5.43438'^^xsd:double;
  dwc:latitude '51.78667'^^xsd:double;
  dwc:startLatitude '51.78667'^^xsd:double;
  dwc:endLatitude '51.78667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.43438 51.78667, -5.43438 51.78667, -5.43438 51.78667, -5.43438 51.78667, -5.43438 51.78667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2001'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2534> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.95388 -5.9234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.95388"^^xsd:decimal ;
  dwc:decimalLongitude "-5.9234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.95388 -5.9234)"^^geo:wktLiteral ;
  geo-pos:lat "56.95388"^^xsd:decimal ;
  geo-pos:long "-5.9234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2534'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_2534'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '15.906666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.9234'^^xsd:double;
  dwc:startLongitude '-5.9234'^^xsd:double;
  dwc:endLongitude '-5.9234'^^xsd:double;
  dwc:latitude '56.95388'^^xsd:double;
  dwc:startLatitude '56.95388'^^xsd:double;
  dwc:endLatitude '56.95388'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.9234 56.95388, -5.9234 56.95388, -5.9234 56.95388, -5.9234 56.95388, -5.9234 56.95388))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2534'^^xsd:string;
  dwc:observationDate '2002-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2466> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.87004 -6.07977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.87004"^^xsd:decimal ;
  dwc:decimalLongitude "-6.07977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.87004 -6.07977)"^^geo:wktLiteral ;
  geo-pos:lat "56.87004"^^xsd:decimal ;
  geo-pos:long "-6.07977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2466'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_2466'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.8058333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.07977'^^xsd:double;
  dwc:startLongitude '-6.07977'^^xsd:double;
  dwc:endLongitude '-6.07977'^^xsd:double;
  dwc:latitude '56.87004'^^xsd:double;
  dwc:startLatitude '56.87004'^^xsd:double;
  dwc:endLatitude '56.87004'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.07977 56.87004, -6.07977 56.87004, -6.07977 56.87004, -6.07977 56.87004, -6.07977 56.87004))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2466'^^xsd:string;
  dwc:observationDate '2002-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6446> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0504 -22.81124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0504"^^xsd:decimal ;
  dwc:decimalLongitude "-22.81124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0504 -22.81124)"^^geo:wktLiteral ;
  geo-pos:lat "64.0504"^^xsd:decimal ;
  geo-pos:long "-22.81124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6446'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_6446'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.182222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.81124'^^xsd:double;
  dwc:startLongitude '-22.81124'^^xsd:double;
  dwc:endLongitude '-22.81124'^^xsd:double;
  dwc:latitude '64.0504'^^xsd:double;
  dwc:startLatitude '64.0504'^^xsd:double;
  dwc:endLatitude '64.0504'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.81124 64.0504, -22.81124 64.0504, -22.81124 64.0504, -22.81124 64.0504, -22.81124 64.0504))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_6446'^^xsd:string;
  dwc:observationDate '2012-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6355> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.20907 -22.36807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.20907"^^xsd:decimal ;
  dwc:decimalLongitude "-22.36807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.20907 -22.36807)"^^geo:wktLiteral ;
  geo-pos:lat "64.20907"^^xsd:decimal ;
  geo-pos:long "-22.36807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6355'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_6355'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13.954166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.36807'^^xsd:double;
  dwc:startLongitude '-22.36807'^^xsd:double;
  dwc:endLongitude '-22.36807'^^xsd:double;
  dwc:latitude '64.20907'^^xsd:double;
  dwc:startLatitude '64.20907'^^xsd:double;
  dwc:endLatitude '64.20907'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.36807 64.20907, -22.36807 64.20907, -22.36807 64.20907, -22.36807 64.20907, -22.36807 64.20907))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_6355'^^xsd:string;
  dwc:observationDate '2012-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4047> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.8203 -25.8478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.8203"^^xsd:decimal ;
  dwc:decimalLongitude "-25.8478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.8203 -25.8478)"^^geo:wktLiteral ;
  geo-pos:lat "65.8203"^^xsd:decimal ;
  geo-pos:long "-25.8478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4047'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_4047'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.836944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.8478'^^xsd:double;
  dwc:startLongitude '-25.8478'^^xsd:double;
  dwc:endLongitude '-25.8478'^^xsd:double;
  dwc:latitude '65.8203'^^xsd:double;
  dwc:startLatitude '65.8203'^^xsd:double;
  dwc:endLatitude '65.8203'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.8478 65.8203, -25.8478 65.8203, -25.8478 65.8203, -25.8478 65.8203, -25.8478 65.8203))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_4047'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2543> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.92955 -6.06698)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.92955"^^xsd:decimal ;
  dwc:decimalLongitude "-6.06698"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.92955 -6.06698)"^^geo:wktLiteral ;
  geo-pos:lat "56.92955"^^xsd:decimal ;
  geo-pos:long "-6.06698"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2543'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_2543'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.536944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.06698'^^xsd:double;
  dwc:startLongitude '-6.06698'^^xsd:double;
  dwc:endLongitude '-6.06698'^^xsd:double;
  dwc:latitude '56.92955'^^xsd:double;
  dwc:startLatitude '56.92955'^^xsd:double;
  dwc:endLatitude '56.92955'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.06698 56.92955, -6.06698 56.92955, -6.06698 56.92955, -6.06698 56.92955, -6.06698 56.92955))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2543'^^xsd:string;
  dwc:observationDate '2002-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3669> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4384 -66.313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4384"^^xsd:decimal ;
  dwc:decimalLongitude "-66.313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4384 -66.313)"^^geo:wktLiteral ;
  geo-pos:lat "44.4384"^^xsd:decimal ;
  geo-pos:long "-66.313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3669'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_3669'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.274722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.313'^^xsd:double;
  dwc:startLongitude '-66.313'^^xsd:double;
  dwc:endLongitude '-66.313'^^xsd:double;
  dwc:latitude '44.4384'^^xsd:double;
  dwc:startLatitude '44.4384'^^xsd:double;
  dwc:endLatitude '44.4384'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.313 44.4384, -66.313 44.4384, -66.313 44.4384, -66.313 44.4384, -66.313 44.4384))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3669'^^xsd:string;
  dwc:observationDate '2005-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3703> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44208 -65.7241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44208"^^xsd:decimal ;
  dwc:decimalLongitude "-65.7241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44208 -65.7241)"^^geo:wktLiteral ;
  geo-pos:lat "43.44208"^^xsd:decimal ;
  geo-pos:long "-65.7241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3703'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_3703'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.371666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.7241'^^xsd:double;
  dwc:startLongitude '-65.7241'^^xsd:double;
  dwc:endLongitude '-65.7241'^^xsd:double;
  dwc:latitude '43.44208'^^xsd:double;
  dwc:startLatitude '43.44208'^^xsd:double;
  dwc:endLatitude '43.44208'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.7241 43.44208, -65.7241 43.44208, -65.7241 43.44208, -65.7241 43.44208, -65.7241 43.44208))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3703'^^xsd:string;
  dwc:observationDate '2005-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2369> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.22385 9.74688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.22385"^^xsd:decimal ;
  dwc:decimalLongitude "9.74688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.22385 9.74688)"^^geo:wktLiteral ;
  geo-pos:lat "55.22385"^^xsd:decimal ;
  geo-pos:long "9.74688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2369'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_2369'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.6927777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '9.74688'^^xsd:double;
  dwc:startLongitude '9.74688'^^xsd:double;
  dwc:endLongitude '9.74688'^^xsd:double;
  dwc:latitude '55.22385'^^xsd:double;
  dwc:startLatitude '55.22385'^^xsd:double;
  dwc:endLatitude '55.22385'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.74688 55.22385, 9.74688 55.22385, 9.74688 55.22385, 9.74688 55.22385, 9.74688 55.22385))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2369'^^xsd:string;
  dwc:observationDate '2002-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2030> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.12144 -5.04933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.12144"^^xsd:decimal ;
  dwc:decimalLongitude "-5.04933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.12144 -5.04933)"^^geo:wktLiteral ;
  geo-pos:lat "52.12144"^^xsd:decimal ;
  geo-pos:long "-5.04933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2030'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_2030'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.738888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.04933'^^xsd:double;
  dwc:startLongitude '-5.04933'^^xsd:double;
  dwc:endLongitude '-5.04933'^^xsd:double;
  dwc:latitude '52.12144'^^xsd:double;
  dwc:startLatitude '52.12144'^^xsd:double;
  dwc:endLatitude '52.12144'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.04933 52.12144, -5.04933 52.12144, -5.04933 52.12144, -5.04933 52.12144, -5.04933 52.12144))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2030'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2331> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.25232 -4.58357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.25232"^^xsd:decimal ;
  dwc:decimalLongitude "-4.58357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.25232 -4.58357)"^^geo:wktLiteral ;
  geo-pos:lat "52.25232"^^xsd:decimal ;
  geo-pos:long "-4.58357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2331'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_2331'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.856666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-4.58357'^^xsd:double;
  dwc:startLongitude '-4.58357'^^xsd:double;
  dwc:endLongitude '-4.58357'^^xsd:double;
  dwc:latitude '52.25232'^^xsd:double;
  dwc:startLatitude '52.25232'^^xsd:double;
  dwc:endLatitude '52.25232'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.58357 52.25232, -4.58357 52.25232, -4.58357 52.25232, -4.58357 52.25232, -4.58357 52.25232))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2331'^^xsd:string;
  dwc:observationDate '2001-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1594> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.87065 -66.82018)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.87065"^^xsd:decimal ;
  dwc:decimalLongitude "-66.82018"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.87065 -66.82018)"^^geo:wktLiteral ;
  geo-pos:lat "44.87065"^^xsd:decimal ;
  geo-pos:long "-66.82018"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1594'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_1594'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.482222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.82018'^^xsd:double;
  dwc:startLongitude '-66.82018'^^xsd:double;
  dwc:endLongitude '-66.82018'^^xsd:double;
  dwc:latitude '44.87065'^^xsd:double;
  dwc:startLatitude '44.87065'^^xsd:double;
  dwc:endLatitude '44.87065'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.82018 44.87065, -66.82018 44.87065, -66.82018 44.87065, -66.82018 44.87065, -66.82018 44.87065))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1594'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2392> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65595 -6.10448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.65595"^^xsd:decimal ;
  dwc:decimalLongitude "-6.10448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65595 -6.10448)"^^geo:wktLiteral ;
  geo-pos:lat "56.65595"^^xsd:decimal ;
  geo-pos:long "-6.10448"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2392'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_2392'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.612777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.10448'^^xsd:double;
  dwc:startLongitude '-6.10448'^^xsd:double;
  dwc:endLongitude '-6.10448'^^xsd:double;
  dwc:latitude '56.65595'^^xsd:double;
  dwc:startLatitude '56.65595'^^xsd:double;
  dwc:endLatitude '56.65595'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.10448 56.65595, -6.10448 56.65595, -6.10448 56.65595, -6.10448 56.65595, -6.10448 56.65595))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2392'^^xsd:string;
  dwc:observationDate '2002-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1087> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.20233 -5.66533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.20233"^^xsd:decimal ;
  dwc:decimalLongitude "-5.66533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.20233 -5.66533)"^^geo:wktLiteral ;
  geo-pos:lat "57.20233"^^xsd:decimal ;
  geo-pos:long "-5.66533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1087'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_1087'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.7069444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.66533'^^xsd:double;
  dwc:startLongitude '-5.66533'^^xsd:double;
  dwc:endLongitude '-5.66533'^^xsd:double;
  dwc:latitude '57.20233'^^xsd:double;
  dwc:startLatitude '57.20233'^^xsd:double;
  dwc:endLatitude '57.20233'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.66533 57.20233, -5.66533 57.20233, -5.66533 57.20233, -5.66533 57.20233, -5.66533 57.20233))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1087'^^xsd:string;
  dwc:observationDate '1996-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5642> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.82433 3.4317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.82433"^^xsd:decimal ;
  dwc:decimalLongitude "3.4317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.82433 3.4317)"^^geo:wktLiteral ;
  geo-pos:lat "54.82433"^^xsd:decimal ;
  geo-pos:long "3.4317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5642'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_5642'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.471944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '3.4317'^^xsd:double;
  dwc:startLongitude '3.4317'^^xsd:double;
  dwc:endLongitude '3.4317'^^xsd:double;
  dwc:latitude '54.82433'^^xsd:double;
  dwc:startLatitude '54.82433'^^xsd:double;
  dwc:endLatitude '54.82433'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.4317 54.82433, 3.4317 54.82433, 3.4317 54.82433, 3.4317 54.82433, 3.4317 54.82433))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_5642'^^xsd:string;
  dwc:observationDate '2011-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2400> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.79569 -6.40522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.79569"^^xsd:decimal ;
  dwc:decimalLongitude "-6.40522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.79569 -6.40522)"^^geo:wktLiteral ;
  geo-pos:lat "56.79569"^^xsd:decimal ;
  geo-pos:long "-6.40522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2400'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_2400'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '8.9211111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.40522'^^xsd:double;
  dwc:startLongitude '-6.40522'^^xsd:double;
  dwc:endLongitude '-6.40522'^^xsd:double;
  dwc:latitude '56.79569'^^xsd:double;
  dwc:startLatitude '56.79569'^^xsd:double;
  dwc:endLatitude '56.79569'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.40522 56.79569, -6.40522 56.79569, -6.40522 56.79569, -6.40522 56.79569, -6.40522 56.79569))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2400'^^xsd:string;
  dwc:observationDate '2002-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1947> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05878 -70.26355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05878"^^xsd:decimal ;
  dwc:decimalLongitude "-70.26355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05878 -70.26355)"^^geo:wktLiteral ;
  geo-pos:lat "42.05878"^^xsd:decimal ;
  geo-pos:long "-70.26355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1947'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_1947'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.495833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-70.26355'^^xsd:double;
  dwc:startLongitude '-70.26355'^^xsd:double;
  dwc:endLongitude '-70.26355'^^xsd:double;
  dwc:latitude '42.05878'^^xsd:double;
  dwc:startLatitude '42.05878'^^xsd:double;
  dwc:endLatitude '42.05878'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.26355 42.05878, -70.26355 42.05878, -70.26355 42.05878, -70.26355 42.05878, -70.26355 42.05878))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1947'^^xsd:string;
  dwc:observationDate '2001-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2128> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.96953 -5.34732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.96953"^^xsd:decimal ;
  dwc:decimalLongitude "-5.34732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.96953 -5.34732)"^^geo:wktLiteral ;
  geo-pos:lat "51.96953"^^xsd:decimal ;
  geo-pos:long "-5.34732"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2128'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_2128'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8.6433333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.34732'^^xsd:double;
  dwc:startLongitude '-5.34732'^^xsd:double;
  dwc:endLongitude '-5.34732'^^xsd:double;
  dwc:latitude '51.96953'^^xsd:double;
  dwc:startLatitude '51.96953'^^xsd:double;
  dwc:endLatitude '51.96953'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.34732 51.96953, -5.34732 51.96953, -5.34732 51.96953, -5.34732 51.96953, -5.34732 51.96953))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2128'^^xsd:string;
  dwc:observationDate '2001-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2428> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.93162 -6.65557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.93162"^^xsd:decimal ;
  dwc:decimalLongitude "-6.65557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.93162 -6.65557)"^^geo:wktLiteral ;
  geo-pos:lat "56.93162"^^xsd:decimal ;
  geo-pos:long "-6.65557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2428'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_2428'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '13.066666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.65557'^^xsd:double;
  dwc:startLongitude '-6.65557'^^xsd:double;
  dwc:endLongitude '-6.65557'^^xsd:double;
  dwc:latitude '56.93162'^^xsd:double;
  dwc:startLatitude '56.93162'^^xsd:double;
  dwc:endLatitude '56.93162'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.65557 56.93162, -6.65557 56.93162, -6.65557 56.93162, -6.65557 56.93162, -6.65557 56.93162))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2428'^^xsd:string;
  dwc:observationDate '2002-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1127> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.03683 -5.06417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.03683"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.03683 -5.06417)"^^geo:wktLiteral ;
  geo-pos:lat "52.03683"^^xsd:decimal ;
  geo-pos:long "-5.06417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1127'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_1127'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.194722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.06417'^^xsd:double;
  dwc:startLongitude '-5.06417'^^xsd:double;
  dwc:endLongitude '-5.06417'^^xsd:double;
  dwc:latitude '52.03683'^^xsd:double;
  dwc:startLatitude '52.03683'^^xsd:double;
  dwc:endLatitude '52.03683'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.06417 52.03683, -5.06417 52.03683, -5.06417 52.03683, -5.06417 52.03683, -5.06417 52.03683))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1127'^^xsd:string;
  dwc:observationDate '1996-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2212> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.88702 -5.32535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.88702"^^xsd:decimal ;
  dwc:decimalLongitude "-5.32535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.88702 -5.32535)"^^geo:wktLiteral ;
  geo-pos:lat "51.88702"^^xsd:decimal ;
  geo-pos:long "-5.32535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2212'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_2212'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.358888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.32535'^^xsd:double;
  dwc:startLongitude '-5.32535'^^xsd:double;
  dwc:endLongitude '-5.32535'^^xsd:double;
  dwc:latitude '51.88702'^^xsd:double;
  dwc:startLatitude '51.88702'^^xsd:double;
  dwc:endLatitude '51.88702'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.32535 51.88702, -5.32535 51.88702, -5.32535 51.88702, -5.32535 51.88702, -5.32535 51.88702))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2212'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2762> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.29578 -5.76457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.29578"^^xsd:decimal ;
  dwc:decimalLongitude "-5.76457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.29578 -5.76457)"^^geo:wktLiteral ;
  geo-pos:lat "56.29578"^^xsd:decimal ;
  geo-pos:long "-5.76457"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2762'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_2762'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.935833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.76457'^^xsd:double;
  dwc:startLongitude '-5.76457'^^xsd:double;
  dwc:endLongitude '-5.76457'^^xsd:double;
  dwc:latitude '56.29578'^^xsd:double;
  dwc:startLatitude '56.29578'^^xsd:double;
  dwc:endLatitude '56.29578'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.76457 56.29578, -5.76457 56.29578, -5.76457 56.29578, -5.76457 56.29578, -5.76457 56.29578))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2762'^^xsd:string;
  dwc:observationDate '2004-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2157> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.2069 -4.81693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.2069"^^xsd:decimal ;
  dwc:decimalLongitude "-4.81693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.2069 -4.81693)"^^geo:wktLiteral ;
  geo-pos:lat "52.2069"^^xsd:decimal ;
  geo-pos:long "-4.81693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2157'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_2157'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.352777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-4.81693'^^xsd:double;
  dwc:startLongitude '-4.81693'^^xsd:double;
  dwc:endLongitude '-4.81693'^^xsd:double;
  dwc:latitude '52.2069'^^xsd:double;
  dwc:startLatitude '52.2069'^^xsd:double;
  dwc:endLatitude '52.2069'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.81693 52.2069, -4.81693 52.2069, -4.81693 52.2069, -4.81693 52.2069, -4.81693 52.2069))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2157'^^xsd:string;
  dwc:observationDate '2001-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2397> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.78707 -6.39117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.78707"^^xsd:decimal ;
  dwc:decimalLongitude "-6.39117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.78707 -6.39117)"^^geo:wktLiteral ;
  geo-pos:lat "56.78707"^^xsd:decimal ;
  geo-pos:long "-6.39117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2397'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_2397'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '8.8119444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.39117'^^xsd:double;
  dwc:startLongitude '-6.39117'^^xsd:double;
  dwc:endLongitude '-6.39117'^^xsd:double;
  dwc:latitude '56.78707'^^xsd:double;
  dwc:startLatitude '56.78707'^^xsd:double;
  dwc:endLatitude '56.78707'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.39117 56.78707, -6.39117 56.78707, -6.39117 56.78707, -6.39117 56.78707, -6.39117 56.78707))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2397'^^xsd:string;
  dwc:observationDate '2002-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1586> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.74022 -66.52543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.74022"^^xsd:decimal ;
  dwc:decimalLongitude "-66.52543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.74022 -66.52543)"^^geo:wktLiteral ;
  geo-pos:lat "44.74022"^^xsd:decimal ;
  geo-pos:long "-66.52543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1586'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_1586'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.928888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.52543'^^xsd:double;
  dwc:startLongitude '-66.52543'^^xsd:double;
  dwc:endLongitude '-66.52543'^^xsd:double;
  dwc:latitude '44.74022'^^xsd:double;
  dwc:startLatitude '44.74022'^^xsd:double;
  dwc:endLatitude '44.74022'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.52543 44.74022, -66.52543 44.74022, -66.52543 44.74022, -66.52543 44.74022, -66.52543 44.74022))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1586'^^xsd:string;
  dwc:observationDate '1999-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2298> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.08354 -5.10958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.08354"^^xsd:decimal ;
  dwc:decimalLongitude "-5.10958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.08354 -5.10958)"^^geo:wktLiteral ;
  geo-pos:lat "52.08354"^^xsd:decimal ;
  geo-pos:long "-5.10958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2298'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_2298'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.378055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.10958'^^xsd:double;
  dwc:startLongitude '-5.10958'^^xsd:double;
  dwc:endLongitude '-5.10958'^^xsd:double;
  dwc:latitude '52.08354'^^xsd:double;
  dwc:startLatitude '52.08354'^^xsd:double;
  dwc:endLatitude '52.08354'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.10958 52.08354, -5.10958 52.08354, -5.10958 52.08354, -5.10958 52.08354, -5.10958 52.08354))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2298'^^xsd:string;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2358> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03658 9.42493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03658"^^xsd:decimal ;
  dwc:decimalLongitude "9.42493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03658 9.42493)"^^geo:wktLiteral ;
  geo-pos:lat "55.03658"^^xsd:decimal ;
  geo-pos:long "9.42493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2358'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_2358'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.529722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '9.42493'^^xsd:double;
  dwc:startLongitude '9.42493'^^xsd:double;
  dwc:endLongitude '9.42493'^^xsd:double;
  dwc:latitude '55.03658'^^xsd:double;
  dwc:startLatitude '55.03658'^^xsd:double;
  dwc:endLatitude '55.03658'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.42493 55.03658, 9.42493 55.03658, 9.42493 55.03658, 9.42493 55.03658, 9.42493 55.03658))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2358'^^xsd:string;
  dwc:observationDate '2002-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4472> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.2563 -18.53858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.2563"^^xsd:decimal ;
  dwc:decimalLongitude "-18.53858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.2563 -18.53858)"^^geo:wktLiteral ;
  geo-pos:lat "67.2563"^^xsd:decimal ;
  geo-pos:long "-18.53858"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4472'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_4472'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '21.983055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.53858'^^xsd:double;
  dwc:startLongitude '-18.53858'^^xsd:double;
  dwc:endLongitude '-18.53858'^^xsd:double;
  dwc:latitude '67.2563'^^xsd:double;
  dwc:startLatitude '67.2563'^^xsd:double;
  dwc:endLatitude '67.2563'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.53858 67.2563, -18.53858 67.2563, -18.53858 67.2563, -18.53858 67.2563, -18.53858 67.2563))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_4472'^^xsd:string;
  dwc:observationDate '2006-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2270> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.95947 -5.48902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.95947"^^xsd:decimal ;
  dwc:decimalLongitude "-5.48902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.95947 -5.48902)"^^geo:wktLiteral ;
  geo-pos:lat "51.95947"^^xsd:decimal ;
  geo-pos:long "-5.48902"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2270'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_2270'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.557222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.48902'^^xsd:double;
  dwc:startLongitude '-5.48902'^^xsd:double;
  dwc:endLongitude '-5.48902'^^xsd:double;
  dwc:latitude '51.95947'^^xsd:double;
  dwc:startLatitude '51.95947'^^xsd:double;
  dwc:endLatitude '51.95947'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.48902 51.95947, -5.48902 51.95947, -5.48902 51.95947, -5.48902 51.95947, -5.48902 51.95947))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2270'^^xsd:string;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4407> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.45625 -22.04152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.45625"^^xsd:decimal ;
  dwc:decimalLongitude "-22.04152"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.45625 -22.04152)"^^geo:wktLiteral ;
  geo-pos:lat "66.45625"^^xsd:decimal ;
  geo-pos:long "-22.04152"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4407'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_4407'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.9805555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.04152'^^xsd:double;
  dwc:startLongitude '-22.04152'^^xsd:double;
  dwc:endLongitude '-22.04152'^^xsd:double;
  dwc:latitude '66.45625'^^xsd:double;
  dwc:startLatitude '66.45625'^^xsd:double;
  dwc:endLatitude '66.45625'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.04152 66.45625, -22.04152 66.45625, -22.04152 66.45625, -22.04152 66.45625, -22.04152 66.45625))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_4407'^^xsd:string;
  dwc:observationDate '2006-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4449> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.11861 -17.62823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.11861"^^xsd:decimal ;
  dwc:decimalLongitude "-17.62823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.11861 -17.62823)"^^geo:wktLiteral ;
  geo-pos:lat "66.11861"^^xsd:decimal ;
  geo-pos:long "-17.62823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4449'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4449'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.355555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.62823'^^xsd:double;
  dwc:startLongitude '-17.62823'^^xsd:double;
  dwc:endLongitude '-17.62823'^^xsd:double;
  dwc:latitude '66.11861'^^xsd:double;
  dwc:startLatitude '66.11861'^^xsd:double;
  dwc:endLatitude '66.11861'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.62823 66.11861, -17.62823 66.11861, -17.62823 66.11861, -17.62823 66.11861, -17.62823 66.11861))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_4449'^^xsd:string;
  dwc:observationDate '2006-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6454> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.12302 -22.65222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.12302"^^xsd:decimal ;
  dwc:decimalLongitude "-22.65222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.12302 -22.65222)"^^geo:wktLiteral ;
  geo-pos:lat "64.12302"^^xsd:decimal ;
  geo-pos:long "-22.65222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6454'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_6454'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.206944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.65222'^^xsd:double;
  dwc:startLongitude '-22.65222'^^xsd:double;
  dwc:endLongitude '-22.65222'^^xsd:double;
  dwc:latitude '64.12302'^^xsd:double;
  dwc:startLatitude '64.12302'^^xsd:double;
  dwc:endLatitude '64.12302'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.65222 64.12302, -22.65222 64.12302, -22.65222 64.12302, -22.65222 64.12302, -22.65222 64.12302))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_6454'^^xsd:string;
  dwc:observationDate '2012-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4099> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.48638 -17.16893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.48638"^^xsd:decimal ;
  dwc:decimalLongitude "-17.16893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.48638 -17.16893)"^^geo:wktLiteral ;
  geo-pos:lat "66.48638"^^xsd:decimal ;
  geo-pos:long "-17.16893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4099'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_4099'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '6.8761111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.16893'^^xsd:double;
  dwc:startLongitude '-17.16893'^^xsd:double;
  dwc:endLongitude '-17.16893'^^xsd:double;
  dwc:latitude '66.48638'^^xsd:double;
  dwc:startLatitude '66.48638'^^xsd:double;
  dwc:endLatitude '66.48638'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.16893 66.48638, -17.16893 66.48638, -17.16893 66.48638, -17.16893 66.48638, -17.16893 66.48638))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_4099'^^xsd:string;
  dwc:observationDate '2006-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2604> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.90038 -6.10028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.90038"^^xsd:decimal ;
  dwc:decimalLongitude "-6.10028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.90038 -6.10028)"^^geo:wktLiteral ;
  geo-pos:lat "56.90038"^^xsd:decimal ;
  geo-pos:long "-6.10028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2604'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_2604'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.3377777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.10028'^^xsd:double;
  dwc:startLongitude '-6.10028'^^xsd:double;
  dwc:endLongitude '-6.10028'^^xsd:double;
  dwc:latitude '56.90038'^^xsd:double;
  dwc:startLatitude '56.90038'^^xsd:double;
  dwc:endLatitude '56.90038'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.10028 56.90038, -6.10028 56.90038, -6.10028 56.90038, -6.10028 56.90038, -6.10028 56.90038))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2604'^^xsd:string;
  dwc:observationDate '2002-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2138> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.03088 -5.08443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.03088"^^xsd:decimal ;
  dwc:decimalLongitude "-5.08443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.03088 -5.08443)"^^geo:wktLiteral ;
  geo-pos:lat "52.03088"^^xsd:decimal ;
  geo-pos:long "-5.08443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2138'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_2138'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.635277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.08443'^^xsd:double;
  dwc:startLongitude '-5.08443'^^xsd:double;
  dwc:endLongitude '-5.08443'^^xsd:double;
  dwc:latitude '52.03088'^^xsd:double;
  dwc:startLatitude '52.03088'^^xsd:double;
  dwc:endLatitude '52.03088'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.08443 52.03088, -5.08443 52.03088, -5.08443 52.03088, -5.08443 52.03088, -5.08443 52.03088))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2138'^^xsd:string;
  dwc:observationDate '2001-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1555> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63747 -66.49736)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63747"^^xsd:decimal ;
  dwc:decimalLongitude "-66.49736"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63747 -66.49736)"^^geo:wktLiteral ;
  geo-pos:lat "44.63747"^^xsd:decimal ;
  geo-pos:long "-66.49736"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1555'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_1555'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.171388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.49736'^^xsd:double;
  dwc:startLongitude '-66.49736'^^xsd:double;
  dwc:endLongitude '-66.49736'^^xsd:double;
  dwc:latitude '44.63747'^^xsd:double;
  dwc:startLatitude '44.63747'^^xsd:double;
  dwc:endLatitude '44.63747'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.49736 44.63747, -66.49736 44.63747, -66.49736 44.63747, -66.49736 44.63747, -66.49736 44.63747))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1555'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3713> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.22802 -65.83897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.22802"^^xsd:decimal ;
  dwc:decimalLongitude "-65.83897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.22802 -65.83897)"^^geo:wktLiteral ;
  geo-pos:lat "43.22802"^^xsd:decimal ;
  geo-pos:long "-65.83897"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3713'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_3713'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.026388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.83897'^^xsd:double;
  dwc:startLongitude '-65.83897'^^xsd:double;
  dwc:endLongitude '-65.83897'^^xsd:double;
  dwc:latitude '43.22802'^^xsd:double;
  dwc:startLatitude '43.22802'^^xsd:double;
  dwc:endLatitude '43.22802'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.83897 43.22802, -65.83897 43.22802, -65.83897 43.22802, -65.83897 43.22802, -65.83897 43.22802))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3713'^^xsd:string;
  dwc:observationDate '2005-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3510> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.81317 -17.09677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.81317"^^xsd:decimal ;
  dwc:decimalLongitude "-17.09677"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.81317 -17.09677)"^^geo:wktLiteral ;
  geo-pos:lat "20.81317"^^xsd:decimal ;
  geo-pos:long "-17.09677"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3510'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_3510'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.09677'^^xsd:double;
  dwc:startLongitude '-17.09677'^^xsd:double;
  dwc:endLongitude '-17.09677'^^xsd:double;
  dwc:latitude '20.81317'^^xsd:double;
  dwc:startLatitude '20.81317'^^xsd:double;
  dwc:endLatitude '20.81317'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.09677 20.81317, -17.09677 20.81317, -17.09677 20.81317, -17.09677 20.81317, -17.09677 20.81317))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3510'^^xsd:string;
  dwc:observationDate '2005-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3747> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.0959 -65.71668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.0959"^^xsd:decimal ;
  dwc:decimalLongitude "-65.71668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.0959 -65.71668)"^^geo:wktLiteral ;
  geo-pos:lat "43.0959"^^xsd:decimal ;
  geo-pos:long "-65.71668"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3747'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_3747'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '19.468333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.71668'^^xsd:double;
  dwc:startLongitude '-65.71668'^^xsd:double;
  dwc:endLongitude '-65.71668'^^xsd:double;
  dwc:latitude '43.0959'^^xsd:double;
  dwc:startLatitude '43.0959'^^xsd:double;
  dwc:endLatitude '43.0959'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.71668 43.0959, -65.71668 43.0959, -65.71668 43.0959, -65.71668 43.0959, -65.71668 43.0959))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3747'^^xsd:string;
  dwc:observationDate '2005-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2284> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.05498 -5.2817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.05498"^^xsd:decimal ;
  dwc:decimalLongitude "-5.2817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.05498 -5.2817)"^^geo:wktLiteral ;
  geo-pos:lat "52.05498"^^xsd:decimal ;
  geo-pos:long "-5.2817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2284'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_2284'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.247777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.2817'^^xsd:double;
  dwc:startLongitude '-5.2817'^^xsd:double;
  dwc:endLongitude '-5.2817'^^xsd:double;
  dwc:latitude '52.05498'^^xsd:double;
  dwc:startLatitude '52.05498'^^xsd:double;
  dwc:endLatitude '52.05498'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.2817 52.05498, -5.2817 52.05498, -5.2817 52.05498, -5.2817 52.05498, -5.2817 52.05498))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2284'^^xsd:string;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1899> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61811 -66.4803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61811"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4803"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61811 -66.4803)"^^geo:wktLiteral ;
  geo-pos:lat "44.61811"^^xsd:decimal ;
  geo-pos:long "-66.4803"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1899'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_1899'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.583333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.4803'^^xsd:double;
  dwc:startLongitude '-66.4803'^^xsd:double;
  dwc:endLongitude '-66.4803'^^xsd:double;
  dwc:latitude '44.61811'^^xsd:double;
  dwc:startLatitude '44.61811'^^xsd:double;
  dwc:endLatitude '44.61811'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4803 44.61811, -66.4803 44.61811, -66.4803 44.61811, -66.4803 44.61811, -66.4803 44.61811))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1899'^^xsd:string;
  dwc:observationDate '2000-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2032> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.11452 -5.01737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.11452"^^xsd:decimal ;
  dwc:decimalLongitude "-5.01737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.11452 -5.01737)"^^geo:wktLiteral ;
  geo-pos:lat "52.11452"^^xsd:decimal ;
  geo-pos:long "-5.01737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2032'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_2032'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.888888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.01737'^^xsd:double;
  dwc:startLongitude '-5.01737'^^xsd:double;
  dwc:endLongitude '-5.01737'^^xsd:double;
  dwc:latitude '52.11452'^^xsd:double;
  dwc:startLatitude '52.11452'^^xsd:double;
  dwc:endLatitude '52.11452'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.01737 52.11452, -5.01737 52.11452, -5.01737 52.11452, -5.01737 52.11452, -5.01737 52.11452))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2032'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2137> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.03192 -5.08352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.03192"^^xsd:decimal ;
  dwc:decimalLongitude "-5.08352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.03192 -5.08352)"^^geo:wktLiteral ;
  geo-pos:lat "52.03192"^^xsd:decimal ;
  geo-pos:long "-5.08352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2137'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_2137'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.625'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.08352'^^xsd:double;
  dwc:startLongitude '-5.08352'^^xsd:double;
  dwc:endLongitude '-5.08352'^^xsd:double;
  dwc:latitude '52.03192'^^xsd:double;
  dwc:startLatitude '52.03192'^^xsd:double;
  dwc:endLatitude '52.03192'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.08352 52.03192, -5.08352 52.03192, -5.08352 52.03192, -5.08352 52.03192, -5.08352 52.03192))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2137'^^xsd:string;
  dwc:observationDate '2001-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1575> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69265 -66.51884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69265"^^xsd:decimal ;
  dwc:decimalLongitude "-66.51884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69265 -66.51884)"^^geo:wktLiteral ;
  geo-pos:lat "44.69265"^^xsd:decimal ;
  geo-pos:long "-66.51884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1575'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_1575'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.371111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.51884'^^xsd:double;
  dwc:startLongitude '-66.51884'^^xsd:double;
  dwc:endLongitude '-66.51884'^^xsd:double;
  dwc:latitude '44.69265'^^xsd:double;
  dwc:startLatitude '44.69265'^^xsd:double;
  dwc:endLatitude '44.69265'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.51884 44.69265, -66.51884 44.69265, -66.51884 44.69265, -66.51884 44.69265, -66.51884 44.69265))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1575'^^xsd:string;
  dwc:observationDate '1999-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3447> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3395 -9.72988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3395"^^xsd:decimal ;
  dwc:decimalLongitude "-9.72988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3395 -9.72988)"^^geo:wktLiteral ;
  geo-pos:lat "30.3395"^^xsd:decimal ;
  geo-pos:long "-9.72988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3447'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_3447'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.021111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-9.72988'^^xsd:double;
  dwc:startLongitude '-9.72988'^^xsd:double;
  dwc:endLongitude '-9.72988'^^xsd:double;
  dwc:latitude '30.3395'^^xsd:double;
  dwc:startLatitude '30.3395'^^xsd:double;
  dwc:endLatitude '30.3395'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.72988 30.3395, -9.72988 30.3395, -9.72988 30.3395, -9.72988 30.3395, -9.72988 30.3395))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3447'^^xsd:string;
  dwc:observationDate '2005-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3778> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2466 -66.24425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2466"^^xsd:decimal ;
  dwc:decimalLongitude "-66.24425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2466 -66.24425)"^^geo:wktLiteral ;
  geo-pos:lat "44.2466"^^xsd:decimal ;
  geo-pos:long "-66.24425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3778'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_3778'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '23.294166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.24425'^^xsd:double;
  dwc:startLongitude '-66.24425'^^xsd:double;
  dwc:endLongitude '-66.24425'^^xsd:double;
  dwc:latitude '44.2466'^^xsd:double;
  dwc:startLatitude '44.2466'^^xsd:double;
  dwc:endLatitude '44.2466'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.24425 44.2466, -66.24425 44.2466, -66.24425 44.2466, -66.24425 44.2466, -66.24425 44.2466))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3778'^^xsd:string;
  dwc:observationDate '2005-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6352> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.22205 -22.34353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.22205"^^xsd:decimal ;
  dwc:decimalLongitude "-22.34353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.22205 -22.34353)"^^geo:wktLiteral ;
  geo-pos:lat "64.22205"^^xsd:decimal ;
  geo-pos:long "-22.34353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6352'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_6352'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13.452222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.34353'^^xsd:double;
  dwc:startLongitude '-22.34353'^^xsd:double;
  dwc:endLongitude '-22.34353'^^xsd:double;
  dwc:latitude '64.22205'^^xsd:double;
  dwc:startLatitude '64.22205'^^xsd:double;
  dwc:endLatitude '64.22205'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.34353 64.22205, -22.34353 64.22205, -22.34353 64.22205, -22.34353 64.22205, -22.34353 64.22205))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_6352'^^xsd:string;
  dwc:observationDate '2012-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5605> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.14207 1.72505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.14207"^^xsd:decimal ;
  dwc:decimalLongitude "1.72505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.14207 1.72505)"^^geo:wktLiteral ;
  geo-pos:lat "52.14207"^^xsd:decimal ;
  geo-pos:long "1.72505"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5605'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_5605'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.031388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '1.72505'^^xsd:double;
  dwc:startLongitude '1.72505'^^xsd:double;
  dwc:endLongitude '1.72505'^^xsd:double;
  dwc:latitude '52.14207'^^xsd:double;
  dwc:startLatitude '52.14207'^^xsd:double;
  dwc:endLatitude '52.14207'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.72505 52.14207, 1.72505 52.14207, 1.72505 52.14207, 1.72505 52.14207, 1.72505 52.14207))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_5605'^^xsd:string;
  dwc:observationDate '2011-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6433> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.97506 -22.83748)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.97506"^^xsd:decimal ;
  dwc:decimalLongitude "-22.83748"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.97506 -22.83748)"^^geo:wktLiteral ;
  geo-pos:lat "63.97506"^^xsd:decimal ;
  geo-pos:long "-22.83748"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6433'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_6433'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '15.775277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.83748'^^xsd:double;
  dwc:startLongitude '-22.83748'^^xsd:double;
  dwc:endLongitude '-22.83748'^^xsd:double;
  dwc:latitude '63.97506'^^xsd:double;
  dwc:startLatitude '63.97506'^^xsd:double;
  dwc:endLatitude '63.97506'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.83748 63.97506, -22.83748 63.97506, -22.83748 63.97506, -22.83748 63.97506, -22.83748 63.97506))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_6433'^^xsd:string;
  dwc:observationDate '2012-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2404> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.80706 -6.42638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.80706"^^xsd:decimal ;
  dwc:decimalLongitude "-6.42638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.80706 -6.42638)"^^geo:wktLiteral ;
  geo-pos:lat "56.80706"^^xsd:decimal ;
  geo-pos:long "-6.42638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2404'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_2404'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.0580555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.42638'^^xsd:double;
  dwc:startLongitude '-6.42638'^^xsd:double;
  dwc:endLongitude '-6.42638'^^xsd:double;
  dwc:latitude '56.80706'^^xsd:double;
  dwc:startLatitude '56.80706'^^xsd:double;
  dwc:endLatitude '56.80706'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.42638 56.80706, -6.42638 56.80706, -6.42638 56.80706, -6.42638 56.80706, -6.42638 56.80706))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2404'^^xsd:string;
  dwc:observationDate '2002-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1082> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65533 -6.21733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.65533"^^xsd:decimal ;
  dwc:decimalLongitude "-6.21733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65533 -6.21733)"^^geo:wktLiteral ;
  geo-pos:lat "56.65533"^^xsd:decimal ;
  geo-pos:long "-6.21733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1082'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_1082'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.931111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.21733'^^xsd:double;
  dwc:startLongitude '-6.21733'^^xsd:double;
  dwc:endLongitude '-6.21733'^^xsd:double;
  dwc:latitude '56.65533'^^xsd:double;
  dwc:startLatitude '56.65533'^^xsd:double;
  dwc:endLatitude '56.65533'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.21733 56.65533, -6.21733 56.65533, -6.21733 56.65533, -6.21733 56.65533, -6.21733 56.65533))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1082'^^xsd:string;
  dwc:observationDate '1996-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4346> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.60069 -16.80687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.60069"^^xsd:decimal ;
  dwc:decimalLongitude "-16.80687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.60069 -16.80687)"^^geo:wktLiteral ;
  geo-pos:lat "66.60069"^^xsd:decimal ;
  geo-pos:long "-16.80687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4346'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_4346'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.9294444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.80687'^^xsd:double;
  dwc:startLongitude '-16.80687'^^xsd:double;
  dwc:endLongitude '-16.80687'^^xsd:double;
  dwc:latitude '66.60069'^^xsd:double;
  dwc:startLatitude '66.60069'^^xsd:double;
  dwc:endLatitude '66.60069'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.80687 66.60069, -16.80687 66.60069, -16.80687 66.60069, -16.80687 66.60069, -16.80687 66.60069))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4346'^^xsd:string;
  dwc:observationDate '2006-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4411> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.24875 -21.30018)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.24875"^^xsd:decimal ;
  dwc:decimalLongitude "-21.30018"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.24875 -21.30018)"^^geo:wktLiteral ;
  geo-pos:lat "66.24875"^^xsd:decimal ;
  geo-pos:long "-21.30018"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4411'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_4411'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.2325'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-21.30018'^^xsd:double;
  dwc:startLongitude '-21.30018'^^xsd:double;
  dwc:endLongitude '-21.30018'^^xsd:double;
  dwc:latitude '66.24875'^^xsd:double;
  dwc:startLatitude '66.24875'^^xsd:double;
  dwc:endLatitude '66.24875'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-21.30018 66.24875, -21.30018 66.24875, -21.30018 66.24875, -21.30018 66.24875, -21.30018 66.24875))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4411'^^xsd:string;
  dwc:observationDate '2006-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2882> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.35515 -25.81983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.35515"^^xsd:decimal ;
  dwc:decimalLongitude "-25.81983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.35515 -25.81983)"^^geo:wktLiteral ;
  geo-pos:lat "66.35515"^^xsd:decimal ;
  geo-pos:long "-25.81983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2882'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_2882'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '18.162222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.81983'^^xsd:double;
  dwc:startLongitude '-25.81983'^^xsd:double;
  dwc:endLongitude '-25.81983'^^xsd:double;
  dwc:latitude '66.35515'^^xsd:double;
  dwc:startLatitude '66.35515'^^xsd:double;
  dwc:endLatitude '66.35515'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.81983 66.35515, -25.81983 66.35515, -25.81983 66.35515, -25.81983 66.35515, -25.81983 66.35515))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2882'^^xsd:string;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4365> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.49702 -19.30685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.49702"^^xsd:decimal ;
  dwc:decimalLongitude "-19.30685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.49702 -19.30685)"^^geo:wktLiteral ;
  geo-pos:lat "66.49702"^^xsd:decimal ;
  geo-pos:long "-19.30685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4365'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_4365'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.020277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-19.30685'^^xsd:double;
  dwc:startLongitude '-19.30685'^^xsd:double;
  dwc:endLongitude '-19.30685'^^xsd:double;
  dwc:latitude '66.49702'^^xsd:double;
  dwc:startLatitude '66.49702'^^xsd:double;
  dwc:endLatitude '66.49702'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-19.30685 66.49702, -19.30685 66.49702, -19.30685 66.49702, -19.30685 66.49702, -19.30685 66.49702))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4365'^^xsd:string;
  dwc:observationDate '2006-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4354> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.201 -17.78385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.201"^^xsd:decimal ;
  dwc:decimalLongitude "-17.78385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.201 -17.78385)"^^geo:wktLiteral ;
  geo-pos:lat "67.201"^^xsd:decimal ;
  geo-pos:long "-17.78385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4354'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_4354'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.006944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.78385'^^xsd:double;
  dwc:startLongitude '-17.78385'^^xsd:double;
  dwc:endLongitude '-17.78385'^^xsd:double;
  dwc:latitude '67.201'^^xsd:double;
  dwc:startLatitude '67.201'^^xsd:double;
  dwc:endLatitude '67.201'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.78385 67.201, -17.78385 67.201, -17.78385 67.201, -17.78385 67.201, -17.78385 67.201))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4354'^^xsd:string;
  dwc:observationDate '2006-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2959> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.72293 -21.08212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.72293"^^xsd:decimal ;
  dwc:decimalLongitude "-21.08212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.72293 -21.08212)"^^geo:wktLiteral ;
  geo-pos:lat "66.72293"^^xsd:decimal ;
  geo-pos:long "-21.08212"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2959'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_2959'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '23.187222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-21.08212'^^xsd:double;
  dwc:startLongitude '-21.08212'^^xsd:double;
  dwc:endLongitude '-21.08212'^^xsd:double;
  dwc:latitude '66.72293'^^xsd:double;
  dwc:startLatitude '66.72293'^^xsd:double;
  dwc:endLatitude '66.72293'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-21.08212 66.72293, -21.08212 66.72293, -21.08212 66.72293, -21.08212 66.72293, -21.08212 66.72293))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2959'^^xsd:string;
  dwc:observationDate '2004-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2873> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.2309 -25.95102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.2309"^^xsd:decimal ;
  dwc:decimalLongitude "-25.95102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.2309 -25.95102)"^^geo:wktLiteral ;
  geo-pos:lat "66.2309"^^xsd:decimal ;
  geo-pos:long "-25.95102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2873'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_2873'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14.708611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.95102'^^xsd:double;
  dwc:startLongitude '-25.95102'^^xsd:double;
  dwc:endLongitude '-25.95102'^^xsd:double;
  dwc:latitude '66.2309'^^xsd:double;
  dwc:startLatitude '66.2309'^^xsd:double;
  dwc:endLatitude '66.2309'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.95102 66.2309, -25.95102 66.2309, -25.95102 66.2309, -25.95102 66.2309, -25.95102 66.2309))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2873'^^xsd:string;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2383> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.60596 0.68072)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.60596"^^xsd:decimal ;
  dwc:decimalLongitude "0.68072"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.60596 0.68072)"^^geo:wktLiteral ;
  geo-pos:lat "57.60596"^^xsd:decimal ;
  geo-pos:long "0.68072"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2383'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_2383'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.755277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '0.68072'^^xsd:double;
  dwc:startLongitude '0.68072'^^xsd:double;
  dwc:endLongitude '0.68072'^^xsd:double;
  dwc:latitude '57.60596'^^xsd:double;
  dwc:startLatitude '57.60596'^^xsd:double;
  dwc:endLatitude '57.60596'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.68072 57.60596, 0.68072 57.60596, 0.68072 57.60596, 0.68072 57.60596, 0.68072 57.60596))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2383'^^xsd:string;
  dwc:observationDate '2002-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4240> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.37475 -17.68227)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.37475"^^xsd:decimal ;
  dwc:decimalLongitude "-17.68227"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.37475 -17.68227)"^^geo:wktLiteral ;
  geo-pos:lat "66.37475"^^xsd:decimal ;
  geo-pos:long "-17.68227"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4240'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_4240'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.739166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.68227'^^xsd:double;
  dwc:startLongitude '-17.68227'^^xsd:double;
  dwc:endLongitude '-17.68227'^^xsd:double;
  dwc:latitude '66.37475'^^xsd:double;
  dwc:startLatitude '66.37475'^^xsd:double;
  dwc:endLatitude '66.37475'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.68227 66.37475, -17.68227 66.37475, -17.68227 66.37475, -17.68227 66.37475, -17.68227 66.37475))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4240'^^xsd:string;
  dwc:observationDate '2006-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2915> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.93275 -24.54808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.93275"^^xsd:decimal ;
  dwc:decimalLongitude "-24.54808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.93275 -24.54808)"^^geo:wktLiteral ;
  geo-pos:lat "66.93275"^^xsd:decimal ;
  geo-pos:long "-24.54808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2915'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_2915'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0.7325'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.54808'^^xsd:double;
  dwc:startLongitude '-24.54808'^^xsd:double;
  dwc:endLongitude '-24.54808'^^xsd:double;
  dwc:latitude '66.93275'^^xsd:double;
  dwc:startLatitude '66.93275'^^xsd:double;
  dwc:endLatitude '66.93275'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.54808 66.93275, -24.54808 66.93275, -24.54808 66.93275, -24.54808 66.93275, -24.54808 66.93275))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2915'^^xsd:string;
  dwc:observationDate '2004-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4423> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.12161 -20.68043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.12161"^^xsd:decimal ;
  dwc:decimalLongitude "-20.68043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.12161 -20.68043)"^^geo:wktLiteral ;
  geo-pos:lat "66.12161"^^xsd:decimal ;
  geo-pos:long "-20.68043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4423'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_4423'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.882222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-20.68043'^^xsd:double;
  dwc:startLongitude '-20.68043'^^xsd:double;
  dwc:endLongitude '-20.68043'^^xsd:double;
  dwc:latitude '66.12161'^^xsd:double;
  dwc:startLatitude '66.12161'^^xsd:double;
  dwc:endLatitude '66.12161'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-20.68043 66.12161, -20.68043 66.12161, -20.68043 66.12161, -20.68043 66.12161, -20.68043 66.12161))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4423'^^xsd:string;
  dwc:observationDate '2006-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2842> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.99725 -23.62342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.99725"^^xsd:decimal ;
  dwc:decimalLongitude "-23.62342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.99725 -23.62342)"^^geo:wktLiteral ;
  geo-pos:lat "64.99725"^^xsd:decimal ;
  geo-pos:long "-23.62342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2842'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_2842'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.9886111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.62342'^^xsd:double;
  dwc:startLongitude '-23.62342'^^xsd:double;
  dwc:endLongitude '-23.62342'^^xsd:double;
  dwc:latitude '64.99725'^^xsd:double;
  dwc:startLatitude '64.99725'^^xsd:double;
  dwc:endLatitude '64.99725'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.62342 64.99725, -23.62342 64.99725, -23.62342 64.99725, -23.62342 64.99725, -23.62342 64.99725))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2842'^^xsd:string;
  dwc:observationDate '2004-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5631> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.9016 0.88677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.9016"^^xsd:decimal ;
  dwc:decimalLongitude "0.88677"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.9016 0.88677)"^^geo:wktLiteral ;
  geo-pos:lat "54.9016"^^xsd:decimal ;
  geo-pos:long "0.88677"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5631'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_5631'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.730555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '0.88677'^^xsd:double;
  dwc:startLongitude '0.88677'^^xsd:double;
  dwc:endLongitude '0.88677'^^xsd:double;
  dwc:latitude '54.9016'^^xsd:double;
  dwc:startLatitude '54.9016'^^xsd:double;
  dwc:endLatitude '54.9016'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.88677 54.9016, 0.88677 54.9016, 0.88677 54.9016, 0.88677 54.9016, 0.88677 54.9016))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_5631'^^xsd:string;
  dwc:observationDate '2011-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4329> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.24397 -17.8781)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.24397"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8781"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.24397 -17.8781)"^^geo:wktLiteral ;
  geo-pos:lat "66.24397"^^xsd:decimal ;
  geo-pos:long "-17.8781"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4329'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_4329'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10.981111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.8781'^^xsd:double;
  dwc:startLongitude '-17.8781'^^xsd:double;
  dwc:endLongitude '-17.8781'^^xsd:double;
  dwc:latitude '66.24397'^^xsd:double;
  dwc:startLatitude '66.24397'^^xsd:double;
  dwc:endLatitude '66.24397'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.8781 66.24397, -17.8781 66.24397, -17.8781 66.24397, -17.8781 66.24397, -17.8781 66.24397))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_4329'^^xsd:string;
  dwc:observationDate '2006-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2385> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.63753 0.32545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.63753"^^xsd:decimal ;
  dwc:decimalLongitude "0.32545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.63753 0.32545)"^^geo:wktLiteral ;
  geo-pos:lat "57.63753"^^xsd:decimal ;
  geo-pos:long "0.32545"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2385'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_2385'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '15.343055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '0.32545'^^xsd:double;
  dwc:startLongitude '0.32545'^^xsd:double;
  dwc:endLongitude '0.32545'^^xsd:double;
  dwc:latitude '57.63753'^^xsd:double;
  dwc:startLatitude '57.63753'^^xsd:double;
  dwc:endLatitude '57.63753'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.32545 57.63753, 0.32545 57.63753, 0.32545 57.63753, 0.32545 57.63753, 0.32545 57.63753))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2385'^^xsd:string;
  dwc:observationDate '2002-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2888> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.46452 -25.69518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.46452"^^xsd:decimal ;
  dwc:decimalLongitude "-25.69518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.46452 -25.69518)"^^geo:wktLiteral ;
  geo-pos:lat "66.46452"^^xsd:decimal ;
  geo-pos:long "-25.69518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2888'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_2888'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.159166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.69518'^^xsd:double;
  dwc:startLongitude '-25.69518'^^xsd:double;
  dwc:endLongitude '-25.69518'^^xsd:double;
  dwc:latitude '66.46452'^^xsd:double;
  dwc:startLatitude '66.46452'^^xsd:double;
  dwc:endLatitude '66.46452'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.69518 66.46452, -25.69518 66.46452, -25.69518 66.46452, -25.69518 66.46452, -25.69518 66.46452))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-beaked dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1158_2888'^^xsd:string;
  dwc:observationDate '2004-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2042> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.03737 -5.05602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.03737"^^xsd:decimal ;
  dwc:decimalLongitude "-5.05602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.03737 -5.05602)"^^geo:wktLiteral ;
  geo-pos:lat "52.03737"^^xsd:decimal ;
  geo-pos:long "-5.05602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2042'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_2042'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.774444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.05602'^^xsd:double;
  dwc:startLongitude '-5.05602'^^xsd:double;
  dwc:endLongitude '-5.05602'^^xsd:double;
  dwc:latitude '52.03737'^^xsd:double;
  dwc:startLatitude '52.03737'^^xsd:double;
  dwc:endLatitude '52.03737'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.05602 52.03737, -5.05602 52.03737, -5.05602 52.03737, -5.05602 52.03737, -5.05602 52.03737))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2042'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1368> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.96217 -65.62233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.96217"^^xsd:decimal ;
  dwc:decimalLongitude "-65.62233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.96217 -65.62233)"^^geo:wktLiteral ;
  geo-pos:lat "42.96217"^^xsd:decimal ;
  geo-pos:long "-65.62233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1368'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_1368'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.445833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.62233'^^xsd:double;
  dwc:startLongitude '-65.62233'^^xsd:double;
  dwc:endLongitude '-65.62233'^^xsd:double;
  dwc:latitude '42.96217'^^xsd:double;
  dwc:startLatitude '42.96217'^^xsd:double;
  dwc:endLatitude '42.96217'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.62233 42.96217, -65.62233 42.96217, -65.62233 42.96217, -65.62233 42.96217, -65.62233 42.96217))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1368'^^xsd:string;
  dwc:observationDate '1997-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1430> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61117 -66.426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61117"^^xsd:decimal ;
  dwc:decimalLongitude "-66.426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61117 -66.426)"^^geo:wktLiteral ;
  geo-pos:lat "44.61117"^^xsd:decimal ;
  geo-pos:long "-66.426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1430'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_1430'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '6.7147222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.426'^^xsd:double;
  dwc:startLongitude '-66.426'^^xsd:double;
  dwc:endLongitude '-66.426'^^xsd:double;
  dwc:latitude '44.61117'^^xsd:double;
  dwc:startLatitude '44.61117'^^xsd:double;
  dwc:endLatitude '44.61117'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.426 44.61117, -66.426 44.61117, -66.426 44.61117, -66.426 44.61117, -66.426 44.61117))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1430'^^xsd:string;
  dwc:observationDate '1997-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3851> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31185 -67.82791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31185"^^xsd:decimal ;
  dwc:decimalLongitude "-67.82791"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31185 -67.82791)"^^geo:wktLiteral ;
  geo-pos:lat "44.31185"^^xsd:decimal ;
  geo-pos:long "-67.82791"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3851'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_3851'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.826111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-67.82791'^^xsd:double;
  dwc:startLongitude '-67.82791'^^xsd:double;
  dwc:endLongitude '-67.82791'^^xsd:double;
  dwc:latitude '44.31185'^^xsd:double;
  dwc:startLatitude '44.31185'^^xsd:double;
  dwc:endLatitude '44.31185'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.82791 44.31185, -67.82791 44.31185, -67.82791 44.31185, -67.82791 44.31185, -67.82791 44.31185))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3851'^^xsd:string;
  dwc:observationDate '2005-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3736> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.10395 -65.91888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.10395"^^xsd:decimal ;
  dwc:decimalLongitude "-65.91888"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.10395 -65.91888)"^^geo:wktLiteral ;
  geo-pos:lat "43.10395"^^xsd:decimal ;
  geo-pos:long "-65.91888"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3736'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_3736'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.615277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.91888'^^xsd:double;
  dwc:startLongitude '-65.91888'^^xsd:double;
  dwc:endLongitude '-65.91888'^^xsd:double;
  dwc:latitude '43.10395'^^xsd:double;
  dwc:startLatitude '43.10395'^^xsd:double;
  dwc:endLatitude '43.10395'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.91888 43.10395, -65.91888 43.10395, -65.91888 43.10395, -65.91888 43.10395, -65.91888 43.10395))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3736'^^xsd:string;
  dwc:observationDate '2005-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3832> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.67885 -66.48551)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.67885"^^xsd:decimal ;
  dwc:decimalLongitude "-66.48551"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.67885 -66.48551)"^^geo:wktLiteral ;
  geo-pos:lat "44.67885"^^xsd:decimal ;
  geo-pos:long "-66.48551"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3832'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_3832'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.404444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.48551'^^xsd:double;
  dwc:startLongitude '-66.48551'^^xsd:double;
  dwc:endLongitude '-66.48551'^^xsd:double;
  dwc:latitude '44.67885'^^xsd:double;
  dwc:startLatitude '44.67885'^^xsd:double;
  dwc:endLatitude '44.67885'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.48551 44.67885, -66.48551 44.67885, -66.48551 44.67885, -66.48551 44.67885, -66.48551 44.67885))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3832'^^xsd:string;
  dwc:observationDate '2005-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3842> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.70115 -66.54545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.70115"^^xsd:decimal ;
  dwc:decimalLongitude "-66.54545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.70115 -66.54545)"^^geo:wktLiteral ;
  geo-pos:lat "44.70115"^^xsd:decimal ;
  geo-pos:long "-66.54545"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3842'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_3842'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.393333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.54545'^^xsd:double;
  dwc:startLongitude '-66.54545'^^xsd:double;
  dwc:endLongitude '-66.54545'^^xsd:double;
  dwc:latitude '44.70115'^^xsd:double;
  dwc:startLatitude '44.70115'^^xsd:double;
  dwc:endLatitude '44.70115'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.54545 44.70115, -66.54545 44.70115, -66.54545 44.70115, -66.54545 44.70115, -66.54545 44.70115))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3842'^^xsd:string;
  dwc:observationDate '2005-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3847> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39805 -67.63911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39805"^^xsd:decimal ;
  dwc:decimalLongitude "-67.63911"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39805 -67.63911)"^^geo:wktLiteral ;
  geo-pos:lat "44.39805"^^xsd:decimal ;
  geo-pos:long "-67.63911"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3847'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_3847'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.5280555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-67.63911'^^xsd:double;
  dwc:startLongitude '-67.63911'^^xsd:double;
  dwc:endLongitude '-67.63911'^^xsd:double;
  dwc:latitude '44.39805'^^xsd:double;
  dwc:startLatitude '44.39805'^^xsd:double;
  dwc:endLatitude '44.39805'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.63911 44.39805, -67.63911 44.39805, -67.63911 44.39805, -67.63911 44.39805, -67.63911 44.39805))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3847'^^xsd:string;
  dwc:observationDate '2005-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3822> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.60143 -66.53178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.60143"^^xsd:decimal ;
  dwc:decimalLongitude "-66.53178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.60143 -66.53178)"^^geo:wktLiteral ;
  geo-pos:lat "44.60143"^^xsd:decimal ;
  geo-pos:long "-66.53178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3822'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_3822'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.406944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.53178'^^xsd:double;
  dwc:startLongitude '-66.53178'^^xsd:double;
  dwc:endLongitude '-66.53178'^^xsd:double;
  dwc:latitude '44.60143'^^xsd:double;
  dwc:startLatitude '44.60143'^^xsd:double;
  dwc:endLatitude '44.60143'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.53178 44.60143, -66.53178 44.60143, -66.53178 44.60143, -66.53178 44.60143, -66.53178 44.60143))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3822'^^xsd:string;
  dwc:observationDate '2005-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2150> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.04523 -4.97958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.04523"^^xsd:decimal ;
  dwc:decimalLongitude "-4.97958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.04523 -4.97958)"^^geo:wktLiteral ;
  geo-pos:lat "52.04523"^^xsd:decimal ;
  geo-pos:long "-4.97958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2150'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_2150'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.8225'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-4.97958'^^xsd:double;
  dwc:startLongitude '-4.97958'^^xsd:double;
  dwc:endLongitude '-4.97958'^^xsd:double;
  dwc:latitude '52.04523'^^xsd:double;
  dwc:startLatitude '52.04523'^^xsd:double;
  dwc:endLatitude '52.04523'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.97958 52.04523, -4.97958 52.04523, -4.97958 52.04523, -4.97958 52.04523, -4.97958 52.04523))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2150'^^xsd:string;
  dwc:observationDate '2001-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2254> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.79512 -5.53975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.79512"^^xsd:decimal ;
  dwc:decimalLongitude "-5.53975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.79512 -5.53975)"^^geo:wktLiteral ;
  geo-pos:lat "51.79512"^^xsd:decimal ;
  geo-pos:long "-5.53975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2254'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_2254'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.9772222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.53975'^^xsd:double;
  dwc:startLongitude '-5.53975'^^xsd:double;
  dwc:endLongitude '-5.53975'^^xsd:double;
  dwc:latitude '51.79512'^^xsd:double;
  dwc:startLatitude '51.79512'^^xsd:double;
  dwc:endLatitude '51.79512'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.53975 51.79512, -5.53975 51.79512, -5.53975 51.79512, -5.53975 51.79512, -5.53975 51.79512))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2254'^^xsd:string;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2514> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.88691 -6.0218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.88691"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.88691 -6.0218)"^^geo:wktLiteral ;
  geo-pos:lat "56.88691"^^xsd:decimal ;
  geo-pos:long "-6.0218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2514'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_2514'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.300833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.0218'^^xsd:double;
  dwc:startLongitude '-6.0218'^^xsd:double;
  dwc:endLongitude '-6.0218'^^xsd:double;
  dwc:latitude '56.88691'^^xsd:double;
  dwc:startLatitude '56.88691'^^xsd:double;
  dwc:endLatitude '56.88691'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.0218 56.88691, -6.0218 56.88691, -6.0218 56.88691, -6.0218 56.88691, -6.0218 56.88691))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2514'^^xsd:string;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1166> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.90383 -6.23967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.90383"^^xsd:decimal ;
  dwc:decimalLongitude "-6.23967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.90383 -6.23967)"^^geo:wktLiteral ;
  geo-pos:lat "49.90383"^^xsd:decimal ;
  geo-pos:long "-6.23967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1166'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_1166'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.9986111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.23967'^^xsd:double;
  dwc:startLongitude '-6.23967'^^xsd:double;
  dwc:endLongitude '-6.23967'^^xsd:double;
  dwc:latitude '49.90383'^^xsd:double;
  dwc:startLatitude '49.90383'^^xsd:double;
  dwc:endLatitude '49.90383'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.23967 49.90383, -6.23967 49.90383, -6.23967 49.90383, -6.23967 49.90383, -6.23967 49.90383))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1166'^^xsd:string;
  dwc:observationDate '1996-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2038> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.03685 -5.05075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.03685"^^xsd:decimal ;
  dwc:decimalLongitude "-5.05075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.03685 -5.05075)"^^geo:wktLiteral ;
  geo-pos:lat "52.03685"^^xsd:decimal ;
  geo-pos:long "-5.05075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2038'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_2038'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.750277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.05075'^^xsd:double;
  dwc:startLongitude '-5.05075'^^xsd:double;
  dwc:endLongitude '-5.05075'^^xsd:double;
  dwc:latitude '52.03685'^^xsd:double;
  dwc:startLatitude '52.03685'^^xsd:double;
  dwc:endLatitude '52.03685'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.05075 52.03685, -5.05075 52.03685, -5.05075 52.03685, -5.05075 52.03685, -5.05075 52.03685))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2038'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2557> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.93879 -5.9336)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.93879"^^xsd:decimal ;
  dwc:decimalLongitude "-5.9336"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.93879 -5.9336)"^^geo:wktLiteral ;
  geo-pos:lat "56.93879"^^xsd:decimal ;
  geo-pos:long "-5.9336"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2557'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_2557'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.280277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.9336'^^xsd:double;
  dwc:startLongitude '-5.9336'^^xsd:double;
  dwc:endLongitude '-5.9336'^^xsd:double;
  dwc:latitude '56.93879'^^xsd:double;
  dwc:startLatitude '56.93879'^^xsd:double;
  dwc:endLatitude '56.93879'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.9336 56.93879, -5.9336 56.93879, -5.9336 56.93879, -5.9336 56.93879, -5.9336 56.93879))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2557'^^xsd:string;
  dwc:observationDate '2002-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2064> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.18403 -4.8577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.18403"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.18403 -4.8577)"^^geo:wktLiteral ;
  geo-pos:lat "52.18403"^^xsd:decimal ;
  geo-pos:long "-4.8577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2064'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_2064'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.755'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-4.8577'^^xsd:double;
  dwc:startLongitude '-4.8577'^^xsd:double;
  dwc:endLongitude '-4.8577'^^xsd:double;
  dwc:latitude '52.18403'^^xsd:double;
  dwc:startLatitude '52.18403'^^xsd:double;
  dwc:endLatitude '52.18403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.8577 52.18403, -4.8577 52.18403, -4.8577 52.18403, -4.8577 52.18403, -4.8577 52.18403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2064'^^xsd:string;
  dwc:observationDate '2001-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5588> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.89882 -0.97512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.89882"^^xsd:decimal ;
  dwc:decimalLongitude "-0.97512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.89882 -0.97512)"^^geo:wktLiteral ;
  geo-pos:lat "49.89882"^^xsd:decimal ;
  geo-pos:long "-0.97512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5588'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_5588'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '8.4038888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-0.97512'^^xsd:double;
  dwc:startLongitude '-0.97512'^^xsd:double;
  dwc:endLongitude '-0.97512'^^xsd:double;
  dwc:latitude '49.89882'^^xsd:double;
  dwc:startLatitude '49.89882'^^xsd:double;
  dwc:endLatitude '49.89882'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.97512 49.89882, -0.97512 49.89882, -0.97512 49.89882, -0.97512 49.89882, -0.97512 49.89882))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_5588'^^xsd:string;
  dwc:observationDate '2011-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6497> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.16492 -22.20488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.16492"^^xsd:decimal ;
  dwc:decimalLongitude "-22.20488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.16492 -22.20488)"^^geo:wktLiteral ;
  geo-pos:lat "64.16492"^^xsd:decimal ;
  geo-pos:long "-22.20488"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6497'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_6497'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.8180555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.20488'^^xsd:double;
  dwc:startLongitude '-22.20488'^^xsd:double;
  dwc:endLongitude '-22.20488'^^xsd:double;
  dwc:latitude '64.16492'^^xsd:double;
  dwc:startLatitude '64.16492'^^xsd:double;
  dwc:endLatitude '64.16492'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.20488 64.16492, -22.20488 64.16492, -22.20488 64.16492, -22.20488 64.16492, -22.20488 64.16492))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_6497'^^xsd:string;
  dwc:observationDate '2012-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1089> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.16017 -5.70217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.16017"^^xsd:decimal ;
  dwc:decimalLongitude "-5.70217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.16017 -5.70217)"^^geo:wktLiteral ;
  geo-pos:lat "57.16017"^^xsd:decimal ;
  geo-pos:long "-5.70217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1089'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_1089'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.897222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.70217'^^xsd:double;
  dwc:startLongitude '-5.70217'^^xsd:double;
  dwc:endLongitude '-5.70217'^^xsd:double;
  dwc:latitude '57.16017'^^xsd:double;
  dwc:startLatitude '57.16017'^^xsd:double;
  dwc:endLatitude '57.16017'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.70217 57.16017, -5.70217 57.16017, -5.70217 57.16017, -5.70217 57.16017, -5.70217 57.16017))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1089'^^xsd:string;
  dwc:observationDate '1996-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1860> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.65332 -66.63635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.65332"^^xsd:decimal ;
  dwc:decimalLongitude "-66.63635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.65332 -66.63635)"^^geo:wktLiteral ;
  geo-pos:lat "44.65332"^^xsd:decimal ;
  geo-pos:long "-66.63635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1860'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_1860'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.489722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.63635'^^xsd:double;
  dwc:startLongitude '-66.63635'^^xsd:double;
  dwc:endLongitude '-66.63635'^^xsd:double;
  dwc:latitude '44.65332'^^xsd:double;
  dwc:startLatitude '44.65332'^^xsd:double;
  dwc:endLatitude '44.65332'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.63635 44.65332, -66.63635 44.65332, -66.63635 44.65332, -66.63635 44.65332, -66.63635 44.65332))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1860'^^xsd:string;
  dwc:observationDate '2000-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3788> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46344 -66.64436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.46344"^^xsd:decimal ;
  dwc:decimalLongitude "-66.64436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46344 -66.64436)"^^geo:wktLiteral ;
  geo-pos:lat "44.46344"^^xsd:decimal ;
  geo-pos:long "-66.64436"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3788'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_3788'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.206666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.64436'^^xsd:double;
  dwc:startLongitude '-66.64436'^^xsd:double;
  dwc:endLongitude '-66.64436'^^xsd:double;
  dwc:latitude '44.46344'^^xsd:double;
  dwc:startLatitude '44.46344'^^xsd:double;
  dwc:endLatitude '44.46344'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.64436 44.46344, -66.64436 44.46344, -66.64436 44.46344, -66.64436 44.46344, -66.64436 44.46344))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3788'^^xsd:string;
  dwc:observationDate '2005-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6403> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.22262 -22.12138)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.22262"^^xsd:decimal ;
  dwc:decimalLongitude "-22.12138"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.22262 -22.12138)"^^geo:wktLiteral ;
  geo-pos:lat "64.22262"^^xsd:decimal ;
  geo-pos:long "-22.12138"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6403'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_6403'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.301111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.12138'^^xsd:double;
  dwc:startLongitude '-22.12138'^^xsd:double;
  dwc:endLongitude '-22.12138'^^xsd:double;
  dwc:latitude '64.22262'^^xsd:double;
  dwc:startLatitude '64.22262'^^xsd:double;
  dwc:endLatitude '64.22262'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.12138 64.22262, -22.12138 64.22262, -22.12138 64.22262, -22.12138 64.22262, -22.12138 64.22262))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_6403'^^xsd:string;
  dwc:observationDate '2012-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2537> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.94148 -5.93057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.94148"^^xsd:decimal ;
  dwc:decimalLongitude "-5.93057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.94148 -5.93057)"^^geo:wktLiteral ;
  geo-pos:lat "56.94148"^^xsd:decimal ;
  geo-pos:long "-5.93057"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2537'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_2537'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.009166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.93057'^^xsd:double;
  dwc:startLongitude '-5.93057'^^xsd:double;
  dwc:endLongitude '-5.93057'^^xsd:double;
  dwc:latitude '56.94148'^^xsd:double;
  dwc:startLatitude '56.94148'^^xsd:double;
  dwc:endLatitude '56.94148'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.93057 56.94148, -5.93057 56.94148, -5.93057 56.94148, -5.93057 56.94148, -5.93057 56.94148))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2537'^^xsd:string;
  dwc:observationDate '2002-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1869> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71904 -66.59753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.71904"^^xsd:decimal ;
  dwc:decimalLongitude "-66.59753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71904 -66.59753)"^^geo:wktLiteral ;
  geo-pos:lat "44.71904"^^xsd:decimal ;
  geo-pos:long "-66.59753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1869'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_1869'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10.7475'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.59753'^^xsd:double;
  dwc:startLongitude '-66.59753'^^xsd:double;
  dwc:endLongitude '-66.59753'^^xsd:double;
  dwc:latitude '44.71904'^^xsd:double;
  dwc:startLatitude '44.71904'^^xsd:double;
  dwc:endLatitude '44.71904'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.59753 44.71904, -66.59753 44.71904, -66.59753 44.71904, -66.59753 44.71904, -66.59753 44.71904))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1869'^^xsd:string;
  dwc:observationDate '2000-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1410> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66817 -66.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66817"^^xsd:decimal ;
  dwc:decimalLongitude "-66.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66817 -66.465)"^^geo:wktLiteral ;
  geo-pos:lat "44.66817"^^xsd:decimal ;
  geo-pos:long "-66.465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1410'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_1410'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.8797222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.465'^^xsd:double;
  dwc:startLongitude '-66.465'^^xsd:double;
  dwc:endLongitude '-66.465'^^xsd:double;
  dwc:latitude '44.66817'^^xsd:double;
  dwc:startLatitude '44.66817'^^xsd:double;
  dwc:endLatitude '44.66817'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.465 44.66817, -66.465 44.66817, -66.465 44.66817, -66.465 44.66817, -66.465 44.66817))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1410'^^xsd:string;
  dwc:observationDate '1997-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2366> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25412 9.72363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25412"^^xsd:decimal ;
  dwc:decimalLongitude "9.72363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25412 9.72363)"^^geo:wktLiteral ;
  geo-pos:lat "55.25412"^^xsd:decimal ;
  geo-pos:long "9.72363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2366'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_2366'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.3780555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '9.72363'^^xsd:double;
  dwc:startLongitude '9.72363'^^xsd:double;
  dwc:endLongitude '9.72363'^^xsd:double;
  dwc:latitude '55.25412'^^xsd:double;
  dwc:startLatitude '55.25412'^^xsd:double;
  dwc:endLatitude '55.25412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.72363 55.25412, 9.72363 55.25412, 9.72363 55.25412, 9.72363 55.25412, 9.72363 55.25412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2366'^^xsd:string;
  dwc:observationDate '2002-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2548> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.84259 -6.08872)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.84259"^^xsd:decimal ;
  dwc:decimalLongitude "-6.08872"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.84259 -6.08872)"^^geo:wktLiteral ;
  geo-pos:lat "56.84259"^^xsd:decimal ;
  geo-pos:long "-6.08872"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2548'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_2548'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.933055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.08872'^^xsd:double;
  dwc:startLongitude '-6.08872'^^xsd:double;
  dwc:endLongitude '-6.08872'^^xsd:double;
  dwc:latitude '56.84259'^^xsd:double;
  dwc:startLatitude '56.84259'^^xsd:double;
  dwc:endLatitude '56.84259'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.08872 56.84259, -6.08872 56.84259, -6.08872 56.84259, -6.08872 56.84259, -6.08872 56.84259))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2548'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2560> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.96716 -5.94115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.96716"^^xsd:decimal ;
  dwc:decimalLongitude "-5.94115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.96716 -5.94115)"^^geo:wktLiteral ;
  geo-pos:lat "56.96716"^^xsd:decimal ;
  geo-pos:long "-5.94115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2560'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_2560'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.268888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.94115'^^xsd:double;
  dwc:startLongitude '-5.94115'^^xsd:double;
  dwc:endLongitude '-5.94115'^^xsd:double;
  dwc:latitude '56.96716'^^xsd:double;
  dwc:startLatitude '56.96716'^^xsd:double;
  dwc:endLatitude '56.96716'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.94115 56.96716, -5.94115 56.96716, -5.94115 56.96716, -5.94115 56.96716, -5.94115 56.96716))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2560'^^xsd:string;
  dwc:observationDate '2002-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2577> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.82262 -6.21053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.82262"^^xsd:decimal ;
  dwc:decimalLongitude "-6.21053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.82262 -6.21053)"^^geo:wktLiteral ;
  geo-pos:lat "56.82262"^^xsd:decimal ;
  geo-pos:long "-6.21053"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2577'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_2577'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.426111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.21053'^^xsd:double;
  dwc:startLongitude '-6.21053'^^xsd:double;
  dwc:endLongitude '-6.21053'^^xsd:double;
  dwc:latitude '56.82262'^^xsd:double;
  dwc:startLatitude '56.82262'^^xsd:double;
  dwc:endLatitude '56.82262'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.21053 56.82262, -6.21053 56.82262, -6.21053 56.82262, -6.21053 56.82262, -6.21053 56.82262))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2577'^^xsd:string;
  dwc:observationDate '2002-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2018> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.91039 -5.35043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.91039"^^xsd:decimal ;
  dwc:decimalLongitude "-5.35043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.91039 -5.35043)"^^geo:wktLiteral ;
  geo-pos:lat "51.91039"^^xsd:decimal ;
  geo-pos:long "-5.35043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2018'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_2018'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.65'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.35043'^^xsd:double;
  dwc:startLongitude '-5.35043'^^xsd:double;
  dwc:endLongitude '-5.35043'^^xsd:double;
  dwc:latitude '51.91039'^^xsd:double;
  dwc:startLatitude '51.91039'^^xsd:double;
  dwc:endLatitude '51.91039'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.35043 51.91039, -5.35043 51.91039, -5.35043 51.91039, -5.35043 51.91039, -5.35043 51.91039))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2018'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1543> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7475 -66.7246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7475"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7475 -66.7246)"^^geo:wktLiteral ;
  geo-pos:lat "44.7475"^^xsd:decimal ;
  geo-pos:long "-66.7246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1543'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_1543'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.083055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.7246'^^xsd:double;
  dwc:startLongitude '-66.7246'^^xsd:double;
  dwc:endLongitude '-66.7246'^^xsd:double;
  dwc:latitude '44.7475'^^xsd:double;
  dwc:startLatitude '44.7475'^^xsd:double;
  dwc:endLatitude '44.7475'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.7246 44.7475, -66.7246 44.7475, -66.7246 44.7475, -66.7246 44.7475, -66.7246 44.7475))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1543'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2242> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.76471 -5.4318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.76471"^^xsd:decimal ;
  dwc:decimalLongitude "-5.4318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.76471 -5.4318)"^^geo:wktLiteral ;
  geo-pos:lat "51.76471"^^xsd:decimal ;
  geo-pos:long "-5.4318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2242'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_2242'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.6983333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.4318'^^xsd:double;
  dwc:startLongitude '-5.4318'^^xsd:double;
  dwc:endLongitude '-5.4318'^^xsd:double;
  dwc:latitude '51.76471'^^xsd:double;
  dwc:startLatitude '51.76471'^^xsd:double;
  dwc:endLatitude '51.76471'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.4318 51.76471, -5.4318 51.76471, -5.4318 51.76471, -5.4318 51.76471, -5.4318 51.76471))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2242'^^xsd:string;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1858> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.74688 -66.71983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.74688"^^xsd:decimal ;
  dwc:decimalLongitude "-66.71983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.74688 -66.71983)"^^geo:wktLiteral ;
  geo-pos:lat "44.74688"^^xsd:decimal ;
  geo-pos:long "-66.71983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1858'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_1858'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.665833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.71983'^^xsd:double;
  dwc:startLongitude '-66.71983'^^xsd:double;
  dwc:endLongitude '-66.71983'^^xsd:double;
  dwc:latitude '44.74688'^^xsd:double;
  dwc:startLatitude '44.74688'^^xsd:double;
  dwc:endLatitude '44.74688'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.71983 44.74688, -66.71983 44.74688, -66.71983 44.74688, -66.71983 44.74688, -66.71983 44.74688))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1858'^^xsd:string;
  dwc:observationDate '2000-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2353> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.84415 9.88722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.84415"^^xsd:decimal ;
  dwc:decimalLongitude "9.88722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.84415 9.88722)"^^geo:wktLiteral ;
  geo-pos:lat "54.84415"^^xsd:decimal ;
  geo-pos:long "9.88722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2353'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_2353'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.666944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '9.88722'^^xsd:double;
  dwc:startLongitude '9.88722'^^xsd:double;
  dwc:endLongitude '9.88722'^^xsd:double;
  dwc:latitude '54.84415'^^xsd:double;
  dwc:startLatitude '54.84415'^^xsd:double;
  dwc:endLatitude '54.84415'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.88722 54.84415, 9.88722 54.84415, 9.88722 54.84415, 9.88722 54.84415, 9.88722 54.84415))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2353'^^xsd:string;
  dwc:observationDate '2002-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1273> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.30017 -68.5435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.30017"^^xsd:decimal ;
  dwc:decimalLongitude "-68.5435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.30017 -68.5435)"^^geo:wktLiteral ;
  geo-pos:lat "43.30017"^^xsd:decimal ;
  geo-pos:long "-68.5435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1273'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_1273'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '19.231666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.5435'^^xsd:double;
  dwc:startLongitude '-68.5435'^^xsd:double;
  dwc:endLongitude '-68.5435'^^xsd:double;
  dwc:latitude '43.30017'^^xsd:double;
  dwc:startLatitude '43.30017'^^xsd:double;
  dwc:endLatitude '43.30017'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.5435 43.30017, -68.5435 43.30017, -68.5435 43.30017, -68.5435 43.30017, -68.5435 43.30017))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1273'^^xsd:string;
  dwc:observationDate '1997-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1088> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.19967 -5.6765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.19967"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.19967 -5.6765)"^^geo:wktLiteral ;
  geo-pos:lat "57.19967"^^xsd:decimal ;
  geo-pos:long "-5.6765"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1088'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_1088'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.55'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.6765'^^xsd:double;
  dwc:startLongitude '-5.6765'^^xsd:double;
  dwc:endLongitude '-5.6765'^^xsd:double;
  dwc:latitude '57.19967'^^xsd:double;
  dwc:startLatitude '57.19967'^^xsd:double;
  dwc:endLatitude '57.19967'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.6765 57.19967, -5.6765 57.19967, -5.6765 57.19967, -5.6765 57.19967, -5.6765 57.19967))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1088'^^xsd:string;
  dwc:observationDate '1996-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2569> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.86497 -6.11737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.86497"^^xsd:decimal ;
  dwc:decimalLongitude "-6.11737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.86497 -6.11737)"^^geo:wktLiteral ;
  geo-pos:lat "56.86497"^^xsd:decimal ;
  geo-pos:long "-6.11737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2569'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_2569'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.980277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.11737'^^xsd:double;
  dwc:startLongitude '-6.11737'^^xsd:double;
  dwc:endLongitude '-6.11737'^^xsd:double;
  dwc:latitude '56.86497'^^xsd:double;
  dwc:startLatitude '56.86497'^^xsd:double;
  dwc:endLatitude '56.86497'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.11737 56.86497, -6.11737 56.86497, -6.11737 56.86497, -6.11737 56.86497, -6.11737 56.86497))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2569'^^xsd:string;
  dwc:observationDate '2002-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2175> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.24373 -4.74485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.24373"^^xsd:decimal ;
  dwc:decimalLongitude "-4.74485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.24373 -4.74485)"^^geo:wktLiteral ;
  geo-pos:lat "52.24373"^^xsd:decimal ;
  geo-pos:long "-4.74485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2175'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_2175'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.501388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-4.74485'^^xsd:double;
  dwc:startLongitude '-4.74485'^^xsd:double;
  dwc:endLongitude '-4.74485'^^xsd:double;
  dwc:latitude '52.24373'^^xsd:double;
  dwc:startLatitude '52.24373'^^xsd:double;
  dwc:endLatitude '52.24373'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.74485 52.24373, -4.74485 52.24373, -4.74485 52.24373, -4.74485 52.24373, -4.74485 52.24373))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2175'^^xsd:string;
  dwc:observationDate '2001-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2182> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.1322 -4.75388)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.1322"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75388"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.1322 -4.75388)"^^geo:wktLiteral ;
  geo-pos:lat "52.1322"^^xsd:decimal ;
  geo-pos:long "-4.75388"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2182'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_2182'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '15.880555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-4.75388'^^xsd:double;
  dwc:startLongitude '-4.75388'^^xsd:double;
  dwc:endLongitude '-4.75388'^^xsd:double;
  dwc:latitude '52.1322'^^xsd:double;
  dwc:startLatitude '52.1322'^^xsd:double;
  dwc:endLatitude '52.1322'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.75388 52.1322, -4.75388 52.1322, -4.75388 52.1322, -4.75388 52.1322, -4.75388 52.1322))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2182'^^xsd:string;
  dwc:observationDate '2001-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1491> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75817 -66.36983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75817"^^xsd:decimal ;
  dwc:decimalLongitude "-66.36983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75817 -66.36983)"^^geo:wktLiteral ;
  geo-pos:lat "44.75817"^^xsd:decimal ;
  geo-pos:long "-66.36983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1491'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_1491'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12.922777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.36983'^^xsd:double;
  dwc:startLongitude '-66.36983'^^xsd:double;
  dwc:endLongitude '-66.36983'^^xsd:double;
  dwc:latitude '44.75817'^^xsd:double;
  dwc:startLatitude '44.75817'^^xsd:double;
  dwc:endLatitude '44.75817'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.36983 44.75817, -66.36983 44.75817, -66.36983 44.75817, -66.36983 44.75817, -66.36983 44.75817))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1491'^^xsd:string;
  dwc:observationDate '1997-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2152> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.08744 -4.99037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.08744"^^xsd:decimal ;
  dwc:decimalLongitude "-4.99037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.08744 -4.99037)"^^geo:wktLiteral ;
  geo-pos:lat "52.08744"^^xsd:decimal ;
  geo-pos:long "-4.99037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2152'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_2152'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.3611111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-4.99037'^^xsd:double;
  dwc:startLongitude '-4.99037'^^xsd:double;
  dwc:endLongitude '-4.99037'^^xsd:double;
  dwc:latitude '52.08744'^^xsd:double;
  dwc:startLatitude '52.08744'^^xsd:double;
  dwc:endLatitude '52.08744'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.99037 52.08744, -4.99037 52.08744, -4.99037 52.08744, -4.99037 52.08744, -4.99037 52.08744))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2152'^^xsd:string;
  dwc:observationDate '2001-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5794> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.28837 -28.30623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.28837"^^xsd:decimal ;
  dwc:decimalLongitude "-28.30623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.28837 -28.30623)"^^geo:wktLiteral ;
  geo-pos:lat "38.28837"^^xsd:decimal ;
  geo-pos:long "-28.30623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5794'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_5794'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.925'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.30623'^^xsd:double;
  dwc:startLongitude '-28.30623'^^xsd:double;
  dwc:endLongitude '-28.30623'^^xsd:double;
  dwc:latitude '38.28837'^^xsd:double;
  dwc:startLatitude '38.28837'^^xsd:double;
  dwc:endLatitude '38.28837'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.30623 38.28837, -28.30623 38.28837, -28.30623 38.28837, -28.30623 38.28837, -28.30623 38.28837))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5794'^^xsd:string;
  dwc:observationDate '2012-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4006> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.40563 -47.47597)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.40563"^^xsd:decimal ;
  dwc:decimalLongitude "-47.47597"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.40563 -47.47597)"^^geo:wktLiteral ;
  geo-pos:lat "46.40563"^^xsd:decimal ;
  geo-pos:long "-47.47597"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4006'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_4006'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.460555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-47.47597'^^xsd:double;
  dwc:startLongitude '-47.47597'^^xsd:double;
  dwc:endLongitude '-47.47597'^^xsd:double;
  dwc:latitude '46.40563'^^xsd:double;
  dwc:startLatitude '46.40563'^^xsd:double;
  dwc:endLatitude '46.40563'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-47.47597 46.40563, -47.47597 46.40563, -47.47597 46.40563, -47.47597 46.40563, -47.47597 46.40563))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4006'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5319> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.63065 -16.79768)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.63065"^^xsd:decimal ;
  dwc:decimalLongitude "-16.79768"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.63065 -16.79768)"^^geo:wktLiteral ;
  geo-pos:lat "32.63065"^^xsd:decimal ;
  geo-pos:long "-16.79768"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5319'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_5319'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.334722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.79768'^^xsd:double;
  dwc:startLongitude '-16.79768'^^xsd:double;
  dwc:endLongitude '-16.79768'^^xsd:double;
  dwc:latitude '32.63065'^^xsd:double;
  dwc:startLatitude '32.63065'^^xsd:double;
  dwc:endLatitude '32.63065'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.79768 32.63065, -16.79768 32.63065, -16.79768 32.63065, -16.79768 32.63065, -16.79768 32.63065))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5319'^^xsd:string;
  dwc:observationDate '2008-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6018> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.60085 -45.06152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.60085"^^xsd:decimal ;
  dwc:decimalLongitude "-45.06152"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.60085 -45.06152)"^^geo:wktLiteral ;
  geo-pos:lat "39.60085"^^xsd:decimal ;
  geo-pos:long "-45.06152"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6018'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_6018'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.229444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-45.06152'^^xsd:double;
  dwc:startLongitude '-45.06152'^^xsd:double;
  dwc:endLongitude '-45.06152'^^xsd:double;
  dwc:latitude '39.60085'^^xsd:double;
  dwc:startLatitude '39.60085'^^xsd:double;
  dwc:endLatitude '39.60085'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-45.06152 39.60085, -45.06152 39.60085, -45.06152 39.60085, -45.06152 39.60085, -45.06152 39.60085))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_6018'^^xsd:string;
  dwc:observationDate '2012-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4611> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.32373 23.48387)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.32373"^^xsd:decimal ;
  dwc:decimalLongitude "23.48387"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.32373 23.48387)"^^geo:wktLiteral ;
  geo-pos:lat "36.32373"^^xsd:decimal ;
  geo-pos:long "23.48387"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4611'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_4611'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.6938888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '23.48387'^^xsd:double;
  dwc:startLongitude '23.48387'^^xsd:double;
  dwc:endLongitude '23.48387'^^xsd:double;
  dwc:latitude '36.32373'^^xsd:double;
  dwc:startLatitude '36.32373'^^xsd:double;
  dwc:endLatitude '36.32373'^^xsd:double;
  dwc:boundingBox 'POLYGON ((23.48387 36.32373, 23.48387 36.32373, 23.48387 36.32373, 23.48387 36.32373, 23.48387 36.32373))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4611'^^xsd:string;
  dwc:observationDate '2007-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5211> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.00675 -16.33822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.00675"^^xsd:decimal ;
  dwc:decimalLongitude "-16.33822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.00675 -16.33822)"^^geo:wktLiteral ;
  geo-pos:lat "33.00675"^^xsd:decimal ;
  geo-pos:long "-16.33822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5211'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_5211'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '17.148333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.33822'^^xsd:double;
  dwc:startLongitude '-16.33822'^^xsd:double;
  dwc:endLongitude '-16.33822'^^xsd:double;
  dwc:latitude '33.00675'^^xsd:double;
  dwc:startLatitude '33.00675'^^xsd:double;
  dwc:endLatitude '33.00675'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.33822 33.00675, -16.33822 33.00675, -16.33822 33.00675, -16.33822 33.00675, -16.33822 33.00675))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5211'^^xsd:string;
  dwc:observationDate '2008-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6041> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4151 -50.10523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4151"^^xsd:decimal ;
  dwc:decimalLongitude "-50.10523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4151 -50.10523)"^^geo:wktLiteral ;
  geo-pos:lat "37.4151"^^xsd:decimal ;
  geo-pos:long "-50.10523"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6041'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_6041'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.061111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-50.10523'^^xsd:double;
  dwc:startLongitude '-50.10523'^^xsd:double;
  dwc:endLongitude '-50.10523'^^xsd:double;
  dwc:latitude '37.4151'^^xsd:double;
  dwc:startLatitude '37.4151'^^xsd:double;
  dwc:endLatitude '37.4151'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.10523 37.4151, -50.10523 37.4151, -50.10523 37.4151, -50.10523 37.4151, -50.10523 37.4151))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_6041'^^xsd:string;
  dwc:observationDate '2012-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4305> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.70137 -17.42853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.70137"^^xsd:decimal ;
  dwc:decimalLongitude "-17.42853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.70137 -17.42853)"^^geo:wktLiteral ;
  geo-pos:lat "66.70137"^^xsd:decimal ;
  geo-pos:long "-17.42853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4305'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_4305'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.289722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.42853'^^xsd:double;
  dwc:startLongitude '-17.42853'^^xsd:double;
  dwc:endLongitude '-17.42853'^^xsd:double;
  dwc:latitude '66.70137'^^xsd:double;
  dwc:startLatitude '66.70137'^^xsd:double;
  dwc:endLatitude '66.70137'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.42853 66.70137, -17.42853 66.70137, -17.42853 66.70137, -17.42853 66.70137, -17.42853 66.70137))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4305'^^xsd:string;
  dwc:observationDate '2006-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5790> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.33266 -28.33705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.33266"^^xsd:decimal ;
  dwc:decimalLongitude "-28.33705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.33266 -28.33705)"^^geo:wktLiteral ;
  geo-pos:lat "38.33266"^^xsd:decimal ;
  geo-pos:long "-28.33705"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5790'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_5790'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.9197222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.33705'^^xsd:double;
  dwc:startLongitude '-28.33705'^^xsd:double;
  dwc:endLongitude '-28.33705'^^xsd:double;
  dwc:latitude '38.33266'^^xsd:double;
  dwc:startLatitude '38.33266'^^xsd:double;
  dwc:endLatitude '38.33266'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.33705 38.33266, -28.33705 38.33266, -28.33705 38.33266, -28.33705 38.33266, -28.33705 38.33266))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5790'^^xsd:string;
  dwc:observationDate '2012-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4380> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.76062 -23.37097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.76062"^^xsd:decimal ;
  dwc:decimalLongitude "-23.37097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.76062 -23.37097)"^^geo:wktLiteral ;
  geo-pos:lat "66.76062"^^xsd:decimal ;
  geo-pos:long "-23.37097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4380'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_4380'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.898333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.37097'^^xsd:double;
  dwc:startLongitude '-23.37097'^^xsd:double;
  dwc:endLongitude '-23.37097'^^xsd:double;
  dwc:latitude '66.76062'^^xsd:double;
  dwc:startLatitude '66.76062'^^xsd:double;
  dwc:endLatitude '66.76062'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.37097 66.76062, -23.37097 66.76062, -23.37097 66.76062, -23.37097 66.76062, -23.37097 66.76062))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4380'^^xsd:string;
  dwc:observationDate '2006-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5770> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.76585 -27.53888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.76585"^^xsd:decimal ;
  dwc:decimalLongitude "-27.53888"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.76585 -27.53888)"^^geo:wktLiteral ;
  geo-pos:lat "38.76585"^^xsd:decimal ;
  geo-pos:long "-27.53888"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5770'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_5770'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.166944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.53888'^^xsd:double;
  dwc:startLongitude '-27.53888'^^xsd:double;
  dwc:endLongitude '-27.53888'^^xsd:double;
  dwc:latitude '38.76585'^^xsd:double;
  dwc:startLatitude '38.76585'^^xsd:double;
  dwc:endLatitude '38.76585'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.53888 38.76585, -27.53888 38.76585, -27.53888 38.76585, -27.53888 38.76585, -27.53888 38.76585))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5770'^^xsd:string;
  dwc:observationDate '2012-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5796> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.31113 -28.32199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.31113"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.31113 -28.32199)"^^geo:wktLiteral ;
  geo-pos:lat "38.31113"^^xsd:decimal ;
  geo-pos:long "-28.32199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5796'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_5796'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.620833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.32199'^^xsd:double;
  dwc:startLongitude '-28.32199'^^xsd:double;
  dwc:endLongitude '-28.32199'^^xsd:double;
  dwc:latitude '38.31113'^^xsd:double;
  dwc:startLatitude '38.31113'^^xsd:double;
  dwc:endLatitude '38.31113'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.32199 38.31113, -28.32199 38.31113, -28.32199 38.31113, -28.32199 38.31113, -28.32199 38.31113))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5796'^^xsd:string;
  dwc:observationDate '2012-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4211> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.46677 -17.79072)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.46677"^^xsd:decimal ;
  dwc:decimalLongitude "-17.79072"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.46677 -17.79072)"^^geo:wktLiteral ;
  geo-pos:lat "66.46677"^^xsd:decimal ;
  geo-pos:long "-17.79072"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4211'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4211'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.964722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.79072'^^xsd:double;
  dwc:startLongitude '-17.79072'^^xsd:double;
  dwc:endLongitude '-17.79072'^^xsd:double;
  dwc:latitude '66.46677'^^xsd:double;
  dwc:startLatitude '66.46677'^^xsd:double;
  dwc:endLatitude '66.46677'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.79072 66.46677, -17.79072 66.46677, -17.79072 66.46677, -17.79072 66.46677, -17.79072 66.46677))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4211'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4123> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.66045 -17.82962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.66045"^^xsd:decimal ;
  dwc:decimalLongitude "-17.82962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.66045 -17.82962)"^^geo:wktLiteral ;
  geo-pos:lat "66.66045"^^xsd:decimal ;
  geo-pos:long "-17.82962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4123'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_4123'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '17.970555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.82962'^^xsd:double;
  dwc:startLongitude '-17.82962'^^xsd:double;
  dwc:endLongitude '-17.82962'^^xsd:double;
  dwc:latitude '66.66045'^^xsd:double;
  dwc:startLatitude '66.66045'^^xsd:double;
  dwc:endLatitude '66.66045'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.82962 66.66045, -17.82962 66.66045, -17.82962 66.66045, -17.82962 66.66045, -17.82962 66.66045))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4123'^^xsd:string;
  dwc:observationDate '2006-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6115> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.34445 -68.3792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.34445"^^xsd:decimal ;
  dwc:decimalLongitude "-68.3792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.34445 -68.3792)"^^geo:wktLiteral ;
  geo-pos:lat "42.34445"^^xsd:decimal ;
  geo-pos:long "-68.3792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6115'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_6115'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '15.138611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.3792'^^xsd:double;
  dwc:startLongitude '-68.3792'^^xsd:double;
  dwc:endLongitude '-68.3792'^^xsd:double;
  dwc:latitude '42.34445'^^xsd:double;
  dwc:startLatitude '42.34445'^^xsd:double;
  dwc:endLatitude '42.34445'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.3792 42.34445, -68.3792 42.34445, -68.3792 42.34445, -68.3792 42.34445, -68.3792 42.34445))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_6115'^^xsd:string;
  dwc:observationDate '2012-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5841> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.25359 -24.95925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.25359"^^xsd:decimal ;
  dwc:decimalLongitude "-24.95925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.25359 -24.95925)"^^geo:wktLiteral ;
  geo-pos:lat "37.25359"^^xsd:decimal ;
  geo-pos:long "-24.95925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5841'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_5841'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17.759722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.95925'^^xsd:double;
  dwc:startLongitude '-24.95925'^^xsd:double;
  dwc:endLongitude '-24.95925'^^xsd:double;
  dwc:latitude '37.25359'^^xsd:double;
  dwc:startLatitude '37.25359'^^xsd:double;
  dwc:endLatitude '37.25359'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.95925 37.25359, -24.95925 37.25359, -24.95925 37.25359, -24.95925 37.25359, -24.95925 37.25359))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5841'^^xsd:string;
  dwc:observationDate '2012-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4484> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.0906 -18.62517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.0906"^^xsd:decimal ;
  dwc:decimalLongitude "-18.62517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.0906 -18.62517)"^^geo:wktLiteral ;
  geo-pos:lat "68.0906"^^xsd:decimal ;
  geo-pos:long "-18.62517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4484'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_4484'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.2988888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.62517'^^xsd:double;
  dwc:startLongitude '-18.62517'^^xsd:double;
  dwc:endLongitude '-18.62517'^^xsd:double;
  dwc:latitude '68.0906'^^xsd:double;
  dwc:startLatitude '68.0906'^^xsd:double;
  dwc:endLatitude '68.0906'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.62517 68.0906, -18.62517 68.0906, -18.62517 68.0906, -18.62517 68.0906, -18.62517 68.0906))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4484'^^xsd:string;
  dwc:observationDate '2006-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5795> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.29613 -28.3131)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.29613"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3131"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.29613 -28.3131)"^^geo:wktLiteral ;
  geo-pos:lat "38.29613"^^xsd:decimal ;
  geo-pos:long "-28.3131"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5795'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_5795'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.013055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.3131'^^xsd:double;
  dwc:startLongitude '-28.3131'^^xsd:double;
  dwc:endLongitude '-28.3131'^^xsd:double;
  dwc:latitude '38.29613'^^xsd:double;
  dwc:startLatitude '38.29613'^^xsd:double;
  dwc:endLatitude '38.29613'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.3131 38.29613, -28.3131 38.29613, -28.3131 38.29613, -28.3131 38.29613, -28.3131 38.29613))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5795'^^xsd:string;
  dwc:observationDate '2012-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4247> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.31923 -17.36993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.31923"^^xsd:decimal ;
  dwc:decimalLongitude "-17.36993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.31923 -17.36993)"^^geo:wktLiteral ;
  geo-pos:lat "66.31923"^^xsd:decimal ;
  geo-pos:long "-17.36993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4247'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_4247'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.8861111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.36993'^^xsd:double;
  dwc:startLongitude '-17.36993'^^xsd:double;
  dwc:endLongitude '-17.36993'^^xsd:double;
  dwc:latitude '66.31923'^^xsd:double;
  dwc:startLatitude '66.31923'^^xsd:double;
  dwc:endLatitude '66.31923'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.36993 66.31923, -17.36993 66.31923, -17.36993 66.31923, -17.36993 66.31923, -17.36993 66.31923))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4247'^^xsd:string;
  dwc:observationDate '2006-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5674> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.22548 -16.01883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.22548"^^xsd:decimal ;
  dwc:decimalLongitude "-16.01883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.22548 -16.01883)"^^geo:wktLiteral ;
  geo-pos:lat "37.22548"^^xsd:decimal ;
  geo-pos:long "-16.01883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5674'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_5674'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.1366666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.01883'^^xsd:double;
  dwc:startLongitude '-16.01883'^^xsd:double;
  dwc:endLongitude '-16.01883'^^xsd:double;
  dwc:latitude '37.22548'^^xsd:double;
  dwc:startLatitude '37.22548'^^xsd:double;
  dwc:endLatitude '37.22548'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.01883 37.22548, -16.01883 37.22548, -16.01883 37.22548, -16.01883 37.22548, -16.01883 37.22548))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5674'^^xsd:string;
  dwc:observationDate '2012-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6187> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9424 -58.97217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9424"^^xsd:decimal ;
  dwc:decimalLongitude "-58.97217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9424 -58.97217)"^^geo:wktLiteral ;
  geo-pos:lat "43.9424"^^xsd:decimal ;
  geo-pos:long "-58.97217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6187'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_6187'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.7575'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-58.97217'^^xsd:double;
  dwc:startLongitude '-58.97217'^^xsd:double;
  dwc:endLongitude '-58.97217'^^xsd:double;
  dwc:latitude '43.9424'^^xsd:double;
  dwc:startLatitude '43.9424'^^xsd:double;
  dwc:endLatitude '43.9424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.97217 43.9424, -58.97217 43.9424, -58.97217 43.9424, -58.97217 43.9424, -58.97217 43.9424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_6187'^^xsd:string;
  dwc:observationDate '2012-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4007> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.41646 -47.4758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.41646"^^xsd:decimal ;
  dwc:decimalLongitude "-47.4758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.41646 -47.4758)"^^geo:wktLiteral ;
  geo-pos:lat "46.41646"^^xsd:decimal ;
  geo-pos:long "-47.4758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4007'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_4007'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.569444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-47.4758'^^xsd:double;
  dwc:startLongitude '-47.4758'^^xsd:double;
  dwc:endLongitude '-47.4758'^^xsd:double;
  dwc:latitude '46.41646'^^xsd:double;
  dwc:startLatitude '46.41646'^^xsd:double;
  dwc:endLatitude '46.41646'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-47.4758 46.41646, -47.4758 46.41646, -47.4758 46.41646, -47.4758 46.41646, -47.4758 46.41646))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4007'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4470> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.23949 -18.5519)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.23949"^^xsd:decimal ;
  dwc:decimalLongitude "-18.5519"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.23949 -18.5519)"^^geo:wktLiteral ;
  geo-pos:lat "67.23949"^^xsd:decimal ;
  geo-pos:long "-18.5519"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4470'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_4470'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '21.798333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.5519'^^xsd:double;
  dwc:startLongitude '-18.5519'^^xsd:double;
  dwc:endLongitude '-18.5519'^^xsd:double;
  dwc:latitude '67.23949'^^xsd:double;
  dwc:startLatitude '67.23949'^^xsd:double;
  dwc:endLatitude '67.23949'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.5519 67.23949, -18.5519 67.23949, -18.5519 67.23949, -18.5519 67.23949, -18.5519 67.23949))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4470'^^xsd:string;
  dwc:observationDate '2006-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4130> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.72408 -17.69047)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.72408"^^xsd:decimal ;
  dwc:decimalLongitude "-17.69047"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.72408 -17.69047)"^^geo:wktLiteral ;
  geo-pos:lat "66.72408"^^xsd:decimal ;
  geo-pos:long "-17.69047"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4130'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_4130'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '21.076111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.69047'^^xsd:double;
  dwc:startLongitude '-17.69047'^^xsd:double;
  dwc:endLongitude '-17.69047'^^xsd:double;
  dwc:latitude '66.72408'^^xsd:double;
  dwc:startLatitude '66.72408'^^xsd:double;
  dwc:endLatitude '66.72408'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.69047 66.72408, -17.69047 66.72408, -17.69047 66.72408, -17.69047 66.72408, -17.69047 66.72408))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4130'^^xsd:string;
  dwc:observationDate '2006-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4468> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.16606 -18.57378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.16606"^^xsd:decimal ;
  dwc:decimalLongitude "-18.57378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.16606 -18.57378)"^^geo:wktLiteral ;
  geo-pos:lat "67.16606"^^xsd:decimal ;
  geo-pos:long "-18.57378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4468'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_4468'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '21.178611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.57378'^^xsd:double;
  dwc:startLongitude '-18.57378'^^xsd:double;
  dwc:endLongitude '-18.57378'^^xsd:double;
  dwc:latitude '67.16606'^^xsd:double;
  dwc:startLatitude '67.16606'^^xsd:double;
  dwc:endLatitude '67.16606'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.57378 67.16606, -18.57378 67.16606, -18.57378 67.16606, -18.57378 67.16606, -18.57378 67.16606))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4468'^^xsd:string;
  dwc:observationDate '2006-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4179> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.53678 -17.72988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.53678"^^xsd:decimal ;
  dwc:decimalLongitude "-17.72988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.53678 -17.72988)"^^geo:wktLiteral ;
  geo-pos:lat "66.53678"^^xsd:decimal ;
  geo-pos:long "-17.72988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4179'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4179'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.358333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.72988'^^xsd:double;
  dwc:startLongitude '-17.72988'^^xsd:double;
  dwc:endLongitude '-17.72988'^^xsd:double;
  dwc:latitude '66.53678'^^xsd:double;
  dwc:startLatitude '66.53678'^^xsd:double;
  dwc:endLatitude '66.53678'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.72988 66.53678, -17.72988 66.53678, -17.72988 66.53678, -17.72988 66.53678, -17.72988 66.53678))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4179'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4209> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51257 -17.77185)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.51257"^^xsd:decimal ;
  dwc:decimalLongitude "-17.77185"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51257 -17.77185)"^^geo:wktLiteral ;
  geo-pos:lat "66.51257"^^xsd:decimal ;
  geo-pos:long "-17.77185"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4209'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4209'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.998611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.77185'^^xsd:double;
  dwc:startLongitude '-17.77185'^^xsd:double;
  dwc:endLongitude '-17.77185'^^xsd:double;
  dwc:latitude '66.51257'^^xsd:double;
  dwc:startLatitude '66.51257'^^xsd:double;
  dwc:endLatitude '66.51257'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.77185 66.51257, -17.77185 66.51257, -17.77185 66.51257, -17.77185 66.51257, -17.77185 66.51257))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4209'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5206> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.98948 -16.3596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.98948"^^xsd:decimal ;
  dwc:decimalLongitude "-16.3596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.98948 -16.3596)"^^geo:wktLiteral ;
  geo-pos:lat "32.98948"^^xsd:decimal ;
  geo-pos:long "-16.3596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5206'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_5206'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15.982777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.3596'^^xsd:double;
  dwc:startLongitude '-16.3596'^^xsd:double;
  dwc:endLongitude '-16.3596'^^xsd:double;
  dwc:latitude '32.98948'^^xsd:double;
  dwc:startLatitude '32.98948'^^xsd:double;
  dwc:endLatitude '32.98948'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.3596 32.98948, -16.3596 32.98948, -16.3596 32.98948, -16.3596 32.98948, -16.3596 32.98948))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5206'^^xsd:string;
  dwc:observationDate '2008-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4792> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.6789 -18.08142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.6789"^^xsd:decimal ;
  dwc:decimalLongitude "-18.08142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.6789 -18.08142)"^^geo:wktLiteral ;
  geo-pos:lat "27.6789"^^xsd:decimal ;
  geo-pos:long "-18.08142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4792'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_4792'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.8727777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.08142'^^xsd:double;
  dwc:startLongitude '-18.08142'^^xsd:double;
  dwc:endLongitude '-18.08142'^^xsd:double;
  dwc:latitude '27.6789'^^xsd:double;
  dwc:startLatitude '27.6789'^^xsd:double;
  dwc:endLatitude '27.6789'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.08142 27.6789, -18.08142 27.6789, -18.08142 27.6789, -18.08142 27.6789, -18.08142 27.6789))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4792'^^xsd:string;
  dwc:observationDate '2008-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4496> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.90736 -20.83375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.90736"^^xsd:decimal ;
  dwc:decimalLongitude "-20.83375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.90736 -20.83375)"^^geo:wktLiteral ;
  geo-pos:lat "67.90736"^^xsd:decimal ;
  geo-pos:long "-20.83375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4496'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_4496'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.128888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-20.83375'^^xsd:double;
  dwc:startLongitude '-20.83375'^^xsd:double;
  dwc:endLongitude '-20.83375'^^xsd:double;
  dwc:latitude '67.90736'^^xsd:double;
  dwc:startLatitude '67.90736'^^xsd:double;
  dwc:endLatitude '67.90736'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-20.83375 67.90736, -20.83375 67.90736, -20.83375 67.90736, -20.83375 67.90736, -20.83375 67.90736))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4496'^^xsd:string;
  dwc:observationDate '2006-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4848> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.54885 -28.52305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.54885"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.54885 -28.52305)"^^geo:wktLiteral ;
  geo-pos:lat "37.54885"^^xsd:decimal ;
  geo-pos:long "-28.52305"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4848'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_4848'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.746111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.52305'^^xsd:double;
  dwc:startLongitude '-28.52305'^^xsd:double;
  dwc:endLongitude '-28.52305'^^xsd:double;
  dwc:latitude '37.54885'^^xsd:double;
  dwc:startLatitude '37.54885'^^xsd:double;
  dwc:endLatitude '37.54885'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.52305 37.54885, -28.52305 37.54885, -28.52305 37.54885, -28.52305 37.54885, -28.52305 37.54885))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4848'^^xsd:string;
  dwc:observationDate '2008-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5787> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.37317 -28.3573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.37317"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3573"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.37317 -28.3573)"^^geo:wktLiteral ;
  geo-pos:lat "38.37317"^^xsd:decimal ;
  geo-pos:long "-28.3573"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5787'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_5787'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.3636111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.3573'^^xsd:double;
  dwc:startLongitude '-28.3573'^^xsd:double;
  dwc:endLongitude '-28.3573'^^xsd:double;
  dwc:latitude '38.37317'^^xsd:double;
  dwc:startLatitude '38.37317'^^xsd:double;
  dwc:endLatitude '38.37317'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.3573 38.37317, -28.3573 38.37317, -28.3573 38.37317, -28.3573 38.37317, -28.3573 38.37317))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5787'^^xsd:string;
  dwc:observationDate '2012-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5210> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.99742 -16.34065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.99742"^^xsd:decimal ;
  dwc:decimalLongitude "-16.34065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.99742 -16.34065)"^^geo:wktLiteral ;
  geo-pos:lat "32.99742"^^xsd:decimal ;
  geo-pos:long "-16.34065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5210'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_5210'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '16.793055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.34065'^^xsd:double;
  dwc:startLongitude '-16.34065'^^xsd:double;
  dwc:endLongitude '-16.34065'^^xsd:double;
  dwc:latitude '32.99742'^^xsd:double;
  dwc:startLatitude '32.99742'^^xsd:double;
  dwc:endLatitude '32.99742'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.34065 32.99742, -16.34065 32.99742, -16.34065 32.99742, -16.34065 32.99742, -16.34065 32.99742))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5210'^^xsd:string;
  dwc:observationDate '2008-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4134> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.73575 -17.80408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.73575"^^xsd:decimal ;
  dwc:decimalLongitude "-17.80408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.73575 -17.80408)"^^geo:wktLiteral ;
  geo-pos:lat "66.73575"^^xsd:decimal ;
  geo-pos:long "-17.80408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4134'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_4134'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '21.52'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.80408'^^xsd:double;
  dwc:startLongitude '-17.80408'^^xsd:double;
  dwc:endLongitude '-17.80408'^^xsd:double;
  dwc:latitude '66.73575'^^xsd:double;
  dwc:startLatitude '66.73575'^^xsd:double;
  dwc:endLatitude '66.73575'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.80408 66.73575, -17.80408 66.73575, -17.80408 66.73575, -17.80408 66.73575, -17.80408 66.73575))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4134'^^xsd:string;
  dwc:observationDate '2006-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4138> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.68602 -17.777)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.68602"^^xsd:decimal ;
  dwc:decimalLongitude "-17.777"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.68602 -17.777)"^^geo:wktLiteral ;
  geo-pos:lat "66.68602"^^xsd:decimal ;
  geo-pos:long "-17.777"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4138'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4138'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.060277777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.777'^^xsd:double;
  dwc:startLongitude '-17.777'^^xsd:double;
  dwc:endLongitude '-17.777'^^xsd:double;
  dwc:latitude '66.68602'^^xsd:double;
  dwc:startLatitude '66.68602'^^xsd:double;
  dwc:endLatitude '66.68602'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.777 66.68602, -17.777 66.68602, -17.777 66.68602, -17.777 66.68602, -17.777 66.68602))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4138'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4182> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.53755 -17.69308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.53755"^^xsd:decimal ;
  dwc:decimalLongitude "-17.69308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.53755 -17.69308)"^^geo:wktLiteral ;
  geo-pos:lat "66.53755"^^xsd:decimal ;
  geo-pos:long "-17.69308"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4182'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4182'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.513888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.69308'^^xsd:double;
  dwc:startLongitude '-17.69308'^^xsd:double;
  dwc:endLongitude '-17.69308'^^xsd:double;
  dwc:latitude '66.53755'^^xsd:double;
  dwc:startLatitude '66.53755'^^xsd:double;
  dwc:endLatitude '66.53755'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.69308 66.53755, -17.69308 66.53755, -17.69308 66.53755, -17.69308 66.53755, -17.69308 66.53755))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4182'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4086> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.0115 -21.3399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.0115"^^xsd:decimal ;
  dwc:decimalLongitude "-21.3399"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.0115 -21.3399)"^^geo:wktLiteral ;
  geo-pos:lat "67.0115"^^xsd:decimal ;
  geo-pos:long "-21.3399"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4086'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_4086'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.6227777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-21.3399'^^xsd:double;
  dwc:startLongitude '-21.3399'^^xsd:double;
  dwc:endLongitude '-21.3399'^^xsd:double;
  dwc:latitude '67.0115'^^xsd:double;
  dwc:startLatitude '67.0115'^^xsd:double;
  dwc:endLatitude '67.0115'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-21.3399 67.0115, -21.3399 67.0115, -21.3399 67.0115, -21.3399 67.0115, -21.3399 67.0115))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4086'^^xsd:string;
  dwc:observationDate '2006-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6299> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.45977 -32.33668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.45977"^^xsd:decimal ;
  dwc:decimalLongitude "-32.33668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.45977 -32.33668)"^^geo:wktLiteral ;
  geo-pos:lat "62.45977"^^xsd:decimal ;
  geo-pos:long "-32.33668"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6299'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_6299'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '17.047777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-32.33668'^^xsd:double;
  dwc:startLongitude '-32.33668'^^xsd:double;
  dwc:endLongitude '-32.33668'^^xsd:double;
  dwc:latitude '62.45977'^^xsd:double;
  dwc:startLatitude '62.45977'^^xsd:double;
  dwc:endLatitude '62.45977'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-32.33668 62.45977, -32.33668 62.45977, -32.33668 62.45977, -32.33668 62.45977, -32.33668 62.45977))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_6299'^^xsd:string;
  dwc:observationDate '2012-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4494> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.94646 -20.47555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.94646"^^xsd:decimal ;
  dwc:decimalLongitude "-20.47555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.94646 -20.47555)"^^geo:wktLiteral ;
  geo-pos:lat "67.94646"^^xsd:decimal ;
  geo-pos:long "-20.47555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4494'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_4494'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.454166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-20.47555'^^xsd:double;
  dwc:startLongitude '-20.47555'^^xsd:double;
  dwc:endLongitude '-20.47555'^^xsd:double;
  dwc:latitude '67.94646'^^xsd:double;
  dwc:startLatitude '67.94646'^^xsd:double;
  dwc:endLatitude '67.94646'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-20.47555 67.94646, -20.47555 67.94646, -20.47555 67.94646, -20.47555 67.94646, -20.47555 67.94646))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4494'^^xsd:string;
  dwc:observationDate '2006-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4217> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.41427 -17.66998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.41427"^^xsd:decimal ;
  dwc:decimalLongitude "-17.66998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.41427 -17.66998)"^^geo:wktLiteral ;
  geo-pos:lat "66.41427"^^xsd:decimal ;
  geo-pos:long "-17.66998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4217'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4217'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19.769722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.66998'^^xsd:double;
  dwc:startLongitude '-17.66998'^^xsd:double;
  dwc:endLongitude '-17.66998'^^xsd:double;
  dwc:latitude '66.41427'^^xsd:double;
  dwc:startLatitude '66.41427'^^xsd:double;
  dwc:endLatitude '66.41427'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.66998 66.41427, -17.66998 66.41427, -17.66998 66.41427, -17.66998 66.41427, -17.66998 66.41427))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4217'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5789> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.33452 -28.33607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.33452"^^xsd:decimal ;
  dwc:decimalLongitude "-28.33607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.33452 -28.33607)"^^geo:wktLiteral ;
  geo-pos:lat "38.33452"^^xsd:decimal ;
  geo-pos:long "-28.33607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5789'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_5789'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.8958333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.33607'^^xsd:double;
  dwc:startLongitude '-28.33607'^^xsd:double;
  dwc:endLongitude '-28.33607'^^xsd:double;
  dwc:latitude '38.33452'^^xsd:double;
  dwc:startLatitude '38.33452'^^xsd:double;
  dwc:endLatitude '38.33452'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.33607 38.33452, -28.33607 38.33452, -28.33607 38.33452, -28.33607 38.33452, -28.33607 38.33452))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5789'^^xsd:string;
  dwc:observationDate '2012-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5208> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9696 -16.35987)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.9696"^^xsd:decimal ;
  dwc:decimalLongitude "-16.35987"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9696 -16.35987)"^^geo:wktLiteral ;
  geo-pos:lat "32.9696"^^xsd:decimal ;
  geo-pos:long "-16.35987"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5208'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_5208'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '16.362777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.35987'^^xsd:double;
  dwc:startLongitude '-16.35987'^^xsd:double;
  dwc:endLongitude '-16.35987'^^xsd:double;
  dwc:latitude '32.9696'^^xsd:double;
  dwc:startLatitude '32.9696'^^xsd:double;
  dwc:endLatitude '32.9696'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.35987 32.9696, -16.35987 32.9696, -16.35987 32.9696, -16.35987 32.9696, -16.35987 32.9696))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5208'^^xsd:string;
  dwc:observationDate '2008-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5298> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.62262 -16.90482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.62262"^^xsd:decimal ;
  dwc:decimalLongitude "-16.90482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.62262 -16.90482)"^^geo:wktLiteral ;
  geo-pos:lat "32.62262"^^xsd:decimal ;
  geo-pos:long "-16.90482"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5298'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_5298'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.307777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.90482'^^xsd:double;
  dwc:startLongitude '-16.90482'^^xsd:double;
  dwc:endLongitude '-16.90482'^^xsd:double;
  dwc:latitude '32.62262'^^xsd:double;
  dwc:startLatitude '32.62262'^^xsd:double;
  dwc:endLatitude '32.62262'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.90482 32.62262, -16.90482 32.62262, -16.90482 32.62262, -16.90482 32.62262, -16.90482 32.62262))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5298'^^xsd:string;
  dwc:observationDate '2008-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5686> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.91058 -23.15985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.91058"^^xsd:decimal ;
  dwc:decimalLongitude "-23.15985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.91058 -23.15985)"^^geo:wktLiteral ;
  geo-pos:lat "36.91058"^^xsd:decimal ;
  geo-pos:long "-23.15985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5686'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_5686'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.165277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.15985'^^xsd:double;
  dwc:startLongitude '-23.15985'^^xsd:double;
  dwc:endLongitude '-23.15985'^^xsd:double;
  dwc:latitude '36.91058'^^xsd:double;
  dwc:startLatitude '36.91058'^^xsd:double;
  dwc:endLatitude '36.91058'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.15985 36.91058, -23.15985 36.91058, -23.15985 36.91058, -23.15985 36.91058, -23.15985 36.91058))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5686'^^xsd:string;
  dwc:observationDate '2012-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4195> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5359 -17.62975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.5359"^^xsd:decimal ;
  dwc:decimalLongitude "-17.62975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5359 -17.62975)"^^geo:wktLiteral ;
  geo-pos:lat "66.5359"^^xsd:decimal ;
  geo-pos:long "-17.62975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4195'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4195'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.347222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.62975'^^xsd:double;
  dwc:startLongitude '-17.62975'^^xsd:double;
  dwc:endLongitude '-17.62975'^^xsd:double;
  dwc:latitude '66.5359'^^xsd:double;
  dwc:startLatitude '66.5359'^^xsd:double;
  dwc:endLatitude '66.5359'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.62975 66.5359, -17.62975 66.5359, -17.62975 66.5359, -17.62975 66.5359, -17.62975 66.5359))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4195'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5251> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.65934 -16.77065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.65934"^^xsd:decimal ;
  dwc:decimalLongitude "-16.77065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.65934 -16.77065)"^^geo:wktLiteral ;
  geo-pos:lat "32.65934"^^xsd:decimal ;
  geo-pos:long "-16.77065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5251'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_5251'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.701111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.77065'^^xsd:double;
  dwc:startLongitude '-16.77065'^^xsd:double;
  dwc:endLongitude '-16.77065'^^xsd:double;
  dwc:latitude '32.65934'^^xsd:double;
  dwc:startLatitude '32.65934'^^xsd:double;
  dwc:endLatitude '32.65934'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.77065 32.65934, -16.77065 32.65934, -16.77065 32.65934, -16.77065 32.65934, -16.77065 32.65934))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5251'^^xsd:string;
  dwc:observationDate '2008-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4162> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52628 -17.73133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52628"^^xsd:decimal ;
  dwc:decimalLongitude "-17.73133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52628 -17.73133)"^^geo:wktLiteral ;
  geo-pos:lat "66.52628"^^xsd:decimal ;
  geo-pos:long "-17.73133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4162'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4162'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.9575'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.73133'^^xsd:double;
  dwc:startLongitude '-17.73133'^^xsd:double;
  dwc:endLongitude '-17.73133'^^xsd:double;
  dwc:latitude '66.52628'^^xsd:double;
  dwc:startLatitude '66.52628'^^xsd:double;
  dwc:endLatitude '66.52628'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.73133 66.52628, -17.73133 66.52628, -17.73133 66.52628, -17.73133 66.52628, -17.73133 66.52628))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4162'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5743> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.29668 -28.25302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.29668"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.29668 -28.25302)"^^geo:wktLiteral ;
  geo-pos:lat "38.29668"^^xsd:decimal ;
  geo-pos:long "-28.25302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5743'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_5743'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '20.134444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.25302'^^xsd:double;
  dwc:startLongitude '-28.25302'^^xsd:double;
  dwc:endLongitude '-28.25302'^^xsd:double;
  dwc:latitude '38.29668'^^xsd:double;
  dwc:startLatitude '38.29668'^^xsd:double;
  dwc:endLatitude '38.29668'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.25302 38.29668, -28.25302 38.29668, -28.25302 38.29668, -28.25302 38.29668, -28.25302 38.29668))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5743'^^xsd:string;
  dwc:observationDate '2012-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6194> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83617 -58.88696)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83617"^^xsd:decimal ;
  dwc:decimalLongitude "-58.88696"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83617 -58.88696)"^^geo:wktLiteral ;
  geo-pos:lat "43.83617"^^xsd:decimal ;
  geo-pos:long "-58.88696"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6194'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_6194'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.289722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-58.88696'^^xsd:double;
  dwc:startLongitude '-58.88696'^^xsd:double;
  dwc:endLongitude '-58.88696'^^xsd:double;
  dwc:latitude '43.83617'^^xsd:double;
  dwc:startLatitude '43.83617'^^xsd:double;
  dwc:endLatitude '43.83617'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.88696 43.83617, -58.88696 43.83617, -58.88696 43.83617, -58.88696 43.83617, -58.88696 43.83617))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_6194'^^xsd:string;
  dwc:observationDate '2012-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5389> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.67847 -18.13342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.67847"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.67847 -18.13342)"^^geo:wktLiteral ;
  geo-pos:lat "27.67847"^^xsd:decimal ;
  geo-pos:long "-18.13342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5389'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_5389'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.215'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.13342'^^xsd:double;
  dwc:startLongitude '-18.13342'^^xsd:double;
  dwc:endLongitude '-18.13342'^^xsd:double;
  dwc:latitude '27.67847'^^xsd:double;
  dwc:startLatitude '27.67847'^^xsd:double;
  dwc:endLatitude '27.67847'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.13342 27.67847, -18.13342 27.67847, -18.13342 27.67847, -18.13342 27.67847, -18.13342 27.67847))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5389'^^xsd:string;
  dwc:observationDate '2008-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6190> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.84793 -58.91532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.84793"^^xsd:decimal ;
  dwc:decimalLongitude "-58.91532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.84793 -58.91532)"^^geo:wktLiteral ;
  geo-pos:lat "43.84793"^^xsd:decimal ;
  geo-pos:long "-58.91532"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6190'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_6190'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '19.744722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-58.91532'^^xsd:double;
  dwc:startLongitude '-58.91532'^^xsd:double;
  dwc:endLongitude '-58.91532'^^xsd:double;
  dwc:latitude '43.84793'^^xsd:double;
  dwc:startLatitude '43.84793'^^xsd:double;
  dwc:endLatitude '43.84793'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.91532 43.84793, -58.91532 43.84793, -58.91532 43.84793, -58.91532 43.84793, -58.91532 43.84793))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_6190'^^xsd:string;
  dwc:observationDate '2012-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_330> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.29133 -28.282)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.29133"^^xsd:decimal ;
  dwc:decimalLongitude "-28.282"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.29133 -28.282)"^^geo:wktLiteral ;
  geo-pos:lat "38.29133"^^xsd:decimal ;
  geo-pos:long "-28.282"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_330'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_330'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.95'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.282'^^xsd:double;
  dwc:startLongitude '-28.282'^^xsd:double;
  dwc:endLongitude '-28.282'^^xsd:double;
  dwc:latitude '38.29133'^^xsd:double;
  dwc:startLatitude '38.29133'^^xsd:double;
  dwc:endLatitude '38.29133'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.282 38.29133, -28.282 38.29133, -28.282 38.29133, -28.282 38.29133, -28.282 38.29133))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_330'^^xsd:string;
  dwc:observationDate '1993-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5370> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.65307 -18.0519)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.65307"^^xsd:decimal ;
  dwc:decimalLongitude "-18.0519"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.65307 -18.0519)"^^geo:wktLiteral ;
  geo-pos:lat "27.65307"^^xsd:decimal ;
  geo-pos:long "-18.0519"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5370'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_5370'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.0422222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.0519'^^xsd:double;
  dwc:startLongitude '-18.0519'^^xsd:double;
  dwc:endLongitude '-18.0519'^^xsd:double;
  dwc:latitude '27.65307'^^xsd:double;
  dwc:startLatitude '27.65307'^^xsd:double;
  dwc:endLatitude '27.65307'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.0519 27.65307, -18.0519 27.65307, -18.0519 27.65307, -18.0519 27.65307, -18.0519 27.65307))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5370'^^xsd:string;
  dwc:observationDate '2008-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5048> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.30822 -28.22354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.30822"^^xsd:decimal ;
  dwc:decimalLongitude "-28.22354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.30822 -28.22354)"^^geo:wktLiteral ;
  geo-pos:lat "38.30822"^^xsd:decimal ;
  geo-pos:long "-28.22354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5048'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_5048'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.05'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.22354'^^xsd:double;
  dwc:startLongitude '-28.22354'^^xsd:double;
  dwc:endLongitude '-28.22354'^^xsd:double;
  dwc:latitude '38.30822'^^xsd:double;
  dwc:startLatitude '38.30822'^^xsd:double;
  dwc:endLatitude '38.30822'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.22354 38.30822, -28.22354 38.30822, -28.22354 38.30822, -28.22354 38.30822, -28.22354 38.30822))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5048'^^xsd:string;
  dwc:observationDate '2008-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5371> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.65275 -18.03098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.65275"^^xsd:decimal ;
  dwc:decimalLongitude "-18.03098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.65275 -18.03098)"^^geo:wktLiteral ;
  geo-pos:lat "27.65275"^^xsd:decimal ;
  geo-pos:long "-18.03098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5371'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_5371'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.3858333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.03098'^^xsd:double;
  dwc:startLongitude '-18.03098'^^xsd:double;
  dwc:endLongitude '-18.03098'^^xsd:double;
  dwc:latitude '27.65275'^^xsd:double;
  dwc:startLatitude '27.65275'^^xsd:double;
  dwc:endLatitude '27.65275'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.03098 27.65275, -18.03098 27.65275, -18.03098 27.65275, -18.03098 27.65275, -18.03098 27.65275))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5371'^^xsd:string;
  dwc:observationDate '2008-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5365> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.68642 -18.1098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.68642"^^xsd:decimal ;
  dwc:decimalLongitude "-18.1098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.68642 -18.1098)"^^geo:wktLiteral ;
  geo-pos:lat "27.68642"^^xsd:decimal ;
  geo-pos:long "-18.1098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5365'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_5365'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.044722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.1098'^^xsd:double;
  dwc:startLongitude '-18.1098'^^xsd:double;
  dwc:endLongitude '-18.1098'^^xsd:double;
  dwc:latitude '27.68642'^^xsd:double;
  dwc:startLatitude '27.68642'^^xsd:double;
  dwc:endLatitude '27.68642'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.1098 27.68642, -18.1098 27.68642, -18.1098 27.68642, -18.1098 27.68642, -18.1098 27.68642))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5365'^^xsd:string;
  dwc:observationDate '2008-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_183> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0445 -26.872)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0445"^^xsd:decimal ;
  dwc:decimalLongitude "-26.872"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0445 -26.872)"^^geo:wktLiteral ;
  geo-pos:lat "38.0445"^^xsd:decimal ;
  geo-pos:long "-26.872"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_183'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_183'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.909166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.872'^^xsd:double;
  dwc:startLongitude '-26.872'^^xsd:double;
  dwc:endLongitude '-26.872'^^xsd:double;
  dwc:latitude '38.0445'^^xsd:double;
  dwc:startLatitude '38.0445'^^xsd:double;
  dwc:endLatitude '38.0445'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.872 38.0445, -26.872 38.0445, -26.872 38.0445, -26.872 38.0445, -26.872 38.0445))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_183'^^xsd:string;
  dwc:observationDate '1993-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3475> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.22775 -12.7263)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.22775"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7263"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.22775 -12.7263)"^^geo:wktLiteral ;
  geo-pos:lat "30.22775"^^xsd:decimal ;
  geo-pos:long "-12.7263"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3475'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_3475'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14.994722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-12.7263'^^xsd:double;
  dwc:startLongitude '-12.7263'^^xsd:double;
  dwc:endLongitude '-12.7263'^^xsd:double;
  dwc:latitude '30.22775'^^xsd:double;
  dwc:startLatitude '30.22775'^^xsd:double;
  dwc:endLatitude '30.22775'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-12.7263 30.22775, -12.7263 30.22775, -12.7263 30.22775, -12.7263 30.22775, -12.7263 30.22775))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_3475'^^xsd:string;
  dwc:observationDate '2005-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5377> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.66017 -18.13897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.66017"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.66017 -18.13897)"^^geo:wktLiteral ;
  geo-pos:lat "27.66017"^^xsd:decimal ;
  geo-pos:long "-18.13897"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5377'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_5377'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.615277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.13897'^^xsd:double;
  dwc:startLongitude '-18.13897'^^xsd:double;
  dwc:endLongitude '-18.13897'^^xsd:double;
  dwc:latitude '27.66017'^^xsd:double;
  dwc:startLatitude '27.66017'^^xsd:double;
  dwc:endLatitude '27.66017'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.13897 27.66017, -18.13897 27.66017, -18.13897 27.66017, -18.13897 27.66017, -18.13897 27.66017))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5377'^^xsd:string;
  dwc:observationDate '2008-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4621> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.42933 29.63096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.42933"^^xsd:decimal ;
  dwc:decimalLongitude "29.63096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.42933 29.63096)"^^geo:wktLiteral ;
  geo-pos:lat "35.42933"^^xsd:decimal ;
  geo-pos:long "29.63096"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4621'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_4621'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.778888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '29.63096'^^xsd:double;
  dwc:startLongitude '29.63096'^^xsd:double;
  dwc:endLongitude '29.63096'^^xsd:double;
  dwc:latitude '35.42933'^^xsd:double;
  dwc:startLatitude '35.42933'^^xsd:double;
  dwc:endLatitude '35.42933'^^xsd:double;
  dwc:boundingBox 'POLYGON ((29.63096 35.42933, 29.63096 35.42933, 29.63096 35.42933, 29.63096 35.42933, 29.63096 35.42933))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_4621'^^xsd:string;
  dwc:observationDate '2007-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5357> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.63812 -18.05097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.63812"^^xsd:decimal ;
  dwc:decimalLongitude "-18.05097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.63812 -18.05097)"^^geo:wktLiteral ;
  geo-pos:lat "27.63812"^^xsd:decimal ;
  geo-pos:long "-18.05097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5357'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_5357'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '8.6444444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.05097'^^xsd:double;
  dwc:startLongitude '-18.05097'^^xsd:double;
  dwc:endLongitude '-18.05097'^^xsd:double;
  dwc:latitude '27.63812'^^xsd:double;
  dwc:startLatitude '27.63812'^^xsd:double;
  dwc:endLatitude '27.63812'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.05097 27.63812, -18.05097 27.63812, -18.05097 27.63812, -18.05097 27.63812, -18.05097 27.63812))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5357'^^xsd:string;
  dwc:observationDate '2008-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5120> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.28893 -28.28678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.28893"^^xsd:decimal ;
  dwc:decimalLongitude "-28.28678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.28893 -28.28678)"^^geo:wktLiteral ;
  geo-pos:lat "38.28893"^^xsd:decimal ;
  geo-pos:long "-28.28678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5120'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_5120'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.698333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.28678'^^xsd:double;
  dwc:startLongitude '-28.28678'^^xsd:double;
  dwc:endLongitude '-28.28678'^^xsd:double;
  dwc:latitude '38.28893'^^xsd:double;
  dwc:startLatitude '38.28893'^^xsd:double;
  dwc:endLatitude '38.28893'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.28678 38.28893, -28.28678 38.28893, -28.28678 38.28893, -28.28678 38.28893, -28.28678 38.28893))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5120'^^xsd:string;
  dwc:observationDate '2008-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5353> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.65447 -18.06167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.65447"^^xsd:decimal ;
  dwc:decimalLongitude "-18.06167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.65447 -18.06167)"^^geo:wktLiteral ;
  geo-pos:lat "27.65447"^^xsd:decimal ;
  geo-pos:long "-18.06167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5353'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_5353'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.6775'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.06167'^^xsd:double;
  dwc:startLongitude '-18.06167'^^xsd:double;
  dwc:endLongitude '-18.06167'^^xsd:double;
  dwc:latitude '27.65447'^^xsd:double;
  dwc:startLatitude '27.65447'^^xsd:double;
  dwc:endLatitude '27.65447'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.06167 27.65447, -18.06167 27.65447, -18.06167 27.65447, -18.06167 27.65447, -18.06167 27.65447))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5353'^^xsd:string;
  dwc:observationDate '2008-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5395> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.67665 -18.1106)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.67665"^^xsd:decimal ;
  dwc:decimalLongitude "-18.1106"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.67665 -18.1106)"^^geo:wktLiteral ;
  geo-pos:lat "27.67665"^^xsd:decimal ;
  geo-pos:long "-18.1106"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5395'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_5395'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.436388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.1106'^^xsd:double;
  dwc:startLongitude '-18.1106'^^xsd:double;
  dwc:endLongitude '-18.1106'^^xsd:double;
  dwc:latitude '27.67665'^^xsd:double;
  dwc:startLatitude '27.67665'^^xsd:double;
  dwc:endLatitude '27.67665'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.1106 27.67665, -18.1106 27.67665, -18.1106 27.67665, -18.1106 27.67665, -18.1106 27.67665))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5395'^^xsd:string;
  dwc:observationDate '2008-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5347> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.6744 -18.04763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.6744"^^xsd:decimal ;
  dwc:decimalLongitude "-18.04763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.6744 -18.04763)"^^geo:wktLiteral ;
  geo-pos:lat "27.6744"^^xsd:decimal ;
  geo-pos:long "-18.04763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5347'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_5347'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.7125'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.04763'^^xsd:double;
  dwc:startLongitude '-18.04763'^^xsd:double;
  dwc:endLongitude '-18.04763'^^xsd:double;
  dwc:latitude '27.6744'^^xsd:double;
  dwc:startLatitude '27.6744'^^xsd:double;
  dwc:endLatitude '27.6744'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.04763 27.6744, -18.04763 27.6744, -18.04763 27.6744, -18.04763 27.6744, -18.04763 27.6744))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5347'^^xsd:string;
  dwc:observationDate '2008-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5049> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.29559 -28.22743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.29559"^^xsd:decimal ;
  dwc:decimalLongitude "-28.22743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.29559 -28.22743)"^^geo:wktLiteral ;
  geo-pos:lat "38.29559"^^xsd:decimal ;
  geo-pos:long "-28.22743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5049'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_5049'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.195'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.22743'^^xsd:double;
  dwc:startLongitude '-28.22743'^^xsd:double;
  dwc:endLongitude '-28.22743'^^xsd:double;
  dwc:latitude '38.29559'^^xsd:double;
  dwc:startLatitude '38.29559'^^xsd:double;
  dwc:endLatitude '38.29559'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.22743 38.29559, -28.22743 38.29559, -28.22743 38.29559, -28.22743 38.29559, -28.22743 38.29559))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5049'^^xsd:string;
  dwc:observationDate '2008-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5356> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.63698 -18.04592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.63698"^^xsd:decimal ;
  dwc:decimalLongitude "-18.04592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.63698 -18.04592)"^^geo:wktLiteral ;
  geo-pos:lat "27.63698"^^xsd:decimal ;
  geo-pos:long "-18.04592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5356'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_5356'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.4319444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.04592'^^xsd:double;
  dwc:startLongitude '-18.04592'^^xsd:double;
  dwc:endLongitude '-18.04592'^^xsd:double;
  dwc:latitude '27.63698'^^xsd:double;
  dwc:startLatitude '27.63698'^^xsd:double;
  dwc:endLatitude '27.63698'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.04592 27.63698, -18.04592 27.63698, -18.04592 27.63698, -18.04592 27.63698, -18.04592 27.63698))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5356'^^xsd:string;
  dwc:observationDate '2008-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6191> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83447 -58.90252)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83447"^^xsd:decimal ;
  dwc:decimalLongitude "-58.90252"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83447 -58.90252)"^^geo:wktLiteral ;
  geo-pos:lat "43.83447"^^xsd:decimal ;
  geo-pos:long "-58.90252"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6191'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_6191'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.058055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-58.90252'^^xsd:double;
  dwc:startLongitude '-58.90252'^^xsd:double;
  dwc:endLongitude '-58.90252'^^xsd:double;
  dwc:latitude '43.83447'^^xsd:double;
  dwc:startLatitude '43.83447'^^xsd:double;
  dwc:endLatitude '43.83447'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.90252 43.83447, -58.90252 43.83447, -58.90252 43.83447, -58.90252 43.83447, -58.90252 43.83447))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_6191'^^xsd:string;
  dwc:observationDate '2012-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5322> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.56128 -16.87527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.56128"^^xsd:decimal ;
  dwc:decimalLongitude "-16.87527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.56128 -16.87527)"^^geo:wktLiteral ;
  geo-pos:lat "32.56128"^^xsd:decimal ;
  geo-pos:long "-16.87527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5322'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_5322'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.503333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.87527'^^xsd:double;
  dwc:startLongitude '-16.87527'^^xsd:double;
  dwc:endLongitude '-16.87527'^^xsd:double;
  dwc:latitude '32.56128'^^xsd:double;
  dwc:startLatitude '32.56128'^^xsd:double;
  dwc:endLatitude '32.56128'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.87527 32.56128, -16.87527 32.56128, -16.87527 32.56128, -16.87527 32.56128, -16.87527 32.56128))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5322'^^xsd:string;
  dwc:observationDate '2008-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4787> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.64944 -18.04008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.64944"^^xsd:decimal ;
  dwc:decimalLongitude "-18.04008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.64944 -18.04008)"^^geo:wktLiteral ;
  geo-pos:lat "27.64944"^^xsd:decimal ;
  geo-pos:long "-18.04008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4787'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_4787'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.8475'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.04008'^^xsd:double;
  dwc:startLongitude '-18.04008'^^xsd:double;
  dwc:endLongitude '-18.04008'^^xsd:double;
  dwc:latitude '27.64944'^^xsd:double;
  dwc:startLatitude '27.64944'^^xsd:double;
  dwc:endLatitude '27.64944'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.04008 27.64944, -18.04008 27.64944, -18.04008 27.64944, -18.04008 27.64944, -18.04008 27.64944))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_4787'^^xsd:string;
  dwc:observationDate '2008-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6022> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.3377 -45.69268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.3377"^^xsd:decimal ;
  dwc:decimalLongitude "-45.69268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.3377 -45.69268)"^^geo:wktLiteral ;
  geo-pos:lat "39.3377"^^xsd:decimal ;
  geo-pos:long "-45.69268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6022'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_6022'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '19.596111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-45.69268'^^xsd:double;
  dwc:startLongitude '-45.69268'^^xsd:double;
  dwc:endLongitude '-45.69268'^^xsd:double;
  dwc:latitude '39.3377'^^xsd:double;
  dwc:startLatitude '39.3377'^^xsd:double;
  dwc:endLatitude '39.3377'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-45.69268 39.3377, -45.69268 39.3377, -45.69268 39.3377, -45.69268 39.3377, -45.69268 39.3377))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_6022'^^xsd:string;
  dwc:observationDate '2012-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5401> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.66305 -18.07558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.66305"^^xsd:decimal ;
  dwc:decimalLongitude "-18.07558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.66305 -18.07558)"^^geo:wktLiteral ;
  geo-pos:lat "27.66305"^^xsd:decimal ;
  geo-pos:long "-18.07558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5401'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_5401'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.831666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.07558'^^xsd:double;
  dwc:startLongitude '-18.07558'^^xsd:double;
  dwc:endLongitude '-18.07558'^^xsd:double;
  dwc:latitude '27.66305'^^xsd:double;
  dwc:startLatitude '27.66305'^^xsd:double;
  dwc:endLatitude '27.66305'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.07558 27.66305, -18.07558 27.66305, -18.07558 27.66305, -18.07558 27.66305, -18.07558 27.66305))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5401'^^xsd:string;
  dwc:observationDate '2008-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5362> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.67678 -18.08832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.67678"^^xsd:decimal ;
  dwc:decimalLongitude "-18.08832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.67678 -18.08832)"^^geo:wktLiteral ;
  geo-pos:lat "27.67678"^^xsd:decimal ;
  geo-pos:long "-18.08832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5362'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_5362'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.9430555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.08832'^^xsd:double;
  dwc:startLongitude '-18.08832'^^xsd:double;
  dwc:endLongitude '-18.08832'^^xsd:double;
  dwc:latitude '27.67678'^^xsd:double;
  dwc:startLatitude '27.67678'^^xsd:double;
  dwc:endLatitude '27.67678'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.08832 27.67678, -18.08832 27.67678, -18.08832 27.67678, -18.08832 27.67678, -18.08832 27.67678))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5362'^^xsd:string;
  dwc:observationDate '2008-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5254> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.60368 -17.04005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.60368"^^xsd:decimal ;
  dwc:decimalLongitude "-17.04005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.60368 -17.04005)"^^geo:wktLiteral ;
  geo-pos:lat "32.60368"^^xsd:decimal ;
  geo-pos:long "-17.04005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5254'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_5254'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.090277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.04005'^^xsd:double;
  dwc:startLongitude '-17.04005'^^xsd:double;
  dwc:endLongitude '-17.04005'^^xsd:double;
  dwc:latitude '32.60368'^^xsd:double;
  dwc:startLatitude '32.60368'^^xsd:double;
  dwc:endLatitude '32.60368'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.04005 32.60368, -17.04005 32.60368, -17.04005 32.60368, -17.04005 32.60368, -17.04005 32.60368))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5254'^^xsd:string;
  dwc:observationDate '2008-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5140> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.38595 -28.42929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.38595"^^xsd:decimal ;
  dwc:decimalLongitude "-28.42929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.38595 -28.42929)"^^geo:wktLiteral ;
  geo-pos:lat "38.38595"^^xsd:decimal ;
  geo-pos:long "-28.42929"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5140'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_5140'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.429722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.42929'^^xsd:double;
  dwc:startLongitude '-28.42929'^^xsd:double;
  dwc:endLongitude '-28.42929'^^xsd:double;
  dwc:latitude '38.38595'^^xsd:double;
  dwc:startLatitude '38.38595'^^xsd:double;
  dwc:endLatitude '38.38595'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.42929 38.38595, -28.42929 38.38595, -28.42929 38.38595, -28.42929 38.38595, -28.42929 38.38595))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5140'^^xsd:string;
  dwc:observationDate '2008-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5351> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.65053 -18.02408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.65053"^^xsd:decimal ;
  dwc:decimalLongitude "-18.02408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.65053 -18.02408)"^^geo:wktLiteral ;
  geo-pos:lat "27.65053"^^xsd:decimal ;
  geo-pos:long "-18.02408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5351'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_5351'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.469166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.02408'^^xsd:double;
  dwc:startLongitude '-18.02408'^^xsd:double;
  dwc:endLongitude '-18.02408'^^xsd:double;
  dwc:latitude '27.65053'^^xsd:double;
  dwc:startLatitude '27.65053'^^xsd:double;
  dwc:endLatitude '27.65053'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.02408 27.65053, -18.02408 27.65053, -18.02408 27.65053, -18.02408 27.65053, -18.02408 27.65053))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5351'^^xsd:string;
  dwc:observationDate '2008-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2714> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.17623 20.31445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.17623"^^xsd:decimal ;
  dwc:decimalLongitude "20.31445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.17623 20.31445)"^^geo:wktLiteral ;
  geo-pos:lat "38.17623"^^xsd:decimal ;
  geo-pos:long "20.31445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2714'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_2714'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.083333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '20.31445'^^xsd:double;
  dwc:startLongitude '20.31445'^^xsd:double;
  dwc:endLongitude '20.31445'^^xsd:double;
  dwc:latitude '38.17623'^^xsd:double;
  dwc:startLatitude '38.17623'^^xsd:double;
  dwc:endLatitude '38.17623'^^xsd:double;
  dwc:boundingBox 'POLYGON ((20.31445 38.17623, 20.31445 38.17623, 20.31445 38.17623, 20.31445 38.17623, 20.31445 38.17623))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_2714'^^xsd:string;
  dwc:observationDate '2003-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5360> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.67777 -18.07958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.67777"^^xsd:decimal ;
  dwc:decimalLongitude "-18.07958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.67777 -18.07958)"^^geo:wktLiteral ;
  geo-pos:lat "27.67777"^^xsd:decimal ;
  geo-pos:long "-18.07958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5360'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_5360'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.958333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.07958'^^xsd:double;
  dwc:startLongitude '-18.07958'^^xsd:double;
  dwc:endLongitude '-18.07958'^^xsd:double;
  dwc:latitude '27.67777'^^xsd:double;
  dwc:startLatitude '27.67777'^^xsd:double;
  dwc:endLatitude '27.67777'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.07958 27.67777, -18.07958 27.67777, -18.07958 27.67777, -18.07958 27.67777, -18.07958 27.67777))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5360'^^xsd:string;
  dwc:observationDate '2008-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5019> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3413 -28.23415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.3413"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3413 -28.23415)"^^geo:wktLiteral ;
  geo-pos:lat "38.3413"^^xsd:decimal ;
  geo-pos:long "-28.23415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5019'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_5019'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14.118333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.23415'^^xsd:double;
  dwc:startLongitude '-28.23415'^^xsd:double;
  dwc:endLongitude '-28.23415'^^xsd:double;
  dwc:latitude '38.3413'^^xsd:double;
  dwc:startLatitude '38.3413'^^xsd:double;
  dwc:endLatitude '38.3413'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.23415 38.3413, -28.23415 38.3413, -28.23415 38.3413, -28.23415 38.3413, -28.23415 38.3413))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5019'^^xsd:string;
  dwc:observationDate '2008-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1003> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.62717 -17.07433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.62717"^^xsd:decimal ;
  dwc:decimalLongitude "-17.07433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.62717 -17.07433)"^^geo:wktLiteral ;
  geo-pos:lat "32.62717"^^xsd:decimal ;
  geo-pos:long "-17.07433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1003'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_1003'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.721666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.07433'^^xsd:double;
  dwc:startLongitude '-17.07433'^^xsd:double;
  dwc:endLongitude '-17.07433'^^xsd:double;
  dwc:latitude '32.62717'^^xsd:double;
  dwc:startLatitude '32.62717'^^xsd:double;
  dwc:endLatitude '32.62717'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.07433 32.62717, -17.07433 32.62717, -17.07433 32.62717, -17.07433 32.62717, -17.07433 32.62717))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_1003'^^xsd:string;
  dwc:observationDate '1995-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5373> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.63373 -18.03393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.63373"^^xsd:decimal ;
  dwc:decimalLongitude "-18.03393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.63373 -18.03393)"^^geo:wktLiteral ;
  geo-pos:lat "27.63373"^^xsd:decimal ;
  geo-pos:long "-18.03393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5373'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_5373'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.3313888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.03393'^^xsd:double;
  dwc:startLongitude '-18.03393'^^xsd:double;
  dwc:endLongitude '-18.03393'^^xsd:double;
  dwc:latitude '27.63373'^^xsd:double;
  dwc:startLatitude '27.63373'^^xsd:double;
  dwc:endLatitude '27.63373'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.03393 27.63373, -18.03393 27.63373, -18.03393 27.63373, -18.03393 27.63373, -18.03393 27.63373))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5373'^^xsd:string;
  dwc:observationDate '2008-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2712> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.17059 20.3138)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.17059"^^xsd:decimal ;
  dwc:decimalLongitude "20.3138"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.17059 20.3138)"^^geo:wktLiteral ;
  geo-pos:lat "38.17059"^^xsd:decimal ;
  geo-pos:long "20.3138"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2712'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_2712'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.4725'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '20.3138'^^xsd:double;
  dwc:startLongitude '20.3138'^^xsd:double;
  dwc:endLongitude '20.3138'^^xsd:double;
  dwc:latitude '38.17059'^^xsd:double;
  dwc:startLatitude '38.17059'^^xsd:double;
  dwc:endLatitude '38.17059'^^xsd:double;
  dwc:boundingBox 'POLYGON ((20.3138 38.17059, 20.3138 38.17059, 20.3138 38.17059, 20.3138 38.17059, 20.3138 38.17059))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_2712'^^xsd:string;
  dwc:observationDate '2003-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4815> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.66957 -18.09433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.66957"^^xsd:decimal ;
  dwc:decimalLongitude "-18.09433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.66957 -18.09433)"^^geo:wktLiteral ;
  geo-pos:lat "27.66957"^^xsd:decimal ;
  geo-pos:long "-18.09433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4815'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1158_4815'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '9.0613888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.09433'^^xsd:double;
  dwc:startLongitude '-18.09433'^^xsd:double;
  dwc:endLongitude '-18.09433'^^xsd:double;
  dwc:latitude '27.66957'^^xsd:double;
  dwc:startLatitude '27.66957'^^xsd:double;
  dwc:endLatitude '27.66957'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.09433 27.66957, -18.09433 27.66957, -18.09433 27.66957, -18.09433 27.66957, -18.09433 27.66957))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_4815'^^xsd:string;
  dwc:observationDate '2008-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5047> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.32113 -28.2173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.32113"^^xsd:decimal ;
  dwc:decimalLongitude "-28.2173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.32113 -28.2173)"^^geo:wktLiteral ;
  geo-pos:lat "38.32113"^^xsd:decimal ;
  geo-pos:long "-28.2173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5047'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_5047'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.935'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.2173'^^xsd:double;
  dwc:startLongitude '-28.2173'^^xsd:double;
  dwc:endLongitude '-28.2173'^^xsd:double;
  dwc:latitude '38.32113'^^xsd:double;
  dwc:startLatitude '38.32113'^^xsd:double;
  dwc:endLatitude '38.32113'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.2173 38.32113, -28.2173 38.32113, -28.2173 38.32113, -28.2173 38.32113, -28.2173 38.32113))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5047'^^xsd:string;
  dwc:observationDate '2008-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4215> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.4611 -17.76805)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.4611"^^xsd:decimal ;
  dwc:decimalLongitude "-17.76805"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.4611 -17.76805)"^^geo:wktLiteral ;
  geo-pos:lat "66.4611"^^xsd:decimal ;
  geo-pos:long "-17.76805"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4215'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4215'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19.053611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.76805'^^xsd:double;
  dwc:startLongitude '-17.76805'^^xsd:double;
  dwc:endLongitude '-17.76805'^^xsd:double;
  dwc:latitude '66.4611'^^xsd:double;
  dwc:startLatitude '66.4611'^^xsd:double;
  dwc:endLatitude '66.4611'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.76805 66.4611, -17.76805 66.4611, -17.76805 66.4611, -17.76805 66.4611, -17.76805 66.4611))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4215'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5363> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.67505 -18.10568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.67505"^^xsd:decimal ;
  dwc:decimalLongitude "-18.10568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.67505 -18.10568)"^^geo:wktLiteral ;
  geo-pos:lat "27.67505"^^xsd:decimal ;
  geo-pos:long "-18.10568"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5363'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_5363'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.430277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.10568'^^xsd:double;
  dwc:startLongitude '-18.10568'^^xsd:double;
  dwc:endLongitude '-18.10568'^^xsd:double;
  dwc:latitude '27.67505'^^xsd:double;
  dwc:startLatitude '27.67505'^^xsd:double;
  dwc:endLatitude '27.67505'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.10568 27.67505, -18.10568 27.67505, -18.10568 27.67505, -18.10568 27.67505, -18.10568 27.67505))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5363'^^xsd:string;
  dwc:observationDate '2008-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4517> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.61422 -23.42407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.61422"^^xsd:decimal ;
  dwc:decimalLongitude "-23.42407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.61422 -23.42407)"^^geo:wktLiteral ;
  geo-pos:lat "67.61422"^^xsd:decimal ;
  geo-pos:long "-23.42407"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4517'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_4517'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '23.483055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.42407'^^xsd:double;
  dwc:startLongitude '-23.42407'^^xsd:double;
  dwc:endLongitude '-23.42407'^^xsd:double;
  dwc:latitude '67.61422'^^xsd:double;
  dwc:startLatitude '67.61422'^^xsd:double;
  dwc:endLatitude '67.61422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.42407 67.61422, -23.42407 67.61422, -23.42407 67.61422, -23.42407 67.61422, -23.42407 67.61422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4517'^^xsd:string;
  dwc:observationDate '2006-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4023> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.16363 -22.41057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.16363"^^xsd:decimal ;
  dwc:decimalLongitude "-22.41057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.16363 -22.41057)"^^geo:wktLiteral ;
  geo-pos:lat "64.16363"^^xsd:decimal ;
  geo-pos:long "-22.41057"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4023'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_4023'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.2986111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.41057'^^xsd:double;
  dwc:startLongitude '-22.41057'^^xsd:double;
  dwc:endLongitude '-22.41057'^^xsd:double;
  dwc:latitude '64.16363'^^xsd:double;
  dwc:startLatitude '64.16363'^^xsd:double;
  dwc:endLatitude '64.16363'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.41057 64.16363, -22.41057 64.16363, -22.41057 64.16363, -22.41057 64.16363, -22.41057 64.16363))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4023'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6103> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.1541 -68.944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.1541"^^xsd:decimal ;
  dwc:decimalLongitude "-68.944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.1541 -68.944)"^^geo:wktLiteral ;
  geo-pos:lat "41.1541"^^xsd:decimal ;
  geo-pos:long "-68.944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6103'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_6103'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '9.3022222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.944'^^xsd:double;
  dwc:startLongitude '-68.944'^^xsd:double;
  dwc:endLongitude '-68.944'^^xsd:double;
  dwc:latitude '41.1541'^^xsd:double;
  dwc:startLatitude '41.1541'^^xsd:double;
  dwc:endLatitude '41.1541'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.944 41.1541, -68.944 41.1541, -68.944 41.1541, -68.944 41.1541, -68.944 41.1541))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_6103'^^xsd:string;
  dwc:observationDate '2012-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4436> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.61378 -18.90602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.61378"^^xsd:decimal ;
  dwc:decimalLongitude "-18.90602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.61378 -18.90602)"^^geo:wktLiteral ;
  geo-pos:lat "66.61378"^^xsd:decimal ;
  geo-pos:long "-18.90602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4436'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_4436'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '8.3091666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.90602'^^xsd:double;
  dwc:startLongitude '-18.90602'^^xsd:double;
  dwc:endLongitude '-18.90602'^^xsd:double;
  dwc:latitude '66.61378'^^xsd:double;
  dwc:startLatitude '66.61378'^^xsd:double;
  dwc:endLatitude '66.61378'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.90602 66.61378, -18.90602 66.61378, -18.90602 66.61378, -18.90602 66.61378, -18.90602 66.61378))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4436'^^xsd:string;
  dwc:observationDate '2006-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4133> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.73507 -17.79672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.73507"^^xsd:decimal ;
  dwc:decimalLongitude "-17.79672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.73507 -17.79672)"^^geo:wktLiteral ;
  geo-pos:lat "66.73507"^^xsd:decimal ;
  geo-pos:long "-17.79672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4133'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_4133'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '21.492222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.79672'^^xsd:double;
  dwc:startLongitude '-17.79672'^^xsd:double;
  dwc:endLongitude '-17.79672'^^xsd:double;
  dwc:latitude '66.73507'^^xsd:double;
  dwc:startLatitude '66.73507'^^xsd:double;
  dwc:endLatitude '66.73507'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.79672 66.73507, -17.79672 66.73507, -17.79672 66.73507, -17.79672 66.73507, -17.79672 66.73507))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4133'^^xsd:string;
  dwc:observationDate '2006-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4152> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.58604 -17.77532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.58604"^^xsd:decimal ;
  dwc:decimalLongitude "-17.77532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.58604 -17.77532)"^^geo:wktLiteral ;
  geo-pos:lat "66.58604"^^xsd:decimal ;
  geo-pos:long "-17.77532"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4152'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4152'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.3986111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.77532'^^xsd:double;
  dwc:startLongitude '-17.77532'^^xsd:double;
  dwc:endLongitude '-17.77532'^^xsd:double;
  dwc:latitude '66.58604'^^xsd:double;
  dwc:startLatitude '66.58604'^^xsd:double;
  dwc:endLatitude '66.58604'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.77532 66.58604, -17.77532 66.58604, -17.77532 66.58604, -17.77532 66.58604, -17.77532 66.58604))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4152'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4537> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.4866 -25.3417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.4866"^^xsd:decimal ;
  dwc:decimalLongitude "-25.3417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.4866 -25.3417)"^^geo:wktLiteral ;
  geo-pos:lat "66.4866"^^xsd:decimal ;
  geo-pos:long "-25.3417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4537'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_4537'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.9775'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.3417'^^xsd:double;
  dwc:startLongitude '-25.3417'^^xsd:double;
  dwc:endLongitude '-25.3417'^^xsd:double;
  dwc:latitude '66.4866'^^xsd:double;
  dwc:startLatitude '66.4866'^^xsd:double;
  dwc:endLatitude '66.4866'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.3417 66.4866, -25.3417 66.4866, -25.3417 66.4866, -25.3417 66.4866, -25.3417 66.4866))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4537'^^xsd:string;
  dwc:observationDate '2006-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5879> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.29892 -27.92728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.29892"^^xsd:decimal ;
  dwc:decimalLongitude "-27.92728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.29892 -27.92728)"^^geo:wktLiteral ;
  geo-pos:lat "38.29892"^^xsd:decimal ;
  geo-pos:long "-27.92728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5879'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_5879'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.7838888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.92728'^^xsd:double;
  dwc:startLongitude '-27.92728'^^xsd:double;
  dwc:endLongitude '-27.92728'^^xsd:double;
  dwc:latitude '38.29892'^^xsd:double;
  dwc:startLatitude '38.29892'^^xsd:double;
  dwc:endLatitude '38.29892'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.92728 38.29892, -27.92728 38.29892, -27.92728 38.29892, -27.92728 38.29892, -27.92728 38.29892))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5879'^^xsd:string;
  dwc:observationDate '2012-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6075> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.10476 -56.3343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.10476"^^xsd:decimal ;
  dwc:decimalLongitude "-56.3343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.10476 -56.3343)"^^geo:wktLiteral ;
  geo-pos:lat "35.10476"^^xsd:decimal ;
  geo-pos:long "-56.3343"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6075'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_6075'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '22'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-56.3343'^^xsd:double;
  dwc:startLongitude '-56.3343'^^xsd:double;
  dwc:endLongitude '-56.3343'^^xsd:double;
  dwc:latitude '35.10476'^^xsd:double;
  dwc:startLatitude '35.10476'^^xsd:double;
  dwc:endLatitude '35.10476'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.3343 35.10476, -56.3343 35.10476, -56.3343 35.10476, -56.3343 35.10476, -56.3343 35.10476))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_6075'^^xsd:string;
  dwc:observationDate '2012-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4083> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.0172 -21.82073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.0172"^^xsd:decimal ;
  dwc:decimalLongitude "-21.82073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.0172 -21.82073)"^^geo:wktLiteral ;
  geo-pos:lat "67.0172"^^xsd:decimal ;
  geo-pos:long "-21.82073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4083'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_4083'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.8680555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-21.82073'^^xsd:double;
  dwc:startLongitude '-21.82073'^^xsd:double;
  dwc:endLongitude '-21.82073'^^xsd:double;
  dwc:latitude '67.0172'^^xsd:double;
  dwc:startLatitude '67.0172'^^xsd:double;
  dwc:endLatitude '67.0172'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-21.82073 67.0172, -21.82073 67.0172, -21.82073 67.0172, -21.82073 67.0172, -21.82073 67.0172))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4083'^^xsd:string;
  dwc:observationDate '2006-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5996> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.00863 -41.91652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.00863"^^xsd:decimal ;
  dwc:decimalLongitude "-41.91652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.00863 -41.91652)"^^geo:wktLiteral ;
  geo-pos:lat "41.00863"^^xsd:decimal ;
  geo-pos:long "-41.91652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5996'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_5996'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.19'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-41.91652'^^xsd:double;
  dwc:startLongitude '-41.91652'^^xsd:double;
  dwc:endLongitude '-41.91652'^^xsd:double;
  dwc:latitude '41.00863'^^xsd:double;
  dwc:startLatitude '41.00863'^^xsd:double;
  dwc:endLatitude '41.00863'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-41.91652 41.00863, -41.91652 41.00863, -41.91652 41.00863, -41.91652 41.00863, -41.91652 41.00863))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5996'^^xsd:string;
  dwc:observationDate '2012-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4831> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.582 -17.9408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.582"^^xsd:decimal ;
  dwc:decimalLongitude "-17.9408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.582 -17.9408)"^^geo:wktLiteral ;
  geo-pos:lat "28.582"^^xsd:decimal ;
  geo-pos:long "-17.9408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4831'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_4831'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.603611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.9408'^^xsd:double;
  dwc:startLongitude '-17.9408'^^xsd:double;
  dwc:endLongitude '-17.9408'^^xsd:double;
  dwc:latitude '28.582'^^xsd:double;
  dwc:startLatitude '28.582'^^xsd:double;
  dwc:endLatitude '28.582'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.9408 28.582, -17.9408 28.582, -17.9408 28.582, -17.9408 28.582, -17.9408 28.582))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4831'^^xsd:string;
  dwc:observationDate '2008-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5801> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.39337 -28.53295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.39337"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.39337 -28.53295)"^^geo:wktLiteral ;
  geo-pos:lat "38.39337"^^xsd:decimal ;
  geo-pos:long "-28.53295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5801'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_5801'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '8.85'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.53295'^^xsd:double;
  dwc:startLongitude '-28.53295'^^xsd:double;
  dwc:endLongitude '-28.53295'^^xsd:double;
  dwc:latitude '38.39337'^^xsd:double;
  dwc:startLatitude '38.39337'^^xsd:double;
  dwc:endLatitude '38.39337'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.53295 38.39337, -28.53295 38.39337, -28.53295 38.39337, -28.53295 38.39337, -28.53295 38.39337))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5801'^^xsd:string;
  dwc:observationDate '2012-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5944> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4669 -28.77803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4669"^^xsd:decimal ;
  dwc:decimalLongitude "-28.77803"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4669 -28.77803)"^^geo:wktLiteral ;
  geo-pos:lat "38.4669"^^xsd:decimal ;
  geo-pos:long "-28.77803"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5944'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_5944'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.460833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.77803'^^xsd:double;
  dwc:startLongitude '-28.77803'^^xsd:double;
  dwc:endLongitude '-28.77803'^^xsd:double;
  dwc:latitude '38.4669'^^xsd:double;
  dwc:startLatitude '38.4669'^^xsd:double;
  dwc:endLatitude '38.4669'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.77803 38.4669, -28.77803 38.4669, -28.77803 38.4669, -28.77803 38.4669, -28.77803 38.4669))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5944'^^xsd:string;
  dwc:observationDate '2012-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5792> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.28775 -28.3017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.28775"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.28775 -28.3017)"^^geo:wktLiteral ;
  geo-pos:lat "38.28775"^^xsd:decimal ;
  geo-pos:long "-28.3017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5792'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_5792'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.6452777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.3017'^^xsd:double;
  dwc:startLongitude '-28.3017'^^xsd:double;
  dwc:endLongitude '-28.3017'^^xsd:double;
  dwc:latitude '38.28775'^^xsd:double;
  dwc:startLatitude '38.28775'^^xsd:double;
  dwc:endLatitude '38.28775'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.3017 38.28775, -28.3017 38.28775, -28.3017 38.28775, -28.3017 38.28775, -28.3017 38.28775))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5792'^^xsd:string;
  dwc:observationDate '2012-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4005> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.3803 -47.4642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.3803"^^xsd:decimal ;
  dwc:decimalLongitude "-47.4642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.3803 -47.4642)"^^geo:wktLiteral ;
  geo-pos:lat "46.3803"^^xsd:decimal ;
  geo-pos:long "-47.4642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4005'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_4005'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.134444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-47.4642'^^xsd:double;
  dwc:startLongitude '-47.4642'^^xsd:double;
  dwc:endLongitude '-47.4642'^^xsd:double;
  dwc:latitude '46.3803'^^xsd:double;
  dwc:startLatitude '46.3803'^^xsd:double;
  dwc:endLatitude '46.3803'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-47.4642 46.3803, -47.4642 46.3803, -47.4642 46.3803, -47.4642 46.3803, -47.4642 46.3803))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4005'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4125> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.68539 -17.79987)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.68539"^^xsd:decimal ;
  dwc:decimalLongitude "-17.79987"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.68539 -17.79987)"^^geo:wktLiteral ;
  geo-pos:lat "66.68539"^^xsd:decimal ;
  geo-pos:long "-17.79987"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4125'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_4125'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18.207777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.79987'^^xsd:double;
  dwc:startLongitude '-17.79987'^^xsd:double;
  dwc:endLongitude '-17.79987'^^xsd:double;
  dwc:latitude '66.68539'^^xsd:double;
  dwc:startLatitude '66.68539'^^xsd:double;
  dwc:endLatitude '66.68539'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.79987 66.68539, -17.79987 66.68539, -17.79987 66.68539, -17.79987 66.68539, -17.79987 66.68539))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4125'^^xsd:string;
  dwc:observationDate '2006-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4000> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15517 -47.4077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15517"^^xsd:decimal ;
  dwc:decimalLongitude "-47.4077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15517 -47.4077)"^^geo:wktLiteral ;
  geo-pos:lat "46.15517"^^xsd:decimal ;
  geo-pos:long "-47.4077"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4000'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_4000'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.276388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-47.4077'^^xsd:double;
  dwc:startLongitude '-47.4077'^^xsd:double;
  dwc:endLongitude '-47.4077'^^xsd:double;
  dwc:latitude '46.15517'^^xsd:double;
  dwc:startLatitude '46.15517'^^xsd:double;
  dwc:endLatitude '46.15517'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-47.4077 46.15517, -47.4077 46.15517, -47.4077 46.15517, -47.4077 46.15517, -47.4077 46.15517))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4000'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5268> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.71873 -16.61605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.71873"^^xsd:decimal ;
  dwc:decimalLongitude "-16.61605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.71873 -16.61605)"^^geo:wktLiteral ;
  geo-pos:lat "32.71873"^^xsd:decimal ;
  geo-pos:long "-16.61605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5268'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_5268'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.960555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.61605'^^xsd:double;
  dwc:startLongitude '-16.61605'^^xsd:double;
  dwc:endLongitude '-16.61605'^^xsd:double;
  dwc:latitude '32.71873'^^xsd:double;
  dwc:startLatitude '32.71873'^^xsd:double;
  dwc:endLatitude '32.71873'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.61605 32.71873, -16.61605 32.71873, -16.61605 32.71873, -16.61605 32.71873, -16.61605 32.71873))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_5268'^^xsd:string;
  dwc:observationDate '2008-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4281> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5562 -17.76385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.5562"^^xsd:decimal ;
  dwc:decimalLongitude "-17.76385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5562 -17.76385)"^^geo:wktLiteral ;
  geo-pos:lat "66.5562"^^xsd:decimal ;
  geo-pos:long "-17.76385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4281'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_4281'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8.2766666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.76385'^^xsd:double;
  dwc:startLongitude '-17.76385'^^xsd:double;
  dwc:endLongitude '-17.76385'^^xsd:double;
  dwc:latitude '66.5562'^^xsd:double;
  dwc:startLatitude '66.5562'^^xsd:double;
  dwc:endLatitude '66.5562'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.76385 66.5562, -17.76385 66.5562, -17.76385 66.5562, -17.76385 66.5562, -17.76385 66.5562))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4281'^^xsd:string;
  dwc:observationDate '2006-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4082> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.0472 -22.11551)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.0472"^^xsd:decimal ;
  dwc:decimalLongitude "-22.11551"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.0472 -22.11551)"^^geo:wktLiteral ;
  geo-pos:lat "67.0472"^^xsd:decimal ;
  geo-pos:long "-22.11551"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4082'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_4082'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '4.9625'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.11551'^^xsd:double;
  dwc:startLongitude '-22.11551'^^xsd:double;
  dwc:endLongitude '-22.11551'^^xsd:double;
  dwc:latitude '67.0472'^^xsd:double;
  dwc:startLatitude '67.0472'^^xsd:double;
  dwc:endLatitude '67.0472'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.11551 67.0472, -22.11551 67.0472, -22.11551 67.0472, -22.11551 67.0472, -22.11551 67.0472))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4082'^^xsd:string;
  dwc:observationDate '2006-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4004> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.36592 -47.4575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.36592"^^xsd:decimal ;
  dwc:decimalLongitude "-47.4575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.36592 -47.4575)"^^geo:wktLiteral ;
  geo-pos:lat "46.36592"^^xsd:decimal ;
  geo-pos:long "-47.4575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4004'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_4004'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.897222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-47.4575'^^xsd:double;
  dwc:startLongitude '-47.4575'^^xsd:double;
  dwc:endLongitude '-47.4575'^^xsd:double;
  dwc:latitude '46.36592'^^xsd:double;
  dwc:startLatitude '46.36592'^^xsd:double;
  dwc:endLatitude '46.36592'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-47.4575 46.36592, -47.4575 46.36592, -47.4575 46.36592, -47.4575 46.36592, -47.4575 46.36592))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4004'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4146> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.61102 -17.74115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.61102"^^xsd:decimal ;
  dwc:decimalLongitude "-17.74115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.61102 -17.74115)"^^geo:wktLiteral ;
  geo-pos:lat "66.61102"^^xsd:decimal ;
  geo-pos:long "-17.74115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4146'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_4146'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '5.3047222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.74115'^^xsd:double;
  dwc:startLongitude '-17.74115'^^xsd:double;
  dwc:endLongitude '-17.74115'^^xsd:double;
  dwc:latitude '66.61102'^^xsd:double;
  dwc:startLatitude '66.61102'^^xsd:double;
  dwc:endLatitude '66.61102'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.74115 66.61102, -17.74115 66.61102, -17.74115 66.61102, -17.74115 66.61102, -17.74115 66.61102))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4146'^^xsd:string;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6136> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58737 -66.2582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58737"^^xsd:decimal ;
  dwc:decimalLongitude "-66.2582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58737 -66.2582)"^^geo:wktLiteral ;
  geo-pos:lat "42.58737"^^xsd:decimal ;
  geo-pos:long "-66.2582"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6136'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_6136'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.1358333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.2582'^^xsd:double;
  dwc:startLongitude '-66.2582'^^xsd:double;
  dwc:endLongitude '-66.2582'^^xsd:double;
  dwc:latitude '42.58737'^^xsd:double;
  dwc:startLatitude '42.58737'^^xsd:double;
  dwc:endLatitude '42.58737'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.2582 42.58737, -66.2582 42.58737, -66.2582 42.58737, -66.2582 42.58737, -66.2582 42.58737))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_6136'^^xsd:string;
  dwc:observationDate '2012-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4234> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.29995 -17.32687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.29995"^^xsd:decimal ;
  dwc:decimalLongitude "-17.32687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.29995 -17.32687)"^^geo:wktLiteral ;
  geo-pos:lat "66.29995"^^xsd:decimal ;
  geo-pos:long "-17.32687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4234'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_4234'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '0.053333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.32687'^^xsd:double;
  dwc:startLongitude '-17.32687'^^xsd:double;
  dwc:endLongitude '-17.32687'^^xsd:double;
  dwc:latitude '66.29995'^^xsd:double;
  dwc:startLatitude '66.29995'^^xsd:double;
  dwc:endLatitude '66.29995'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.32687 66.29995, -17.32687 66.29995, -17.32687 66.29995, -17.32687 66.29995, -17.32687 66.29995))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_4234'^^xsd:string;
  dwc:observationDate '2006-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6662> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73412 -1.87907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73412"^^xsd:decimal ;
  dwc:decimalLongitude "-1.87907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73412 -1.87907)"^^geo:wktLiteral ;
  geo-pos:lat "36.73412"^^xsd:decimal ;
  geo-pos:long "-1.87907"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6662'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_6662'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '6.0041666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-1.87907'^^xsd:double;
  dwc:startLongitude '-1.87907'^^xsd:double;
  dwc:endLongitude '-1.87907'^^xsd:double;
  dwc:latitude '36.73412'^^xsd:double;
  dwc:startLatitude '36.73412'^^xsd:double;
  dwc:endLatitude '36.73412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.87907 36.73412, -1.87907 36.73412, -1.87907 36.73412, -1.87907 36.73412, -1.87907 36.73412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1158_6662'^^xsd:string;
  dwc:observationDate '2013-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_511> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.50033 7.764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.50033"^^xsd:decimal ;
  dwc:decimalLongitude "7.764"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.50033 7.764)"^^geo:wktLiteral ;
  geo-pos:lat "42.50033"^^xsd:decimal ;
  geo-pos:long "7.764"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_511'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_511'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '20.943055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.764'^^xsd:double;
  dwc:startLongitude '7.764'^^xsd:double;
  dwc:endLongitude '7.764'^^xsd:double;
  dwc:latitude '42.50033'^^xsd:double;
  dwc:startLatitude '42.50033'^^xsd:double;
  dwc:endLatitude '42.50033'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.764 42.50033, 7.764 42.50033, 7.764 42.50033, 7.764 42.50033, 7.764 42.50033))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_511'^^xsd:string;
  dwc:observationDate '1994-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2689> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.1627 17.66172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.1627"^^xsd:decimal ;
  dwc:decimalLongitude "17.66172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.1627 17.66172)"^^geo:wktLiteral ;
  geo-pos:lat "37.1627"^^xsd:decimal ;
  geo-pos:long "17.66172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2689'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_2689'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.583333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '17.66172'^^xsd:double;
  dwc:startLongitude '17.66172'^^xsd:double;
  dwc:endLongitude '17.66172'^^xsd:double;
  dwc:latitude '37.1627'^^xsd:double;
  dwc:startLatitude '37.1627'^^xsd:double;
  dwc:endLatitude '37.1627'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.66172 37.1627, 17.66172 37.1627, 17.66172 37.1627, 17.66172 37.1627, 17.66172 37.1627))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_2689'^^xsd:string;
  dwc:observationDate '2003-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_489> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.265 7.89517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.265"^^xsd:decimal ;
  dwc:decimalLongitude "7.89517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.265 7.89517)"^^geo:wktLiteral ;
  geo-pos:lat "43.265"^^xsd:decimal ;
  geo-pos:long "7.89517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_489'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_489'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.6655555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.89517'^^xsd:double;
  dwc:startLongitude '7.89517'^^xsd:double;
  dwc:endLongitude '7.89517'^^xsd:double;
  dwc:latitude '43.265'^^xsd:double;
  dwc:startLatitude '43.265'^^xsd:double;
  dwc:endLatitude '43.265'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.89517 43.265, 7.89517 43.265, 7.89517 43.265, 7.89517 43.265, 7.89517 43.265))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_489'^^xsd:string;
  dwc:observationDate '1994-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_404> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.76917 8.62683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.76917"^^xsd:decimal ;
  dwc:decimalLongitude "8.62683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.76917 8.62683)"^^geo:wktLiteral ;
  geo-pos:lat "42.76917"^^xsd:decimal ;
  geo-pos:long "8.62683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_404'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_404'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '20.3625'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '8.62683'^^xsd:double;
  dwc:startLongitude '8.62683'^^xsd:double;
  dwc:endLongitude '8.62683'^^xsd:double;
  dwc:latitude '42.76917'^^xsd:double;
  dwc:startLatitude '42.76917'^^xsd:double;
  dwc:endLatitude '42.76917'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.62683 42.76917, 8.62683 42.76917, 8.62683 42.76917, 8.62683 42.76917, 8.62683 42.76917))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_404'^^xsd:string;
  dwc:observationDate '1994-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2734> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.42413 13.13948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.42413"^^xsd:decimal ;
  dwc:decimalLongitude "13.13948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.42413 13.13948)"^^geo:wktLiteral ;
  geo-pos:lat "35.42413"^^xsd:decimal ;
  geo-pos:long "13.13948"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2734'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_2734'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '6.7333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '13.13948'^^xsd:double;
  dwc:startLongitude '13.13948'^^xsd:double;
  dwc:endLongitude '13.13948'^^xsd:double;
  dwc:latitude '35.42413'^^xsd:double;
  dwc:startLatitude '35.42413'^^xsd:double;
  dwc:endLatitude '35.42413'^^xsd:double;
  dwc:boundingBox 'POLYGON ((13.13948 35.42413, 13.13948 35.42413, 13.13948 35.42413, 13.13948 35.42413, 13.13948 35.42413))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_2734'^^xsd:string;
  dwc:observationDate '2003-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3368> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.37971 2.49177)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.37971"^^xsd:decimal ;
  dwc:decimalLongitude "2.49177"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.37971 2.49177)"^^geo:wktLiteral ;
  geo-pos:lat "38.37971"^^xsd:decimal ;
  geo-pos:long "2.49177"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3368'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_3368'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.56'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '2.49177'^^xsd:double;
  dwc:startLongitude '2.49177'^^xsd:double;
  dwc:endLongitude '2.49177'^^xsd:double;
  dwc:latitude '38.37971'^^xsd:double;
  dwc:startLatitude '38.37971'^^xsd:double;
  dwc:endLatitude '38.37971'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.49177 38.37971, 2.49177 38.37971, 2.49177 38.37971, 2.49177 38.37971, 2.49177 38.37971))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_3368'^^xsd:string;
  dwc:observationDate '2004-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_499> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68616 8.62083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68616"^^xsd:decimal ;
  dwc:decimalLongitude "8.62083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68616 8.62083)"^^geo:wktLiteral ;
  geo-pos:lat "42.68616"^^xsd:decimal ;
  geo-pos:long "8.62083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_499'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_499'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.027222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '8.62083'^^xsd:double;
  dwc:startLongitude '8.62083'^^xsd:double;
  dwc:endLongitude '8.62083'^^xsd:double;
  dwc:latitude '42.68616'^^xsd:double;
  dwc:startLatitude '42.68616'^^xsd:double;
  dwc:endLatitude '42.68616'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.62083 42.68616, 8.62083 42.68616, 8.62083 42.68616, 8.62083 42.68616, 8.62083 42.68616))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_499'^^xsd:string;
  dwc:observationDate '1994-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2746> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.09422 11.0975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.09422"^^xsd:decimal ;
  dwc:decimalLongitude "11.0975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.09422 11.0975)"^^geo:wktLiteral ;
  geo-pos:lat "40.09422"^^xsd:decimal ;
  geo-pos:long "11.0975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2746'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_2746'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.666388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '11.0975'^^xsd:double;
  dwc:startLongitude '11.0975'^^xsd:double;
  dwc:endLongitude '11.0975'^^xsd:double;
  dwc:latitude '40.09422'^^xsd:double;
  dwc:startLatitude '40.09422'^^xsd:double;
  dwc:endLatitude '40.09422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.0975 40.09422, 11.0975 40.09422, 11.0975 40.09422, 11.0975 40.09422, 11.0975 40.09422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_2746'^^xsd:string;
  dwc:observationDate '2003-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_483> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53517 7.2315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53517"^^xsd:decimal ;
  dwc:decimalLongitude "7.2315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53517 7.2315)"^^geo:wktLiteral ;
  geo-pos:lat "43.53517"^^xsd:decimal ;
  geo-pos:long "7.2315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_483'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_483'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.445'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.2315'^^xsd:double;
  dwc:startLongitude '7.2315'^^xsd:double;
  dwc:endLongitude '7.2315'^^xsd:double;
  dwc:latitude '43.53517'^^xsd:double;
  dwc:startLatitude '43.53517'^^xsd:double;
  dwc:endLatitude '43.53517'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.2315 43.53517, 7.2315 43.53517, 7.2315 43.53517, 7.2315 43.53517, 7.2315 43.53517))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_483'^^xsd:string;
  dwc:observationDate '1994-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_491> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.234 7.94683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.234"^^xsd:decimal ;
  dwc:decimalLongitude "7.94683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.234 7.94683)"^^geo:wktLiteral ;
  geo-pos:lat "43.234"^^xsd:decimal ;
  geo-pos:long "7.94683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_491'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_491'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.391666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.94683'^^xsd:double;
  dwc:startLongitude '7.94683'^^xsd:double;
  dwc:endLongitude '7.94683'^^xsd:double;
  dwc:latitude '43.234'^^xsd:double;
  dwc:startLatitude '43.234'^^xsd:double;
  dwc:endLatitude '43.234'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.94683 43.234, 7.94683 43.234, 7.94683 43.234, 7.94683 43.234, 7.94683 43.234))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_491'^^xsd:string;
  dwc:observationDate '1994-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3399> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.13762 -5.20238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.13762"^^xsd:decimal ;
  dwc:decimalLongitude "-5.20238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.13762 -5.20238)"^^geo:wktLiteral ;
  geo-pos:lat "36.13762"^^xsd:decimal ;
  geo-pos:long "-5.20238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3399'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_3399'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.620555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.20238'^^xsd:double;
  dwc:startLongitude '-5.20238'^^xsd:double;
  dwc:endLongitude '-5.20238'^^xsd:double;
  dwc:latitude '36.13762'^^xsd:double;
  dwc:startLatitude '36.13762'^^xsd:double;
  dwc:endLatitude '36.13762'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.20238 36.13762, -5.20238 36.13762, -5.20238 36.13762, -5.20238 36.13762, -5.20238 36.13762))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_3399'^^xsd:string;
  dwc:observationDate '2004-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_423> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 7.229)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "7.229"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 7.229)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "7.229"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_423'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_423'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '7.4177777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.229'^^xsd:double;
  dwc:startLongitude '7.229'^^xsd:double;
  dwc:endLongitude '7.229'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:startLatitude '43.46'^^xsd:double;
  dwc:endLatitude '43.46'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.229 43.46, 7.229 43.46, 7.229 43.46, 7.229 43.46, 7.229 43.46))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_423'^^xsd:string;
  dwc:observationDate '1994-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6874> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.42345 24.8183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.42345"^^xsd:decimal ;
  dwc:decimalLongitude "24.8183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.42345 24.8183)"^^geo:wktLiteral ;
  geo-pos:lat "40.42345"^^xsd:decimal ;
  geo-pos:long "24.8183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6874'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_6874'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.7744444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '24.8183'^^xsd:double;
  dwc:startLongitude '24.8183'^^xsd:double;
  dwc:endLongitude '24.8183'^^xsd:double;
  dwc:latitude '40.42345'^^xsd:double;
  dwc:startLatitude '40.42345'^^xsd:double;
  dwc:endLatitude '40.42345'^^xsd:double;
  dwc:boundingBox 'POLYGON ((24.8183 40.42345, 24.8183 40.42345, 24.8183 40.42345, 24.8183 40.42345, 24.8183 40.42345))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_6874'^^xsd:string;
  dwc:observationDate '2013-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_585> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.525 7.893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.525"^^xsd:decimal ;
  dwc:decimalLongitude "7.893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.525 7.893)"^^geo:wktLiteral ;
  geo-pos:lat "42.525"^^xsd:decimal ;
  geo-pos:long "7.893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_585'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_585'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.4475'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.893'^^xsd:double;
  dwc:startLongitude '7.893'^^xsd:double;
  dwc:endLongitude '7.893'^^xsd:double;
  dwc:latitude '42.525'^^xsd:double;
  dwc:startLatitude '42.525'^^xsd:double;
  dwc:endLatitude '42.525'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.893 42.525, 7.893 42.525, 7.893 42.525, 7.893 42.525, 7.893 42.525))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_585'^^xsd:string;
  dwc:observationDate '1994-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4633> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.48046 32.63135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.48046"^^xsd:decimal ;
  dwc:decimalLongitude "32.63135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.48046 32.63135)"^^geo:wktLiteral ;
  geo-pos:lat "35.48046"^^xsd:decimal ;
  geo-pos:long "32.63135"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4633'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_4633'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.6619444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '32.63135'^^xsd:double;
  dwc:startLongitude '32.63135'^^xsd:double;
  dwc:endLongitude '32.63135'^^xsd:double;
  dwc:latitude '35.48046'^^xsd:double;
  dwc:startLatitude '35.48046'^^xsd:double;
  dwc:endLatitude '35.48046'^^xsd:double;
  dwc:boundingBox 'POLYGON ((32.63135 35.48046, 32.63135 35.48046, 32.63135 35.48046, 32.63135 35.48046, 32.63135 35.48046))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_4633'^^xsd:string;
  dwc:observationDate '2007-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3280> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.39745 3.56222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.39745"^^xsd:decimal ;
  dwc:decimalLongitude "3.56222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.39745 3.56222)"^^geo:wktLiteral ;
  geo-pos:lat "39.39745"^^xsd:decimal ;
  geo-pos:long "3.56222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3280'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_3280'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.0663888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '3.56222'^^xsd:double;
  dwc:startLongitude '3.56222'^^xsd:double;
  dwc:endLongitude '3.56222'^^xsd:double;
  dwc:latitude '39.39745'^^xsd:double;
  dwc:startLatitude '39.39745'^^xsd:double;
  dwc:endLatitude '39.39745'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.56222 39.39745, 3.56222 39.39745, 3.56222 39.39745, 3.56222 39.39745, 3.56222 39.39745))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_3280'^^xsd:string;
  dwc:observationDate '2004-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6854> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.40947 26.03332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.40947"^^xsd:decimal ;
  dwc:decimalLongitude "26.03332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.40947 26.03332)"^^geo:wktLiteral ;
  geo-pos:lat "40.40947"^^xsd:decimal ;
  geo-pos:long "26.03332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6854'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_6854'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '22.642777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '26.03332'^^xsd:double;
  dwc:startLongitude '26.03332'^^xsd:double;
  dwc:endLongitude '26.03332'^^xsd:double;
  dwc:latitude '40.40947'^^xsd:double;
  dwc:startLatitude '40.40947'^^xsd:double;
  dwc:endLatitude '40.40947'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.03332 40.40947, 26.03332 40.40947, 26.03332 40.40947, 26.03332 40.40947, 26.03332 40.40947))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_6854'^^xsd:string;
  dwc:observationDate '2013-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6732> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.42878 26.33042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.42878"^^xsd:decimal ;
  dwc:decimalLongitude "26.33042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.42878 26.33042)"^^geo:wktLiteral ;
  geo-pos:lat "40.42878"^^xsd:decimal ;
  geo-pos:long "26.33042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6732'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_6732'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '3.2591666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '26.33042'^^xsd:double;
  dwc:startLongitude '26.33042'^^xsd:double;
  dwc:endLongitude '26.33042'^^xsd:double;
  dwc:latitude '40.42878'^^xsd:double;
  dwc:startLatitude '40.42878'^^xsd:double;
  dwc:endLatitude '40.42878'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.33042 40.42878, 26.33042 40.42878, 26.33042 40.42878, 26.33042 40.42878, 26.33042 40.42878))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_6732'^^xsd:string;
  dwc:observationDate '2013-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6702> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.6391 12.9276)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.6391"^^xsd:decimal ;
  dwc:decimalLongitude "12.9276"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.6391 12.9276)"^^geo:wktLiteral ;
  geo-pos:lat "40.6391"^^xsd:decimal ;
  geo-pos:long "12.9276"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6702'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_6702'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.374722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '12.9276'^^xsd:double;
  dwc:startLongitude '12.9276'^^xsd:double;
  dwc:endLongitude '12.9276'^^xsd:double;
  dwc:latitude '40.6391'^^xsd:double;
  dwc:startLatitude '40.6391'^^xsd:double;
  dwc:endLatitude '40.6391'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.9276 40.6391, 12.9276 40.6391, 12.9276 40.6391, 12.9276 40.6391, 12.9276 40.6391))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_6702'^^xsd:string;
  dwc:observationDate '2013-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6648> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.34058 -3.44125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.34058"^^xsd:decimal ;
  dwc:decimalLongitude "-3.44125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.34058 -3.44125)"^^geo:wktLiteral ;
  geo-pos:lat "36.34058"^^xsd:decimal ;
  geo-pos:long "-3.44125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6648'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_6648'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.776388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-3.44125'^^xsd:double;
  dwc:startLongitude '-3.44125'^^xsd:double;
  dwc:endLongitude '-3.44125'^^xsd:double;
  dwc:latitude '36.34058'^^xsd:double;
  dwc:startLatitude '36.34058'^^xsd:double;
  dwc:endLatitude '36.34058'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.44125 36.34058, -3.44125 36.34058, -3.44125 36.34058, -3.44125 36.34058, -3.44125 36.34058))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_6648'^^xsd:string;
  dwc:observationDate '2013-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4617> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.05257 29.07457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.05257"^^xsd:decimal ;
  dwc:decimalLongitude "29.07457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.05257 29.07457)"^^geo:wktLiteral ;
  geo-pos:lat "36.05257"^^xsd:decimal ;
  geo-pos:long "29.07457"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4617'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_4617'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.6744444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '29.07457'^^xsd:double;
  dwc:startLongitude '29.07457'^^xsd:double;
  dwc:endLongitude '29.07457'^^xsd:double;
  dwc:latitude '36.05257'^^xsd:double;
  dwc:startLatitude '36.05257'^^xsd:double;
  dwc:endLatitude '36.05257'^^xsd:double;
  dwc:boundingBox 'POLYGON ((29.07457 36.05257, 29.07457 36.05257, 29.07457 36.05257, 29.07457 36.05257, 29.07457 36.05257))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_4617'^^xsd:string;
  dwc:observationDate '2007-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6915> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.79997 26.18958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.79997"^^xsd:decimal ;
  dwc:decimalLongitude "26.18958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.79997 26.18958)"^^geo:wktLiteral ;
  geo-pos:lat "37.79997"^^xsd:decimal ;
  geo-pos:long "26.18958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6915'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_6915'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.532777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '26.18958'^^xsd:double;
  dwc:startLongitude '26.18958'^^xsd:double;
  dwc:endLongitude '26.18958'^^xsd:double;
  dwc:latitude '37.79997'^^xsd:double;
  dwc:startLatitude '37.79997'^^xsd:double;
  dwc:endLatitude '37.79997'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.18958 37.79997, 26.18958 37.79997, 26.18958 37.79997, 26.18958 37.79997, 26.18958 37.79997))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_6915'^^xsd:string;
  dwc:observationDate '2013-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3225> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.83067 -5.1586)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.83067"^^xsd:decimal ;
  dwc:decimalLongitude "-5.1586"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.83067 -5.1586)"^^geo:wktLiteral ;
  geo-pos:lat "35.83067"^^xsd:decimal ;
  geo-pos:long "-5.1586"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3225'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_3225'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12.613333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.1586'^^xsd:double;
  dwc:startLongitude '-5.1586'^^xsd:double;
  dwc:endLongitude '-5.1586'^^xsd:double;
  dwc:latitude '35.83067'^^xsd:double;
  dwc:startLatitude '35.83067'^^xsd:double;
  dwc:endLatitude '35.83067'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.1586 35.83067, -5.1586 35.83067, -5.1586 35.83067, -5.1586 35.83067, -5.1586 35.83067))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_3225'^^xsd:string;
  dwc:observationDate '2004-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6873> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.39905 25.93686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.39905"^^xsd:decimal ;
  dwc:decimalLongitude "25.93686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.39905 25.93686)"^^geo:wktLiteral ;
  geo-pos:lat "40.39905"^^xsd:decimal ;
  geo-pos:long "25.93686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6873'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_6873'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.493888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '25.93686'^^xsd:double;
  dwc:startLongitude '25.93686'^^xsd:double;
  dwc:endLongitude '25.93686'^^xsd:double;
  dwc:latitude '40.39905'^^xsd:double;
  dwc:startLatitude '40.39905'^^xsd:double;
  dwc:endLatitude '40.39905'^^xsd:double;
  dwc:boundingBox 'POLYGON ((25.93686 40.39905, 25.93686 40.39905, 25.93686 40.39905, 25.93686 40.39905, 25.93686 40.39905))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_6873'^^xsd:string;
  dwc:observationDate '2013-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4644> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.14285 24.18472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.14285"^^xsd:decimal ;
  dwc:decimalLongitude "24.18472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.14285 24.18472)"^^geo:wktLiteral ;
  geo-pos:lat "35.14285"^^xsd:decimal ;
  geo-pos:long "24.18472"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4644'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_4644'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.328611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '24.18472'^^xsd:double;
  dwc:startLongitude '24.18472'^^xsd:double;
  dwc:endLongitude '24.18472'^^xsd:double;
  dwc:latitude '35.14285'^^xsd:double;
  dwc:startLatitude '35.14285'^^xsd:double;
  dwc:endLatitude '35.14285'^^xsd:double;
  dwc:boundingBox 'POLYGON ((24.18472 35.14285, 24.18472 35.14285, 24.18472 35.14285, 24.18472 35.14285, 24.18472 35.14285))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_4644'^^xsd:string;
  dwc:observationDate '2007-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6608> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.83175 -9.67197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.83175"^^xsd:decimal ;
  dwc:decimalLongitude "-9.67197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.83175 -9.67197)"^^geo:wktLiteral ;
  geo-pos:lat "41.83175"^^xsd:decimal ;
  geo-pos:long "-9.67197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6608'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_6608'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22.835833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-9.67197'^^xsd:double;
  dwc:startLongitude '-9.67197'^^xsd:double;
  dwc:endLongitude '-9.67197'^^xsd:double;
  dwc:latitude '41.83175'^^xsd:double;
  dwc:startLatitude '41.83175'^^xsd:double;
  dwc:endLatitude '41.83175'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.67197 41.83175, -9.67197 41.83175, -9.67197 41.83175, -9.67197 41.83175, -9.67197 41.83175))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_6608'^^xsd:string;
  dwc:observationDate '2013-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4659> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.9855 26.91122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.9855"^^xsd:decimal ;
  dwc:decimalLongitude "26.91122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.9855 26.91122)"^^geo:wktLiteral ;
  geo-pos:lat "35.9855"^^xsd:decimal ;
  geo-pos:long "26.91122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4659'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_4659'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.013611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '26.91122'^^xsd:double;
  dwc:startLongitude '26.91122'^^xsd:double;
  dwc:endLongitude '26.91122'^^xsd:double;
  dwc:latitude '35.9855'^^xsd:double;
  dwc:startLatitude '35.9855'^^xsd:double;
  dwc:endLatitude '35.9855'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.91122 35.9855, 26.91122 35.9855, 26.91122 35.9855, 26.91122 35.9855, 26.91122 35.9855))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_4659'^^xsd:string;
  dwc:observationDate '2007-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4647> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03705 21.19047)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03705"^^xsd:decimal ;
  dwc:decimalLongitude "21.19047"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03705 21.19047)"^^geo:wktLiteral ;
  geo-pos:lat "33.03705"^^xsd:decimal ;
  geo-pos:long "21.19047"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4647'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_4647'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '16.681666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '21.19047'^^xsd:double;
  dwc:startLongitude '21.19047'^^xsd:double;
  dwc:endLongitude '21.19047'^^xsd:double;
  dwc:latitude '33.03705'^^xsd:double;
  dwc:startLatitude '33.03705'^^xsd:double;
  dwc:endLatitude '33.03705'^^xsd:double;
  dwc:boundingBox 'POLYGON ((21.19047 33.03705, 21.19047 33.03705, 21.19047 33.03705, 21.19047 33.03705, 21.19047 33.03705))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_4647'^^xsd:string;
  dwc:observationDate '2007-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6655> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.46278 -2.8251)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.46278"^^xsd:decimal ;
  dwc:decimalLongitude "-2.8251"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.46278 -2.8251)"^^geo:wktLiteral ;
  geo-pos:lat "36.46278"^^xsd:decimal ;
  geo-pos:long "-2.8251"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6655'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_6655'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.251944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-2.8251'^^xsd:double;
  dwc:startLongitude '-2.8251'^^xsd:double;
  dwc:endLongitude '-2.8251'^^xsd:double;
  dwc:latitude '36.46278'^^xsd:double;
  dwc:startLatitude '36.46278'^^xsd:double;
  dwc:endLatitude '36.46278'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.8251 36.46278, -2.8251 36.46278, -2.8251 36.46278, -2.8251 36.46278, -2.8251 36.46278))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_6655'^^xsd:string;
  dwc:observationDate '2013-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5758> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.00441 -26.23133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.00441"^^xsd:decimal ;
  dwc:decimalLongitude "-26.23133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.00441 -26.23133)"^^geo:wktLiteral ;
  geo-pos:lat "38.00441"^^xsd:decimal ;
  geo-pos:long "-26.23133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5758'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_5758'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '20.378611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.23133'^^xsd:double;
  dwc:startLongitude '-26.23133'^^xsd:double;
  dwc:endLongitude '-26.23133'^^xsd:double;
  dwc:latitude '38.00441'^^xsd:double;
  dwc:startLatitude '38.00441'^^xsd:double;
  dwc:endLatitude '38.00441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.23133 38.00441, -26.23133 38.00441, -26.23133 38.00441, -26.23133 38.00441, -26.23133 38.00441))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_5758'^^xsd:string;
  dwc:observationDate '2012-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2694> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.65998 20.68858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.65998"^^xsd:decimal ;
  dwc:decimalLongitude "20.68858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.65998 20.68858)"^^geo:wktLiteral ;
  geo-pos:lat "37.65998"^^xsd:decimal ;
  geo-pos:long "20.68858"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2694'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_2694'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.5027777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '20.68858'^^xsd:double;
  dwc:startLongitude '20.68858'^^xsd:double;
  dwc:endLongitude '20.68858'^^xsd:double;
  dwc:latitude '37.65998'^^xsd:double;
  dwc:startLatitude '37.65998'^^xsd:double;
  dwc:endLatitude '37.65998'^^xsd:double;
  dwc:boundingBox 'POLYGON ((20.68858 37.65998, 20.68858 37.65998, 20.68858 37.65998, 20.68858 37.65998, 20.68858 37.65998))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_2694'^^xsd:string;
  dwc:observationDate '2003-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_383> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91467 7.49783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91467"^^xsd:decimal ;
  dwc:decimalLongitude "7.49783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91467 7.49783)"^^geo:wktLiteral ;
  geo-pos:lat "42.91467"^^xsd:decimal ;
  geo-pos:long "7.49783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_383'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_383'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.714166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.49783'^^xsd:double;
  dwc:startLongitude '7.49783'^^xsd:double;
  dwc:endLongitude '7.49783'^^xsd:double;
  dwc:latitude '42.91467'^^xsd:double;
  dwc:startLatitude '42.91467'^^xsd:double;
  dwc:endLatitude '42.91467'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.49783 42.91467, 7.49783 42.91467, 7.49783 42.91467, 7.49783 42.91467, 7.49783 42.91467))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1158_383'^^xsd:string;
  dwc:observationDate '1994-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1692> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.11143 -61.86183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.11143"^^xsd:decimal ;
  dwc:decimalLongitude "-61.86183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.11143 -61.86183)"^^geo:wktLiteral ;
  geo-pos:lat "16.11143"^^xsd:decimal ;
  geo-pos:long "-61.86183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1692'^^xsd:string;
  dwc:scientificName 'Stenella attenuata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_1692'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.776944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.86183'^^xsd:double;
  dwc:startLongitude '-61.86183'^^xsd:double;
  dwc:endLongitude '-61.86183'^^xsd:double;
  dwc:latitude '16.11143'^^xsd:double;
  dwc:startLatitude '16.11143'^^xsd:double;
  dwc:endLatitude '16.11143'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.86183 16.11143, -61.86183 16.11143, -61.86183 16.11143, -61.86183 16.11143, -61.86183 16.11143))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (pantropical)" by the provider'^^xsd:string;
  dwc:aphiaid '137105'^^xsd:integer;
  dwc:occurrenceId '1158_1692'^^xsd:string;
  dwc:observationDate '2000-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1701> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.39098 -60.55051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.39098"^^xsd:decimal ;
  dwc:decimalLongitude "-60.55051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.39098 -60.55051)"^^geo:wktLiteral ;
  geo-pos:lat "11.39098"^^xsd:decimal ;
  geo-pos:long "-60.55051"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1701'^^xsd:string;
  dwc:scientificName 'Stenella attenuata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_1701'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.692222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-60.55051'^^xsd:double;
  dwc:startLongitude '-60.55051'^^xsd:double;
  dwc:endLongitude '-60.55051'^^xsd:double;
  dwc:latitude '11.39098'^^xsd:double;
  dwc:startLatitude '11.39098'^^xsd:double;
  dwc:endLatitude '11.39098'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-60.55051 11.39098, -60.55051 11.39098, -60.55051 11.39098, -60.55051 11.39098, -60.55051 11.39098))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (pantropical)" by the provider'^^xsd:string;
  dwc:aphiaid '137105'^^xsd:integer;
  dwc:occurrenceId '1158_1701'^^xsd:string;
  dwc:observationDate '2000-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1693> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.12272 -61.89762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.12272"^^xsd:decimal ;
  dwc:decimalLongitude "-61.89762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.12272 -61.89762)"^^geo:wktLiteral ;
  geo-pos:lat "16.12272"^^xsd:decimal ;
  geo-pos:long "-61.89762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1693'^^xsd:string;
  dwc:scientificName 'Stenella attenuata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_1693'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '19.166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.89762'^^xsd:double;
  dwc:startLongitude '-61.89762'^^xsd:double;
  dwc:endLongitude '-61.89762'^^xsd:double;
  dwc:latitude '16.12272'^^xsd:double;
  dwc:startLatitude '16.12272'^^xsd:double;
  dwc:endLatitude '16.12272'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.89762 16.12272, -61.89762 16.12272, -61.89762 16.12272, -61.89762 16.12272, -61.89762 16.12272))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (pantropical)" by the provider'^^xsd:string;
  dwc:aphiaid '137105'^^xsd:integer;
  dwc:occurrenceId '1158_1693'^^xsd:string;
  dwc:observationDate '2000-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1775> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.0581 -61.86615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.0581"^^xsd:decimal ;
  dwc:decimalLongitude "-61.86615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.0581 -61.86615)"^^geo:wktLiteral ;
  geo-pos:lat "16.0581"^^xsd:decimal ;
  geo-pos:long "-61.86615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1775'^^xsd:string;
  dwc:scientificName 'Stenella attenuata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_1775'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '17.408055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.86615'^^xsd:double;
  dwc:startLongitude '-61.86615'^^xsd:double;
  dwc:endLongitude '-61.86615'^^xsd:double;
  dwc:latitude '16.0581'^^xsd:double;
  dwc:startLatitude '16.0581'^^xsd:double;
  dwc:endLatitude '16.0581'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.86615 16.0581, -61.86615 16.0581, -61.86615 16.0581, -61.86615 16.0581, -61.86615 16.0581))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (pantropical)" by the provider'^^xsd:string;
  dwc:aphiaid '137105'^^xsd:integer;
  dwc:occurrenceId '1158_1775'^^xsd:string;
  dwc:observationDate '2000-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3929> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.2668 -61.75414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.2668"^^xsd:decimal ;
  dwc:decimalLongitude "-61.75414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.2668 -61.75414)"^^geo:wktLiteral ;
  geo-pos:lat "11.2668"^^xsd:decimal ;
  geo-pos:long "-61.75414"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3929'^^xsd:string;
  dwc:scientificName 'Stenella attenuata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_3929'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.8025'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.75414'^^xsd:double;
  dwc:startLongitude '-61.75414'^^xsd:double;
  dwc:endLongitude '-61.75414'^^xsd:double;
  dwc:latitude '11.2668'^^xsd:double;
  dwc:startLatitude '11.2668'^^xsd:double;
  dwc:endLatitude '11.2668'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.75414 11.2668, -61.75414 11.2668, -61.75414 11.2668, -61.75414 11.2668, -61.75414 11.2668))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (pantropical)" by the provider'^^xsd:string;
  dwc:aphiaid '137105'^^xsd:integer;
  dwc:occurrenceId '1158_3929'^^xsd:string;
  dwc:observationDate '2006-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6066> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.33519 -53.28987)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.33519"^^xsd:decimal ;
  dwc:decimalLongitude "-53.28987"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.33519 -53.28987)"^^geo:wktLiteral ;
  geo-pos:lat "36.33519"^^xsd:decimal ;
  geo-pos:long "-53.28987"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6066'^^xsd:string;
  dwc:scientificName 'Stenella attenuata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_6066'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.994722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-53.28987'^^xsd:double;
  dwc:startLongitude '-53.28987'^^xsd:double;
  dwc:endLongitude '-53.28987'^^xsd:double;
  dwc:latitude '36.33519'^^xsd:double;
  dwc:startLatitude '36.33519'^^xsd:double;
  dwc:endLatitude '36.33519'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.28987 36.33519, -53.28987 36.33519, -53.28987 36.33519, -53.28987 36.33519, -53.28987 36.33519))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (pantropical)" by the provider'^^xsd:string;
  dwc:aphiaid '137105'^^xsd:integer;
  dwc:occurrenceId '1158_6066'^^xsd:string;
  dwc:observationDate '2012-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_650> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.51817 -61.658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.51817"^^xsd:decimal ;
  dwc:decimalLongitude "-61.658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.51817 -61.658)"^^geo:wktLiteral ;
  geo-pos:lat "15.51817"^^xsd:decimal ;
  geo-pos:long "-61.658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_650'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_650'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17.026388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.658'^^xsd:double;
  dwc:startLongitude '-61.658'^^xsd:double;
  dwc:endLongitude '-61.658'^^xsd:double;
  dwc:latitude '15.51817'^^xsd:double;
  dwc:startLatitude '15.51817'^^xsd:double;
  dwc:endLatitude '15.51817'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.658 15.51817, -61.658 15.51817, -61.658 15.51817, -61.658 15.51817, -61.658 15.51817))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spinner dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '1158_650'^^xsd:string;
  dwc:observationDate '1995-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3933> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.81322 -61.58583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.81322"^^xsd:decimal ;
  dwc:decimalLongitude "-61.58583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.81322 -61.58583)"^^geo:wktLiteral ;
  geo-pos:lat "10.81322"^^xsd:decimal ;
  geo-pos:long "-61.58583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3933'^^xsd:string;
  dwc:scientificName 'Stenella attenuata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_3933'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '19.362777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.58583'^^xsd:double;
  dwc:startLongitude '-61.58583'^^xsd:double;
  dwc:endLongitude '-61.58583'^^xsd:double;
  dwc:latitude '10.81322'^^xsd:double;
  dwc:startLatitude '10.81322'^^xsd:double;
  dwc:endLatitude '10.81322'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.58583 10.81322, -61.58583 10.81322, -61.58583 10.81322, -61.58583 10.81322, -61.58583 10.81322))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (pantropical)" by the provider'^^xsd:string;
  dwc:aphiaid '137105'^^xsd:integer;
  dwc:occurrenceId '1158_3933'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1038> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.23517 -61.40667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.23517"^^xsd:decimal ;
  dwc:decimalLongitude "-61.40667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.23517 -61.40667)"^^geo:wktLiteral ;
  geo-pos:lat "15.23517"^^xsd:decimal ;
  geo-pos:long "-61.40667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1038'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_1038'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.334444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.40667'^^xsd:double;
  dwc:startLongitude '-61.40667'^^xsd:double;
  dwc:endLongitude '-61.40667'^^xsd:double;
  dwc:latitude '15.23517'^^xsd:double;
  dwc:startLatitude '15.23517'^^xsd:double;
  dwc:endLatitude '15.23517'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.40667 15.23517, -61.40667 15.23517, -61.40667 15.23517, -61.40667 15.23517, -61.40667 15.23517))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spinner dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '1158_1038'^^xsd:string;
  dwc:observationDate '1996-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3939> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.86627 -60.5734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.86627"^^xsd:decimal ;
  dwc:decimalLongitude "-60.5734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.86627 -60.5734)"^^geo:wktLiteral ;
  geo-pos:lat "9.86627"^^xsd:decimal ;
  geo-pos:long "-60.5734"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3939'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_3939'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.976944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-60.5734'^^xsd:double;
  dwc:startLongitude '-60.5734'^^xsd:double;
  dwc:endLongitude '-60.5734'^^xsd:double;
  dwc:latitude '9.86627'^^xsd:double;
  dwc:startLatitude '9.86627'^^xsd:double;
  dwc:endLatitude '9.86627'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-60.5734 9.86627, -60.5734 9.86627, -60.5734 9.86627, -60.5734 9.86627, -60.5734 9.86627))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spinner dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '1158_3939'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1697> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.45617 -61.08855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.45617"^^xsd:decimal ;
  dwc:decimalLongitude "-61.08855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.45617 -61.08855)"^^geo:wktLiteral ;
  geo-pos:lat "14.45617"^^xsd:decimal ;
  geo-pos:long "-61.08855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1697'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_1697'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '22.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.08855'^^xsd:double;
  dwc:startLongitude '-61.08855'^^xsd:double;
  dwc:endLongitude '-61.08855'^^xsd:double;
  dwc:latitude '14.45617'^^xsd:double;
  dwc:startLatitude '14.45617'^^xsd:double;
  dwc:endLatitude '14.45617'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.08855 14.45617, -61.08855 14.45617, -61.08855 14.45617, -61.08855 14.45617, -61.08855 14.45617))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spinner dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '1158_1697'^^xsd:string;
  dwc:observationDate '2000-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_739> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.4595 -61.61433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.4595"^^xsd:decimal ;
  dwc:decimalLongitude "-61.61433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.4595 -61.61433)"^^geo:wktLiteral ;
  geo-pos:lat "15.4595"^^xsd:decimal ;
  geo-pos:long "-61.61433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_739'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_739'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '8.0372222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.61433'^^xsd:double;
  dwc:startLongitude '-61.61433'^^xsd:double;
  dwc:endLongitude '-61.61433'^^xsd:double;
  dwc:latitude '15.4595'^^xsd:double;
  dwc:startLatitude '15.4595'^^xsd:double;
  dwc:endLatitude '15.4595'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.61433 15.4595, -61.61433 15.4595, -61.61433 15.4595, -61.61433 15.4595, -61.61433 15.4595))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spinner dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '1158_739'^^xsd:string;
  dwc:observationDate '1995-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1018> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.31133 -61.47817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.31133"^^xsd:decimal ;
  dwc:decimalLongitude "-61.47817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.31133 -61.47817)"^^geo:wktLiteral ;
  geo-pos:lat "15.31133"^^xsd:decimal ;
  geo-pos:long "-61.47817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1018'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_1018'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '9.2997222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.47817'^^xsd:double;
  dwc:startLongitude '-61.47817'^^xsd:double;
  dwc:endLongitude '-61.47817'^^xsd:double;
  dwc:latitude '15.31133'^^xsd:double;
  dwc:startLatitude '15.31133'^^xsd:double;
  dwc:endLatitude '15.31133'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.47817 15.31133, -61.47817 15.31133, -61.47817 15.31133, -61.47817 15.31133, -61.47817 15.31133))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spinner dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '1158_1018'^^xsd:string;
  dwc:observationDate '1996-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1029> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.24 -61.41367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.24"^^xsd:decimal ;
  dwc:decimalLongitude "-61.41367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.24 -61.41367)"^^geo:wktLiteral ;
  geo-pos:lat "15.24"^^xsd:decimal ;
  geo-pos:long "-61.41367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1029'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_1029'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.946944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.41367'^^xsd:double;
  dwc:startLongitude '-61.41367'^^xsd:double;
  dwc:endLongitude '-61.41367'^^xsd:double;
  dwc:latitude '15.24'^^xsd:double;
  dwc:startLatitude '15.24'^^xsd:double;
  dwc:endLatitude '15.24'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.41367 15.24, -61.41367 15.24, -61.41367 15.24, -61.41367 15.24, -61.41367 15.24))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spinner dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '1158_1029'^^xsd:string;
  dwc:observationDate '1996-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_715> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.134 -61.75717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.134"^^xsd:decimal ;
  dwc:decimalLongitude "-61.75717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.134 -61.75717)"^^geo:wktLiteral ;
  geo-pos:lat "12.134"^^xsd:decimal ;
  geo-pos:long "-61.75717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_715'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_715'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.689722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.75717'^^xsd:double;
  dwc:startLongitude '-61.75717'^^xsd:double;
  dwc:endLongitude '-61.75717'^^xsd:double;
  dwc:latitude '12.134'^^xsd:double;
  dwc:startLatitude '12.134'^^xsd:double;
  dwc:endLatitude '12.134'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.75717 12.134, -61.75717 12.134, -61.75717 12.134, -61.75717 12.134, -61.75717 12.134))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spinner dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '1158_715'^^xsd:string;
  dwc:observationDate '1995-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1695> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.66783 -61.18456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.66783"^^xsd:decimal ;
  dwc:decimalLongitude "-61.18456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.66783 -61.18456)"^^geo:wktLiteral ;
  geo-pos:lat "14.66783"^^xsd:decimal ;
  geo-pos:long "-61.18456"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1695'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_1695'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.047777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.18456'^^xsd:double;
  dwc:startLongitude '-61.18456'^^xsd:double;
  dwc:endLongitude '-61.18456'^^xsd:double;
  dwc:latitude '14.66783'^^xsd:double;
  dwc:startLatitude '14.66783'^^xsd:double;
  dwc:endLatitude '14.66783'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.18456 14.66783, -61.18456 14.66783, -61.18456 14.66783, -61.18456 14.66783, -61.18456 14.66783))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spinner dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '1158_1695'^^xsd:string;
  dwc:observationDate '2000-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_634> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.232 -61.43033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.232"^^xsd:decimal ;
  dwc:decimalLongitude "-61.43033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.232 -61.43033)"^^geo:wktLiteral ;
  geo-pos:lat "15.232"^^xsd:decimal ;
  geo-pos:long "-61.43033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_634'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_634'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.7333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.43033'^^xsd:double;
  dwc:startLongitude '-61.43033'^^xsd:double;
  dwc:endLongitude '-61.43033'^^xsd:double;
  dwc:latitude '15.232'^^xsd:double;
  dwc:startLatitude '15.232'^^xsd:double;
  dwc:endLatitude '15.232'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.43033 15.232, -61.43033 15.232, -61.43033 15.232, -61.43033 15.232, -61.43033 15.232))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spinner dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '1158_634'^^xsd:string;
  dwc:observationDate '1995-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1041> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.35 -61.48067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.35"^^xsd:decimal ;
  dwc:decimalLongitude "-61.48067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.35 -61.48067)"^^geo:wktLiteral ;
  geo-pos:lat "15.35"^^xsd:decimal ;
  geo-pos:long "-61.48067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1041'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_1041'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.189722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.48067'^^xsd:double;
  dwc:startLongitude '-61.48067'^^xsd:double;
  dwc:endLongitude '-61.48067'^^xsd:double;
  dwc:latitude '15.35'^^xsd:double;
  dwc:startLatitude '15.35'^^xsd:double;
  dwc:endLatitude '15.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.48067 15.35, -61.48067 15.35, -61.48067 15.35, -61.48067 15.35, -61.48067 15.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spinner dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '1158_1041'^^xsd:string;
  dwc:observationDate '1996-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1698> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.81612 -61.09727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.81612"^^xsd:decimal ;
  dwc:decimalLongitude "-61.09727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.81612 -61.09727)"^^geo:wktLiteral ;
  geo-pos:lat "13.81612"^^xsd:decimal ;
  geo-pos:long "-61.09727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1698'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_1698'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.872222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.09727'^^xsd:double;
  dwc:startLongitude '-61.09727'^^xsd:double;
  dwc:endLongitude '-61.09727'^^xsd:double;
  dwc:latitude '13.81612'^^xsd:double;
  dwc:startLatitude '13.81612'^^xsd:double;
  dwc:endLatitude '13.81612'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.09727 13.81612, -61.09727 13.81612, -61.09727 13.81612, -61.09727 13.81612, -61.09727 13.81612))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spinner dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '1158_1698'^^xsd:string;
  dwc:observationDate '2000-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1012> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.517 -61.52183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.517"^^xsd:decimal ;
  dwc:decimalLongitude "-61.52183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.517 -61.52183)"^^geo:wktLiteral ;
  geo-pos:lat "15.517"^^xsd:decimal ;
  geo-pos:long "-61.52183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1012'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_1012'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '9.3675'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.52183'^^xsd:double;
  dwc:startLongitude '-61.52183'^^xsd:double;
  dwc:endLongitude '-61.52183'^^xsd:double;
  dwc:latitude '15.517'^^xsd:double;
  dwc:startLatitude '15.517'^^xsd:double;
  dwc:endLatitude '15.517'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.52183 15.517, -61.52183 15.517, -61.52183 15.517, -61.52183 15.517, -61.52183 15.517))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spinner dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '1158_1012'^^xsd:string;
  dwc:observationDate '1996-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3931> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.62063 -59.73855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.62063"^^xsd:decimal ;
  dwc:decimalLongitude "-59.73855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.62063 -59.73855)"^^geo:wktLiteral ;
  geo-pos:lat "10.62063"^^xsd:decimal ;
  geo-pos:long "-59.73855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3931'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_3931'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '16.555833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-59.73855'^^xsd:double;
  dwc:startLongitude '-59.73855'^^xsd:double;
  dwc:endLongitude '-59.73855'^^xsd:double;
  dwc:latitude '10.62063'^^xsd:double;
  dwc:startLatitude '10.62063'^^xsd:double;
  dwc:endLatitude '10.62063'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-59.73855 10.62063, -59.73855 10.62063, -59.73855 10.62063, -59.73855 10.62063, -59.73855 10.62063))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spinner dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '1158_3931'^^xsd:string;
  dwc:observationDate '2006-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_646> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.333 -61.434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.333"^^xsd:decimal ;
  dwc:decimalLongitude "-61.434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.333 -61.434)"^^geo:wktLiteral ;
  geo-pos:lat "15.333"^^xsd:decimal ;
  geo-pos:long "-61.434"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_646'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_646'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.254166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.434'^^xsd:double;
  dwc:startLongitude '-61.434'^^xsd:double;
  dwc:endLongitude '-61.434'^^xsd:double;
  dwc:latitude '15.333'^^xsd:double;
  dwc:startLatitude '15.333'^^xsd:double;
  dwc:endLatitude '15.333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.434 15.333, -61.434 15.333, -61.434 15.333, -61.434 15.333, -61.434 15.333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spinner dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '1158_646'^^xsd:string;
  dwc:observationDate '1995-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_936> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8715 -26.7035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.8715"^^xsd:decimal ;
  dwc:decimalLongitude "-26.7035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8715 -26.7035)"^^geo:wktLiteral ;
  geo-pos:lat "38.8715"^^xsd:decimal ;
  geo-pos:long "-26.7035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_936'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_936'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.181111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.7035'^^xsd:double;
  dwc:startLongitude '-26.7035'^^xsd:double;
  dwc:endLongitude '-26.7035'^^xsd:double;
  dwc:latitude '38.8715'^^xsd:double;
  dwc:startLatitude '38.8715'^^xsd:double;
  dwc:endLatitude '38.8715'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.7035 38.8715, -26.7035 38.8715, -26.7035 38.8715, -26.7035 38.8715, -26.7035 38.8715))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_936'^^xsd:string;
  dwc:observationDate '1995-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_847> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3555 -28.3315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.3555"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3555 -28.3315)"^^geo:wktLiteral ;
  geo-pos:lat "38.3555"^^xsd:decimal ;
  geo-pos:long "-28.3315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_847'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_847'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.5530555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.3315'^^xsd:double;
  dwc:startLongitude '-28.3315'^^xsd:double;
  dwc:endLongitude '-28.3315'^^xsd:double;
  dwc:latitude '38.3555'^^xsd:double;
  dwc:startLatitude '38.3555'^^xsd:double;
  dwc:endLatitude '38.3555'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.3315 38.3555, -28.3315 38.3555, -28.3315 38.3555, -28.3315 38.3555, -28.3315 38.3555))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_847'^^xsd:string;
  dwc:observationDate '1995-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5111> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.33495 -28.20013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.33495"^^xsd:decimal ;
  dwc:decimalLongitude "-28.20013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.33495 -28.20013)"^^geo:wktLiteral ;
  geo-pos:lat "38.33495"^^xsd:decimal ;
  geo-pos:long "-28.20013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5111'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_5111'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.445'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.20013'^^xsd:double;
  dwc:startLongitude '-28.20013'^^xsd:double;
  dwc:endLongitude '-28.20013'^^xsd:double;
  dwc:latitude '38.33495'^^xsd:double;
  dwc:startLatitude '38.33495'^^xsd:double;
  dwc:endLatitude '38.33495'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.20013 38.33495, -28.20013 38.33495, -28.20013 38.33495, -28.20013 38.33495, -28.20013 38.33495))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5111'^^xsd:string;
  dwc:observationDate '2008-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5168> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.87103 -26.13312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.87103"^^xsd:decimal ;
  dwc:decimalLongitude "-26.13312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.87103 -26.13312)"^^geo:wktLiteral ;
  geo-pos:lat "37.87103"^^xsd:decimal ;
  geo-pos:long "-26.13312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5168'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_5168'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.877222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.13312'^^xsd:double;
  dwc:startLongitude '-26.13312'^^xsd:double;
  dwc:endLongitude '-26.13312'^^xsd:double;
  dwc:latitude '37.87103'^^xsd:double;
  dwc:startLatitude '37.87103'^^xsd:double;
  dwc:endLatitude '37.87103'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.13312 37.87103, -26.13312 37.87103, -26.13312 37.87103, -26.13312 37.87103, -26.13312 37.87103))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5168'^^xsd:string;
  dwc:observationDate '2008-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1001> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.689 -25.284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.689"^^xsd:decimal ;
  dwc:decimalLongitude "-25.284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.689 -25.284)"^^geo:wktLiteral ;
  geo-pos:lat "37.689"^^xsd:decimal ;
  geo-pos:long "-25.284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1001'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_1001'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.813888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.284'^^xsd:double;
  dwc:startLongitude '-25.284'^^xsd:double;
  dwc:endLongitude '-25.284'^^xsd:double;
  dwc:latitude '37.689'^^xsd:double;
  dwc:startLatitude '37.689'^^xsd:double;
  dwc:endLatitude '37.689'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.284 37.689, -25.284 37.689, -25.284 37.689, -25.284 37.689, -25.284 37.689))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1001'^^xsd:string;
  dwc:observationDate '1995-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4772> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.66468 -18.04725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.66468"^^xsd:decimal ;
  dwc:decimalLongitude "-18.04725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.66468 -18.04725)"^^geo:wktLiteral ;
  geo-pos:lat "27.66468"^^xsd:decimal ;
  geo-pos:long "-18.04725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4772'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_4772'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.3691666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.04725'^^xsd:double;
  dwc:startLongitude '-18.04725'^^xsd:double;
  dwc:endLongitude '-18.04725'^^xsd:double;
  dwc:latitude '27.66468'^^xsd:double;
  dwc:startLatitude '27.66468'^^xsd:double;
  dwc:endLatitude '27.66468'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.04725 27.66468, -18.04725 27.66468, -18.04725 27.66468, -18.04725 27.66468, -18.04725 27.66468))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4772'^^xsd:string;
  dwc:observationDate '2008-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_999> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.39417 -28.46067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.39417"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.39417 -28.46067)"^^geo:wktLiteral ;
  geo-pos:lat "38.39417"^^xsd:decimal ;
  geo-pos:long "-28.46067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_999'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_999'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '20.470277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.46067'^^xsd:double;
  dwc:startLongitude '-28.46067'^^xsd:double;
  dwc:endLongitude '-28.46067'^^xsd:double;
  dwc:latitude '38.39417'^^xsd:double;
  dwc:startLatitude '38.39417'^^xsd:double;
  dwc:endLatitude '38.39417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.46067 38.39417, -28.46067 38.39417, -28.46067 38.39417, -28.46067 38.39417, -28.46067 38.39417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_999'^^xsd:string;
  dwc:observationDate '1995-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_661> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.305 -61.46867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.305"^^xsd:decimal ;
  dwc:decimalLongitude "-61.46867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.305 -61.46867)"^^geo:wktLiteral ;
  geo-pos:lat "15.305"^^xsd:decimal ;
  geo-pos:long "-61.46867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_661'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_661'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '9.0444444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.46867'^^xsd:double;
  dwc:startLongitude '-61.46867'^^xsd:double;
  dwc:endLongitude '-61.46867'^^xsd:double;
  dwc:latitude '15.305'^^xsd:double;
  dwc:startLatitude '15.305'^^xsd:double;
  dwc:endLatitude '15.305'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.46867 15.305, -61.46867 15.305, -61.46867 15.305, -61.46867 15.305, -61.46867 15.305))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_661'^^xsd:string;
  dwc:observationDate '1995-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_895> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.72033 -29.0175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.72033"^^xsd:decimal ;
  dwc:decimalLongitude "-29.0175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.72033 -29.0175)"^^geo:wktLiteral ;
  geo-pos:lat "38.72033"^^xsd:decimal ;
  geo-pos:long "-29.0175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_895'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_895'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.7183333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.0175'^^xsd:double;
  dwc:startLongitude '-29.0175'^^xsd:double;
  dwc:endLongitude '-29.0175'^^xsd:double;
  dwc:latitude '38.72033'^^xsd:double;
  dwc:startLatitude '38.72033'^^xsd:double;
  dwc:endLatitude '38.72033'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.0175 38.72033, -29.0175 38.72033, -29.0175 38.72033, -29.0175 38.72033, -29.0175 38.72033))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_895'^^xsd:string;
  dwc:observationDate '1995-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_959> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.23983 -28.36117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.23983"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.23983 -28.36117)"^^geo:wktLiteral ;
  geo-pos:lat "38.23983"^^xsd:decimal ;
  geo-pos:long "-28.36117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_959'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_959'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '7.2402777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.36117'^^xsd:double;
  dwc:startLongitude '-28.36117'^^xsd:double;
  dwc:endLongitude '-28.36117'^^xsd:double;
  dwc:latitude '38.23983'^^xsd:double;
  dwc:startLatitude '38.23983'^^xsd:double;
  dwc:endLatitude '38.23983'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.36117 38.23983, -28.36117 38.23983, -28.36117 38.23983, -28.36117 38.23983, -28.36117 38.23983))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_959'^^xsd:string;
  dwc:observationDate '1995-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4835> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1822 -23.20777)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1822"^^xsd:decimal ;
  dwc:decimalLongitude "-23.20777"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1822 -23.20777)"^^geo:wktLiteral ;
  geo-pos:lat "30.1822"^^xsd:decimal ;
  geo-pos:long "-23.20777"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4835'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1158_4835'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.883055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.20777'^^xsd:double;
  dwc:startLongitude '-23.20777'^^xsd:double;
  dwc:endLongitude '-23.20777'^^xsd:double;
  dwc:latitude '30.1822'^^xsd:double;
  dwc:startLatitude '30.1822'^^xsd:double;
  dwc:endLatitude '30.1822'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.20777 30.1822, -23.20777 30.1822, -23.20777 30.1822, -23.20777 30.1822, -23.20777 30.1822))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4835'^^xsd:string;
  dwc:observationDate '2008-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_945> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.66433 -27.54867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.66433"^^xsd:decimal ;
  dwc:decimalLongitude "-27.54867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.66433 -27.54867)"^^geo:wktLiteral ;
  geo-pos:lat "38.66433"^^xsd:decimal ;
  geo-pos:long "-27.54867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_945'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_945'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.1075'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.54867'^^xsd:double;
  dwc:startLongitude '-27.54867'^^xsd:double;
  dwc:endLongitude '-27.54867'^^xsd:double;
  dwc:latitude '38.66433'^^xsd:double;
  dwc:startLatitude '38.66433'^^xsd:double;
  dwc:endLatitude '38.66433'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.54867 38.66433, -27.54867 38.66433, -27.54867 38.66433, -27.54867 38.66433, -27.54867 38.66433))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_945'^^xsd:string;
  dwc:observationDate '1995-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5103> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.26758 -28.40287)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.26758"^^xsd:decimal ;
  dwc:decimalLongitude "-28.40287"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.26758 -28.40287)"^^geo:wktLiteral ;
  geo-pos:lat "38.26758"^^xsd:decimal ;
  geo-pos:long "-28.40287"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5103'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_5103'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.5747222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.40287'^^xsd:double;
  dwc:startLongitude '-28.40287'^^xsd:double;
  dwc:endLongitude '-28.40287'^^xsd:double;
  dwc:latitude '38.26758'^^xsd:double;
  dwc:startLatitude '38.26758'^^xsd:double;
  dwc:endLatitude '38.26758'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.40287 38.26758, -28.40287 38.26758, -28.40287 38.26758, -28.40287 38.26758, -28.40287 38.26758))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5103'^^xsd:string;
  dwc:observationDate '2008-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3522> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.62627 -67.34541)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.62627"^^xsd:decimal ;
  dwc:decimalLongitude "-67.34541"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.62627 -67.34541)"^^geo:wktLiteral ;
  geo-pos:lat "37.62627"^^xsd:decimal ;
  geo-pos:long "-67.34541"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3522'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1158_3522'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.5875'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-67.34541'^^xsd:double;
  dwc:startLongitude '-67.34541'^^xsd:double;
  dwc:endLongitude '-67.34541'^^xsd:double;
  dwc:latitude '37.62627'^^xsd:double;
  dwc:startLatitude '37.62627'^^xsd:double;
  dwc:endLatitude '37.62627'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.34541 37.62627, -67.34541 37.62627, -67.34541 37.62627, -67.34541 37.62627, -67.34541 37.62627))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_3522'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5112> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.33233 -28.18225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.33233"^^xsd:decimal ;
  dwc:decimalLongitude "-28.18225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.33233 -28.18225)"^^geo:wktLiteral ;
  geo-pos:lat "38.33233"^^xsd:decimal ;
  geo-pos:long "-28.18225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5112'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_5112'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.826666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.18225'^^xsd:double;
  dwc:startLongitude '-28.18225'^^xsd:double;
  dwc:endLongitude '-28.18225'^^xsd:double;
  dwc:latitude '38.33233'^^xsd:double;
  dwc:startLatitude '38.33233'^^xsd:double;
  dwc:endLatitude '38.33233'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.18225 38.33233, -28.18225 38.33233, -28.18225 38.33233, -28.18225 38.33233, -28.18225 38.33233))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5112'^^xsd:string;
  dwc:observationDate '2008-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1043> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.36917 -61.48117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.36917"^^xsd:decimal ;
  dwc:decimalLongitude "-61.48117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.36917 -61.48117)"^^geo:wktLiteral ;
  geo-pos:lat "15.36917"^^xsd:decimal ;
  geo-pos:long "-61.48117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1043'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_1043'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.458888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.48117'^^xsd:double;
  dwc:startLongitude '-61.48117'^^xsd:double;
  dwc:endLongitude '-61.48117'^^xsd:double;
  dwc:latitude '15.36917'^^xsd:double;
  dwc:startLatitude '15.36917'^^xsd:double;
  dwc:endLatitude '15.36917'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.48117 15.36917, -61.48117 15.36917, -61.48117 15.36917, -61.48117 15.36917, -61.48117 15.36917))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1043'^^xsd:string;
  dwc:observationDate '1996-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5108> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.32499 -28.2659)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.32499"^^xsd:decimal ;
  dwc:decimalLongitude "-28.2659"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.32499 -28.2659)"^^geo:wktLiteral ;
  geo-pos:lat "38.32499"^^xsd:decimal ;
  geo-pos:long "-28.2659"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5108'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_5108'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.937222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.2659'^^xsd:double;
  dwc:startLongitude '-28.2659'^^xsd:double;
  dwc:endLongitude '-28.2659'^^xsd:double;
  dwc:latitude '38.32499'^^xsd:double;
  dwc:startLatitude '38.32499'^^xsd:double;
  dwc:endLatitude '38.32499'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.2659 38.32499, -28.2659 38.32499, -28.2659 38.32499, -28.2659 38.32499, -28.2659 38.32499))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5108'^^xsd:string;
  dwc:observationDate '2008-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4817> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.64443 -18.06665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.64443"^^xsd:decimal ;
  dwc:decimalLongitude "-18.06665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.64443 -18.06665)"^^geo:wktLiteral ;
  geo-pos:lat "27.64443"^^xsd:decimal ;
  geo-pos:long "-18.06665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4817'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1158_4817'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '9.6102777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.06665'^^xsd:double;
  dwc:startLongitude '-18.06665'^^xsd:double;
  dwc:endLongitude '-18.06665'^^xsd:double;
  dwc:latitude '27.64443'^^xsd:double;
  dwc:startLatitude '27.64443'^^xsd:double;
  dwc:endLatitude '27.64443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.06665 27.64443, -18.06665 27.64443, -18.06665 27.64443, -18.06665 27.64443, -18.06665 27.64443))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4817'^^xsd:string;
  dwc:observationDate '2008-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_896> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.69316 -28.93867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.69316"^^xsd:decimal ;
  dwc:decimalLongitude "-28.93867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.69316 -28.93867)"^^geo:wktLiteral ;
  geo-pos:lat "38.69316"^^xsd:decimal ;
  geo-pos:long "-28.93867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_896'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_896'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.4925'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.93867'^^xsd:double;
  dwc:startLongitude '-28.93867'^^xsd:double;
  dwc:endLongitude '-28.93867'^^xsd:double;
  dwc:latitude '38.69316'^^xsd:double;
  dwc:startLatitude '38.69316'^^xsd:double;
  dwc:endLatitude '38.69316'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.93867 38.69316, -28.93867 38.69316, -28.93867 38.69316, -28.93867 38.69316, -28.93867 38.69316))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_896'^^xsd:string;
  dwc:observationDate '1995-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1719> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.48882 -61.1596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.48882"^^xsd:decimal ;
  dwc:decimalLongitude "-61.1596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.48882 -61.1596)"^^geo:wktLiteral ;
  geo-pos:lat "14.48882"^^xsd:decimal ;
  geo-pos:long "-61.1596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1719'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_1719'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.416944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.1596'^^xsd:double;
  dwc:startLongitude '-61.1596'^^xsd:double;
  dwc:endLongitude '-61.1596'^^xsd:double;
  dwc:latitude '14.48882'^^xsd:double;
  dwc:startLatitude '14.48882'^^xsd:double;
  dwc:endLatitude '14.48882'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.1596 14.48882, -61.1596 14.48882, -61.1596 14.48882, -61.1596 14.48882, -61.1596 14.48882))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1719'^^xsd:string;
  dwc:observationDate '2000-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4978> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.32024 -28.25568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.32024"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.32024 -28.25568)"^^geo:wktLiteral ;
  geo-pos:lat "38.32024"^^xsd:decimal ;
  geo-pos:long "-28.25568"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4978'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_4978'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6.5983333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.25568'^^xsd:double;
  dwc:startLongitude '-28.25568'^^xsd:double;
  dwc:endLongitude '-28.25568'^^xsd:double;
  dwc:latitude '38.32024'^^xsd:double;
  dwc:startLatitude '38.32024'^^xsd:double;
  dwc:endLatitude '38.32024'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.25568 38.32024, -28.25568 38.32024, -28.25568 38.32024, -28.25568 38.32024, -28.25568 38.32024))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4978'^^xsd:string;
  dwc:observationDate '2008-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_672> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.50667 -61.64717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.50667"^^xsd:decimal ;
  dwc:decimalLongitude "-61.64717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.50667 -61.64717)"^^geo:wktLiteral ;
  geo-pos:lat "15.50667"^^xsd:decimal ;
  geo-pos:long "-61.64717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_672'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_672'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.9075'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.64717'^^xsd:double;
  dwc:startLongitude '-61.64717'^^xsd:double;
  dwc:endLongitude '-61.64717'^^xsd:double;
  dwc:latitude '15.50667'^^xsd:double;
  dwc:startLatitude '15.50667'^^xsd:double;
  dwc:endLatitude '15.50667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.64717 15.50667, -61.64717 15.50667, -61.64717 15.50667, -61.64717 15.50667, -61.64717 15.50667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_672'^^xsd:string;
  dwc:observationDate '1995-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_726> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.22767 -61.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.22767"^^xsd:decimal ;
  dwc:decimalLongitude "-61.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.22767 -61.43)"^^geo:wktLiteral ;
  geo-pos:lat "15.22767"^^xsd:decimal ;
  geo-pos:long "-61.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_726'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_726'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.4875'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.43'^^xsd:double;
  dwc:startLongitude '-61.43'^^xsd:double;
  dwc:endLongitude '-61.43'^^xsd:double;
  dwc:latitude '15.22767'^^xsd:double;
  dwc:startLatitude '15.22767'^^xsd:double;
  dwc:endLatitude '15.22767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.43 15.22767, -61.43 15.22767, -61.43 15.22767, -61.43 15.22767, -61.43 15.22767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_726'^^xsd:string;
  dwc:observationDate '1995-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4816> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.6621 -18.0822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.6621"^^xsd:decimal ;
  dwc:decimalLongitude "-18.0822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.6621 -18.0822)"^^geo:wktLiteral ;
  geo-pos:lat "27.6621"^^xsd:decimal ;
  geo-pos:long "-18.0822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4816'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '1158_4816'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '9.1955555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.0822'^^xsd:double;
  dwc:startLongitude '-18.0822'^^xsd:double;
  dwc:endLongitude '-18.0822'^^xsd:double;
  dwc:latitude '27.6621'^^xsd:double;
  dwc:startLatitude '27.6621'^^xsd:double;
  dwc:endLatitude '27.6621'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.0822 27.6621, -18.0822 27.6621, -18.0822 27.6621, -18.0822 27.6621, -18.0822 27.6621))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4816'^^xsd:string;
  dwc:observationDate '2008-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4791> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.6258 -18.06088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.6258"^^xsd:decimal ;
  dwc:decimalLongitude "-18.06088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.6258 -18.06088)"^^geo:wktLiteral ;
  geo-pos:lat "27.6258"^^xsd:decimal ;
  geo-pos:long "-18.06088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4791'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_4791'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.37'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.06088'^^xsd:double;
  dwc:startLongitude '-18.06088'^^xsd:double;
  dwc:endLongitude '-18.06088'^^xsd:double;
  dwc:latitude '27.6258'^^xsd:double;
  dwc:startLatitude '27.6258'^^xsd:double;
  dwc:endLatitude '27.6258'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.06088 27.6258, -18.06088 27.6258, -18.06088 27.6258, -18.06088 27.6258, -18.06088 27.6258))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4791'^^xsd:string;
  dwc:observationDate '2008-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4794> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.65803 -18.06702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.65803"^^xsd:decimal ;
  dwc:decimalLongitude "-18.06702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.65803 -18.06702)"^^geo:wktLiteral ;
  geo-pos:lat "27.65803"^^xsd:decimal ;
  geo-pos:long "-18.06702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4794'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_4794'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.2397222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.06702'^^xsd:double;
  dwc:startLongitude '-18.06702'^^xsd:double;
  dwc:endLongitude '-18.06702'^^xsd:double;
  dwc:latitude '27.65803'^^xsd:double;
  dwc:startLatitude '27.65803'^^xsd:double;
  dwc:endLatitude '27.65803'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.06702 27.65803, -18.06702 27.65803, -18.06702 27.65803, -18.06702 27.65803, -18.06702 27.65803))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4794'^^xsd:string;
  dwc:observationDate '2008-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_943> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.614 -27.47067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.614"^^xsd:decimal ;
  dwc:decimalLongitude "-27.47067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.614 -27.47067)"^^geo:wktLiteral ;
  geo-pos:lat "38.614"^^xsd:decimal ;
  geo-pos:long "-27.47067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_943'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_943'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.9872222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.47067'^^xsd:double;
  dwc:startLongitude '-27.47067'^^xsd:double;
  dwc:endLongitude '-27.47067'^^xsd:double;
  dwc:latitude '38.614'^^xsd:double;
  dwc:startLatitude '38.614'^^xsd:double;
  dwc:endLatitude '38.614'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.47067 38.614, -27.47067 38.614, -27.47067 38.614, -27.47067 38.614, -27.47067 38.614))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_943'^^xsd:string;
  dwc:observationDate '1995-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4892> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.30865 -28.2567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.30865"^^xsd:decimal ;
  dwc:decimalLongitude "-28.2567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.30865 -28.2567)"^^geo:wktLiteral ;
  geo-pos:lat "38.30865"^^xsd:decimal ;
  geo-pos:long "-28.2567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4892'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_4892'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '15.980277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.2567'^^xsd:double;
  dwc:startLongitude '-28.2567'^^xsd:double;
  dwc:endLongitude '-28.2567'^^xsd:double;
  dwc:latitude '38.30865'^^xsd:double;
  dwc:startLatitude '38.30865'^^xsd:double;
  dwc:endLatitude '38.30865'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.2567 38.30865, -28.2567 38.30865, -28.2567 38.30865, -28.2567 38.30865, -28.2567 38.30865))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4892'^^xsd:string;
  dwc:observationDate '2008-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5334> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.14427 -16.36948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.14427"^^xsd:decimal ;
  dwc:decimalLongitude "-16.36948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.14427 -16.36948)"^^geo:wktLiteral ;
  geo-pos:lat "29.14427"^^xsd:decimal ;
  geo-pos:long "-16.36948"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5334'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_5334'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.775'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.36948'^^xsd:double;
  dwc:startLongitude '-16.36948'^^xsd:double;
  dwc:endLongitude '-16.36948'^^xsd:double;
  dwc:latitude '29.14427'^^xsd:double;
  dwc:startLatitude '29.14427'^^xsd:double;
  dwc:endLatitude '29.14427'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.36948 29.14427, -16.36948 29.14427, -16.36948 29.14427, -16.36948 29.14427, -16.36948 29.14427))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5334'^^xsd:string;
  dwc:observationDate '2008-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4827> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.00543 -16.3962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.00543"^^xsd:decimal ;
  dwc:decimalLongitude "-16.3962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.00543 -16.3962)"^^geo:wktLiteral ;
  geo-pos:lat "28.00543"^^xsd:decimal ;
  geo-pos:long "-16.3962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4827'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1158_4827'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.7316666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.3962'^^xsd:double;
  dwc:startLongitude '-16.3962'^^xsd:double;
  dwc:endLongitude '-16.3962'^^xsd:double;
  dwc:latitude '28.00543'^^xsd:double;
  dwc:startLatitude '28.00543'^^xsd:double;
  dwc:endLatitude '28.00543'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.3962 28.00543, -16.3962 28.00543, -16.3962 28.00543, -16.3962 28.00543, -16.3962 28.00543))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4827'^^xsd:string;
  dwc:observationDate '2008-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_982> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.24434 -27.8085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.24434"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.24434 -27.8085)"^^geo:wktLiteral ;
  geo-pos:lat "38.24434"^^xsd:decimal ;
  geo-pos:long "-27.8085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_982'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_982'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '2.2625'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.8085'^^xsd:double;
  dwc:startLongitude '-27.8085'^^xsd:double;
  dwc:endLongitude '-27.8085'^^xsd:double;
  dwc:latitude '38.24434'^^xsd:double;
  dwc:startLatitude '38.24434'^^xsd:double;
  dwc:endLatitude '38.24434'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.8085 38.24434, -27.8085 38.24434, -27.8085 38.24434, -27.8085 38.24434, -27.8085 38.24434))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_982'^^xsd:string;
  dwc:observationDate '1995-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_908> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.91367 -28.77533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.91367"^^xsd:decimal ;
  dwc:decimalLongitude "-28.77533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.91367 -28.77533)"^^geo:wktLiteral ;
  geo-pos:lat "38.91367"^^xsd:decimal ;
  geo-pos:long "-28.77533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_908'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_908'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '8.7213888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.77533'^^xsd:double;
  dwc:startLongitude '-28.77533'^^xsd:double;
  dwc:endLongitude '-28.77533'^^xsd:double;
  dwc:latitude '38.91367'^^xsd:double;
  dwc:startLatitude '38.91367'^^xsd:double;
  dwc:endLatitude '38.91367'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.77533 38.91367, -28.77533 38.91367, -28.77533 38.91367, -28.77533 38.91367, -28.77533 38.91367))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_908'^^xsd:string;
  dwc:observationDate '1995-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1063> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.29633 -61.7725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.29633"^^xsd:decimal ;
  dwc:decimalLongitude "-61.7725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.29633 -61.7725)"^^geo:wktLiteral ;
  geo-pos:lat "12.29633"^^xsd:decimal ;
  geo-pos:long "-61.7725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1063'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_1063'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.6719444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.7725'^^xsd:double;
  dwc:startLongitude '-61.7725'^^xsd:double;
  dwc:endLongitude '-61.7725'^^xsd:double;
  dwc:latitude '12.29633'^^xsd:double;
  dwc:startLatitude '12.29633'^^xsd:double;
  dwc:endLatitude '12.29633'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.7725 12.29633, -61.7725 12.29633, -61.7725 12.29633, -61.7725 12.29633, -61.7725 12.29633))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1063'^^xsd:string;
  dwc:observationDate '1996-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5117> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.33192 -28.08496)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.33192"^^xsd:decimal ;
  dwc:decimalLongitude "-28.08496"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.33192 -28.08496)"^^geo:wktLiteral ;
  geo-pos:lat "38.33192"^^xsd:decimal ;
  geo-pos:long "-28.08496"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5117'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_5117'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.525277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.08496'^^xsd:double;
  dwc:startLongitude '-28.08496'^^xsd:double;
  dwc:endLongitude '-28.08496'^^xsd:double;
  dwc:latitude '38.33192'^^xsd:double;
  dwc:startLatitude '38.33192'^^xsd:double;
  dwc:endLatitude '38.33192'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.08496 38.33192, -28.08496 38.33192, -28.08496 38.33192, -28.08496 38.33192, -28.08496 38.33192))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5117'^^xsd:string;
  dwc:observationDate '2008-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4795> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.64827 -18.06278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.64827"^^xsd:decimal ;
  dwc:decimalLongitude "-18.06278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.64827 -18.06278)"^^geo:wktLiteral ;
  geo-pos:lat "27.64827"^^xsd:decimal ;
  geo-pos:long "-18.06278"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4795'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_4795'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.3561111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.06278'^^xsd:double;
  dwc:startLongitude '-18.06278'^^xsd:double;
  dwc:endLongitude '-18.06278'^^xsd:double;
  dwc:latitude '27.64827'^^xsd:double;
  dwc:startLatitude '27.64827'^^xsd:double;
  dwc:endLatitude '27.64827'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.06278 27.64827, -18.06278 27.64827, -18.06278 27.64827, -18.06278 27.64827, -18.06278 27.64827))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4795'^^xsd:string;
  dwc:observationDate '2008-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_966> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.35867 -28.3475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.35867"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.35867 -28.3475)"^^geo:wktLiteral ;
  geo-pos:lat "38.35867"^^xsd:decimal ;
  geo-pos:long "-28.3475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_966'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_966'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '19.531944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.3475'^^xsd:double;
  dwc:startLongitude '-28.3475'^^xsd:double;
  dwc:endLongitude '-28.3475'^^xsd:double;
  dwc:latitude '38.35867'^^xsd:double;
  dwc:startLatitude '38.35867'^^xsd:double;
  dwc:endLatitude '38.35867'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.3475 38.35867, -28.3475 38.35867, -28.3475 38.35867, -28.3475 38.35867, -28.3475 38.35867))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_966'^^xsd:string;
  dwc:observationDate '1995-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1059> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15883 -61.76083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15883"^^xsd:decimal ;
  dwc:decimalLongitude "-61.76083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15883 -61.76083)"^^geo:wktLiteral ;
  geo-pos:lat "12.15883"^^xsd:decimal ;
  geo-pos:long "-61.76083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1059'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_1059'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.613611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.76083'^^xsd:double;
  dwc:startLongitude '-61.76083'^^xsd:double;
  dwc:endLongitude '-61.76083'^^xsd:double;
  dwc:latitude '12.15883'^^xsd:double;
  dwc:startLatitude '12.15883'^^xsd:double;
  dwc:endLatitude '12.15883'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.76083 12.15883, -61.76083 12.15883, -61.76083 12.15883, -61.76083 12.15883, -61.76083 12.15883))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1059'^^xsd:string;
  dwc:observationDate '1996-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4896> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2962 -28.25132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2962"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2962 -28.25132)"^^geo:wktLiteral ;
  geo-pos:lat "38.2962"^^xsd:decimal ;
  geo-pos:long "-28.25132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4896'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_4896'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.194166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.25132'^^xsd:double;
  dwc:startLongitude '-28.25132'^^xsd:double;
  dwc:endLongitude '-28.25132'^^xsd:double;
  dwc:latitude '38.2962'^^xsd:double;
  dwc:startLatitude '38.2962'^^xsd:double;
  dwc:endLatitude '38.2962'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.25132 38.2962, -28.25132 38.2962, -28.25132 38.2962, -28.25132 38.2962, -28.25132 38.2962))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4896'^^xsd:string;
  dwc:observationDate '2008-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_997> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2435 -28.47417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2435"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2435 -28.47417)"^^geo:wktLiteral ;
  geo-pos:lat "38.2435"^^xsd:decimal ;
  geo-pos:long "-28.47417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_997'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_997'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '15.653333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.47417'^^xsd:double;
  dwc:startLongitude '-28.47417'^^xsd:double;
  dwc:endLongitude '-28.47417'^^xsd:double;
  dwc:latitude '38.2435'^^xsd:double;
  dwc:startLatitude '38.2435'^^xsd:double;
  dwc:endLatitude '38.2435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.47417 38.2435, -28.47417 38.2435, -28.47417 38.2435, -28.47417 38.2435, -28.47417 38.2435))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_997'^^xsd:string;
  dwc:observationDate '1995-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_904> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8245 -28.89217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.8245"^^xsd:decimal ;
  dwc:decimalLongitude "-28.89217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8245 -28.89217)"^^geo:wktLiteral ;
  geo-pos:lat "38.8245"^^xsd:decimal ;
  geo-pos:long "-28.89217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_904'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_904'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.8352777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.89217'^^xsd:double;
  dwc:startLongitude '-28.89217'^^xsd:double;
  dwc:endLongitude '-28.89217'^^xsd:double;
  dwc:latitude '38.8245'^^xsd:double;
  dwc:startLatitude '38.8245'^^xsd:double;
  dwc:endLatitude '38.8245'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.89217 38.8245, -28.89217 38.8245, -28.89217 38.8245, -28.89217 38.8245, -28.89217 38.8245))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_904'^^xsd:string;
  dwc:observationDate '1995-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_702> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.2885 -61.46417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.2885"^^xsd:decimal ;
  dwc:decimalLongitude "-61.46417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.2885 -61.46417)"^^geo:wktLiteral ;
  geo-pos:lat "15.2885"^^xsd:decimal ;
  geo-pos:long "-61.46417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_702'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_702'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.085833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.46417'^^xsd:double;
  dwc:startLongitude '-61.46417'^^xsd:double;
  dwc:endLongitude '-61.46417'^^xsd:double;
  dwc:latitude '15.2885'^^xsd:double;
  dwc:startLatitude '15.2885'^^xsd:double;
  dwc:endLatitude '15.2885'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.46417 15.2885, -61.46417 15.2885, -61.46417 15.2885, -61.46417 15.2885, -61.46417 15.2885))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_702'^^xsd:string;
  dwc:observationDate '1995-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4788> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.6394 -18.05792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.6394"^^xsd:decimal ;
  dwc:decimalLongitude "-18.05792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.6394 -18.05792)"^^geo:wktLiteral ;
  geo-pos:lat "27.6394"^^xsd:decimal ;
  geo-pos:long "-18.05792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4788'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_4788'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.040833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.05792'^^xsd:double;
  dwc:startLongitude '-18.05792'^^xsd:double;
  dwc:endLongitude '-18.05792'^^xsd:double;
  dwc:latitude '27.6394'^^xsd:double;
  dwc:startLatitude '27.6394'^^xsd:double;
  dwc:endLatitude '27.6394'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.05792 27.6394, -18.05792 27.6394, -18.05792 27.6394, -18.05792 27.6394, -18.05792 27.6394))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4788'^^xsd:string;
  dwc:observationDate '2008-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4781> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.65587 -18.10973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.65587"^^xsd:decimal ;
  dwc:decimalLongitude "-18.10973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.65587 -18.10973)"^^geo:wktLiteral ;
  geo-pos:lat "27.65587"^^xsd:decimal ;
  geo-pos:long "-18.10973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4781'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_4781'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.5911111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.10973'^^xsd:double;
  dwc:startLongitude '-18.10973'^^xsd:double;
  dwc:endLongitude '-18.10973'^^xsd:double;
  dwc:latitude '27.65587'^^xsd:double;
  dwc:startLatitude '27.65587'^^xsd:double;
  dwc:endLatitude '27.65587'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.10973 27.65587, -18.10973 27.65587, -18.10973 27.65587, -18.10973 27.65587, -18.10973 27.65587))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4781'^^xsd:string;
  dwc:observationDate '2008-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4797> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.63617 -18.05892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.63617"^^xsd:decimal ;
  dwc:decimalLongitude "-18.05892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.63617 -18.05892)"^^geo:wktLiteral ;
  geo-pos:lat "27.63617"^^xsd:decimal ;
  geo-pos:long "-18.05892"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4797'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_4797'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10.045'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.05892'^^xsd:double;
  dwc:startLongitude '-18.05892'^^xsd:double;
  dwc:endLongitude '-18.05892'^^xsd:double;
  dwc:latitude '27.63617'^^xsd:double;
  dwc:startLatitude '27.63617'^^xsd:double;
  dwc:endLatitude '27.63617'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.05892 27.63617, -18.05892 27.63617, -18.05892 27.63617, -18.05892 27.63617, -18.05892 27.63617))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4797'^^xsd:string;
  dwc:observationDate '2008-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1514> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.70717 -61.24267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.70717"^^xsd:decimal ;
  dwc:decimalLongitude "-61.24267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.70717 -61.24267)"^^geo:wktLiteral ;
  geo-pos:lat "14.70717"^^xsd:decimal ;
  geo-pos:long "-61.24267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1514'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_1514'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.24267'^^xsd:double;
  dwc:startLongitude '-61.24267'^^xsd:double;
  dwc:endLongitude '-61.24267'^^xsd:double;
  dwc:latitude '14.70717'^^xsd:double;
  dwc:startLatitude '14.70717'^^xsd:double;
  dwc:endLatitude '14.70717'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.24267 14.70717, -61.24267 14.70717, -61.24267 14.70717, -61.24267 14.70717, -61.24267 14.70717))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1514'^^xsd:string;
  dwc:observationDate '1998-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5179> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.94909 -21.24795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.94909"^^xsd:decimal ;
  dwc:decimalLongitude "-21.24795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.94909 -21.24795)"^^geo:wktLiteral ;
  geo-pos:lat "36.94909"^^xsd:decimal ;
  geo-pos:long "-21.24795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5179'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_5179'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.356666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-21.24795'^^xsd:double;
  dwc:startLongitude '-21.24795'^^xsd:double;
  dwc:endLongitude '-21.24795'^^xsd:double;
  dwc:latitude '36.94909'^^xsd:double;
  dwc:startLatitude '36.94909'^^xsd:double;
  dwc:endLatitude '36.94909'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-21.24795 36.94909, -21.24795 36.94909, -21.24795 36.94909, -21.24795 36.94909, -21.24795 36.94909))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5179'^^xsd:string;
  dwc:observationDate '2008-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_817> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.68817 -29.0475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.68817"^^xsd:decimal ;
  dwc:decimalLongitude "-29.0475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.68817 -29.0475)"^^geo:wktLiteral ;
  geo-pos:lat "38.68817"^^xsd:decimal ;
  geo-pos:long "-29.0475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_817'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_817'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.446666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.0475'^^xsd:double;
  dwc:startLongitude '-29.0475'^^xsd:double;
  dwc:endLongitude '-29.0475'^^xsd:double;
  dwc:latitude '38.68817'^^xsd:double;
  dwc:startLatitude '38.68817'^^xsd:double;
  dwc:endLatitude '38.68817'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.0475 38.68817, -29.0475 38.68817, -29.0475 38.68817, -29.0475 38.68817, -29.0475 38.68817))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_817'^^xsd:string;
  dwc:observationDate '1995-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1013> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.517 -61.52183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.517"^^xsd:decimal ;
  dwc:decimalLongitude "-61.52183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.517 -61.52183)"^^geo:wktLiteral ;
  geo-pos:lat "15.517"^^xsd:decimal ;
  geo-pos:long "-61.52183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1013'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_1013'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '9.3675'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.52183'^^xsd:double;
  dwc:startLongitude '-61.52183'^^xsd:double;
  dwc:endLongitude '-61.52183'^^xsd:double;
  dwc:latitude '15.517'^^xsd:double;
  dwc:startLatitude '15.517'^^xsd:double;
  dwc:endLatitude '15.517'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.52183 15.517, -61.52183 15.517, -61.52183 15.517, -61.52183 15.517, -61.52183 15.517))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1013'^^xsd:string;
  dwc:observationDate '1996-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_673> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.31033 -61.4215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.31033"^^xsd:decimal ;
  dwc:decimalLongitude "-61.4215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.31033 -61.4215)"^^geo:wktLiteral ;
  geo-pos:lat "15.31033"^^xsd:decimal ;
  geo-pos:long "-61.4215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_673'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_673'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.615'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.4215'^^xsd:double;
  dwc:startLongitude '-61.4215'^^xsd:double;
  dwc:endLongitude '-61.4215'^^xsd:double;
  dwc:latitude '15.31033'^^xsd:double;
  dwc:startLatitude '15.31033'^^xsd:double;
  dwc:endLatitude '15.31033'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.4215 15.31033, -61.4215 15.31033, -61.4215 15.31033, -61.4215 15.31033, -61.4215 15.31033))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_673'^^xsd:string;
  dwc:observationDate '1995-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4779> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.64148 -18.07725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.64148"^^xsd:decimal ;
  dwc:decimalLongitude "-18.07725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.64148 -18.07725)"^^geo:wktLiteral ;
  geo-pos:lat "27.64148"^^xsd:decimal ;
  geo-pos:long "-18.07725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4779'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_4779'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.721388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.07725'^^xsd:double;
  dwc:startLongitude '-18.07725'^^xsd:double;
  dwc:endLongitude '-18.07725'^^xsd:double;
  dwc:latitude '27.64148'^^xsd:double;
  dwc:startLatitude '27.64148'^^xsd:double;
  dwc:endLatitude '27.64148'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.07725 27.64148, -18.07725 27.64148, -18.07725 27.64148, -18.07725 27.64148, -18.07725 27.64148))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4779'^^xsd:string;
  dwc:observationDate '2008-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1034> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.262 -61.39967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.262"^^xsd:decimal ;
  dwc:decimalLongitude "-61.39967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.262 -61.39967)"^^geo:wktLiteral ;
  geo-pos:lat "15.262"^^xsd:decimal ;
  geo-pos:long "-61.39967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1034'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_1034'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.3197222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.39967'^^xsd:double;
  dwc:startLongitude '-61.39967'^^xsd:double;
  dwc:endLongitude '-61.39967'^^xsd:double;
  dwc:latitude '15.262'^^xsd:double;
  dwc:startLatitude '15.262'^^xsd:double;
  dwc:endLatitude '15.262'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.39967 15.262, -61.39967 15.262, -61.39967 15.262, -61.39967 15.262, -61.39967 15.262))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1034'^^xsd:string;
  dwc:observationDate '1996-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1039> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.23517 -61.40667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.23517"^^xsd:decimal ;
  dwc:decimalLongitude "-61.40667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.23517 -61.40667)"^^geo:wktLiteral ;
  geo-pos:lat "15.23517"^^xsd:decimal ;
  geo-pos:long "-61.40667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1039'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_1039'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.334444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.40667'^^xsd:double;
  dwc:startLongitude '-61.40667'^^xsd:double;
  dwc:endLongitude '-61.40667'^^xsd:double;
  dwc:latitude '15.23517'^^xsd:double;
  dwc:startLatitude '15.23517'^^xsd:double;
  dwc:endLatitude '15.23517'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.40667 15.23517, -61.40667 15.23517, -61.40667 15.23517, -61.40667 15.23517, -61.40667 15.23517))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1039'^^xsd:string;
  dwc:observationDate '1996-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_892> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.75217 -28.85133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.75217"^^xsd:decimal ;
  dwc:decimalLongitude "-28.85133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.75217 -28.85133)"^^geo:wktLiteral ;
  geo-pos:lat "38.75217"^^xsd:decimal ;
  geo-pos:long "-28.85133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_892'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_892'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.400277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.85133'^^xsd:double;
  dwc:startLongitude '-28.85133'^^xsd:double;
  dwc:endLongitude '-28.85133'^^xsd:double;
  dwc:latitude '38.75217'^^xsd:double;
  dwc:startLatitude '38.75217'^^xsd:double;
  dwc:endLatitude '38.75217'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.85133 38.75217, -28.85133 38.75217, -28.85133 38.75217, -28.85133 38.75217, -28.85133 38.75217))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_892'^^xsd:string;
  dwc:observationDate '1995-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1014> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.3035 -61.43983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.3035"^^xsd:decimal ;
  dwc:decimalLongitude "-61.43983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.3035 -61.43983)"^^geo:wktLiteral ;
  geo-pos:lat "15.3035"^^xsd:decimal ;
  geo-pos:long "-61.43983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1014'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_1014'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.385277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.43983'^^xsd:double;
  dwc:startLongitude '-61.43983'^^xsd:double;
  dwc:endLongitude '-61.43983'^^xsd:double;
  dwc:latitude '15.3035'^^xsd:double;
  dwc:startLatitude '15.3035'^^xsd:double;
  dwc:endLatitude '15.3035'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.43983 15.3035, -61.43983 15.3035, -61.43983 15.3035, -61.43983 15.3035, -61.43983 15.3035))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1014'^^xsd:string;
  dwc:observationDate '1996-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5175> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.43282 -25.84475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.43282"^^xsd:decimal ;
  dwc:decimalLongitude "-25.84475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.43282 -25.84475)"^^geo:wktLiteral ;
  geo-pos:lat "37.43282"^^xsd:decimal ;
  geo-pos:long "-25.84475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5175'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_5175'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.123611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-25.84475'^^xsd:double;
  dwc:startLongitude '-25.84475'^^xsd:double;
  dwc:endLongitude '-25.84475'^^xsd:double;
  dwc:latitude '37.43282'^^xsd:double;
  dwc:startLatitude '37.43282'^^xsd:double;
  dwc:endLatitude '37.43282'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.84475 37.43282, -25.84475 37.43282, -25.84475 37.43282, -25.84475 37.43282, -25.84475 37.43282))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5175'^^xsd:string;
  dwc:observationDate '2008-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1026> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.36533 -61.51233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.36533"^^xsd:decimal ;
  dwc:decimalLongitude "-61.51233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.36533 -61.51233)"^^geo:wktLiteral ;
  geo-pos:lat "15.36533"^^xsd:decimal ;
  geo-pos:long "-61.51233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1026'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_1026'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.178611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.51233'^^xsd:double;
  dwc:startLongitude '-61.51233'^^xsd:double;
  dwc:endLongitude '-61.51233'^^xsd:double;
  dwc:latitude '15.36533'^^xsd:double;
  dwc:startLatitude '15.36533'^^xsd:double;
  dwc:endLatitude '15.36533'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.51233 15.36533, -61.51233 15.36533, -61.51233 15.36533, -61.51233 15.36533, -61.51233 15.36533))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_1026'^^xsd:string;
  dwc:observationDate '1996-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5186> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5256 -11.77613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5256"^^xsd:decimal ;
  dwc:decimalLongitude "-11.77613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5256 -11.77613)"^^geo:wktLiteral ;
  geo-pos:lat "36.5256"^^xsd:decimal ;
  geo-pos:long "-11.77613"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5186'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_5186'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.572777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-11.77613'^^xsd:double;
  dwc:startLongitude '-11.77613'^^xsd:double;
  dwc:endLongitude '-11.77613'^^xsd:double;
  dwc:latitude '36.5256'^^xsd:double;
  dwc:startLatitude '36.5256'^^xsd:double;
  dwc:endLatitude '36.5256'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.77613 36.5256, -11.77613 36.5256, -11.77613 36.5256, -11.77613 36.5256, -11.77613 36.5256))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_5186'^^xsd:string;
  dwc:observationDate '2008-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4844> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.85123 -28.536)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.85123"^^xsd:decimal ;
  dwc:decimalLongitude "-28.536"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.85123 -28.536)"^^geo:wktLiteral ;
  geo-pos:lat "35.85123"^^xsd:decimal ;
  geo-pos:long "-28.536"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4844'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_4844'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '21.760277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.536'^^xsd:double;
  dwc:startLongitude '-28.536'^^xsd:double;
  dwc:endLongitude '-28.536'^^xsd:double;
  dwc:latitude '35.85123'^^xsd:double;
  dwc:startLatitude '35.85123'^^xsd:double;
  dwc:endLatitude '35.85123'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.536 35.85123, -28.536 35.85123, -28.536 35.85123, -28.536 35.85123, -28.536 35.85123))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted dolphin (unidentified)" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '1158_4844'^^xsd:string;
  dwc:observationDate '2008-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_228> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.6155 -27.5185)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.6155"^^xsd:decimal ;
  dwc:decimalLongitude "-27.5185"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.6155 -27.5185)"^^geo:wktLiteral ;
  geo-pos:lat "38.6155"^^xsd:decimal ;
  geo-pos:long "-27.5185"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_228'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_228'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.205277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.5185'^^xsd:double;
  dwc:startLongitude '-27.5185'^^xsd:double;
  dwc:endLongitude '-27.5185'^^xsd:double;
  dwc:latitude '38.6155'^^xsd:double;
  dwc:startLatitude '38.6155'^^xsd:double;
  dwc:endLatitude '38.6155'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.5185 38.6155, -27.5185 38.6155, -27.5185 38.6155, -27.5185 38.6155, -27.5185 38.6155))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_228'^^xsd:string;
  dwc:observationDate '1993-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5023> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34265 -28.20887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.34265"^^xsd:decimal ;
  dwc:decimalLongitude "-28.20887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.34265 -28.20887)"^^geo:wktLiteral ;
  geo-pos:lat "38.34265"^^xsd:decimal ;
  geo-pos:long "-28.20887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5023'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_5023'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.723333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.20887'^^xsd:double;
  dwc:startLongitude '-28.20887'^^xsd:double;
  dwc:endLongitude '-28.20887'^^xsd:double;
  dwc:latitude '38.34265'^^xsd:double;
  dwc:startLatitude '38.34265'^^xsd:double;
  dwc:endLatitude '38.34265'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.20887 38.34265, -28.20887 38.34265, -28.20887 38.34265, -28.20887 38.34265, -28.20887 38.34265))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5023'^^xsd:string;
  dwc:observationDate '2008-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1142> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0865 -4.93217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.0865"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0865 -4.93217)"^^geo:wktLiteral ;
  geo-pos:lat "52.0865"^^xsd:decimal ;
  geo-pos:long "-4.93217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1142'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_1142'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.1086111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-4.93217'^^xsd:double;
  dwc:startLongitude '-4.93217'^^xsd:double;
  dwc:endLongitude '-4.93217'^^xsd:double;
  dwc:latitude '52.0865'^^xsd:double;
  dwc:startLatitude '52.0865'^^xsd:double;
  dwc:endLatitude '52.0865'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.93217 52.0865, -4.93217 52.0865, -4.93217 52.0865, -4.93217 52.0865, -4.93217 52.0865))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_1142'^^xsd:string;
  dwc:observationDate '1996-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6293> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.39055 -36.50545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.39055"^^xsd:decimal ;
  dwc:decimalLongitude "-36.50545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.39055 -36.50545)"^^geo:wktLiteral ;
  geo-pos:lat "61.39055"^^xsd:decimal ;
  geo-pos:long "-36.50545"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6293'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_6293'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.043055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-36.50545'^^xsd:double;
  dwc:startLongitude '-36.50545'^^xsd:double;
  dwc:endLongitude '-36.50545'^^xsd:double;
  dwc:latitude '61.39055'^^xsd:double;
  dwc:startLatitude '61.39055'^^xsd:double;
  dwc:endLatitude '61.39055'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-36.50545 61.39055, -36.50545 61.39055, -36.50545 61.39055, -36.50545 61.39055, -36.50545 61.39055))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_6293'^^xsd:string;
  dwc:observationDate '2012-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5345> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.68435 -18.14497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.68435"^^xsd:decimal ;
  dwc:decimalLongitude "-18.14497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.68435 -18.14497)"^^geo:wktLiteral ;
  geo-pos:lat "27.68435"^^xsd:decimal ;
  geo-pos:long "-18.14497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5345'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_5345'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.9358333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.14497'^^xsd:double;
  dwc:startLongitude '-18.14497'^^xsd:double;
  dwc:endLongitude '-18.14497'^^xsd:double;
  dwc:latitude '27.68435'^^xsd:double;
  dwc:startLatitude '27.68435'^^xsd:double;
  dwc:endLatitude '27.68435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.14497 27.68435, -18.14497 27.68435, -18.14497 27.68435, -18.14497 27.68435, -18.14497 27.68435))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5345'^^xsd:string;
  dwc:observationDate '2008-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4629> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.98015 32.60875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.98015"^^xsd:decimal ;
  dwc:decimalLongitude "32.60875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.98015 32.60875)"^^geo:wktLiteral ;
  geo-pos:lat "35.98015"^^xsd:decimal ;
  geo-pos:long "32.60875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4629'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_4629'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:startYearCollected '2007'^^xsd:integer;
  dwc:endYearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.6577777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '32.60875'^^xsd:double;
  dwc:startLongitude '32.60875'^^xsd:double;
  dwc:endLongitude '32.60875'^^xsd:double;
  dwc:latitude '35.98015'^^xsd:double;
  dwc:startLatitude '35.98015'^^xsd:double;
  dwc:endLatitude '35.98015'^^xsd:double;
  dwc:boundingBox 'POLYGON ((32.60875 35.98015, 32.60875 35.98015, 32.60875 35.98015, 32.60875 35.98015, 32.60875 35.98015))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_4629'^^xsd:string;
  dwc:observationDate '2007-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2713> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.17602 20.31705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.17602"^^xsd:decimal ;
  dwc:decimalLongitude "20.31705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.17602 20.31705)"^^geo:wktLiteral ;
  geo-pos:lat "38.17602"^^xsd:decimal ;
  geo-pos:long "20.31705"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2713'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_2713'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.616666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '20.31705'^^xsd:double;
  dwc:startLongitude '20.31705'^^xsd:double;
  dwc:endLongitude '20.31705'^^xsd:double;
  dwc:latitude '38.17602'^^xsd:double;
  dwc:startLatitude '38.17602'^^xsd:double;
  dwc:endLatitude '38.17602'^^xsd:double;
  dwc:boundingBox 'POLYGON ((20.31705 38.17602, 20.31705 38.17602, 20.31705 38.17602, 20.31705 38.17602, 20.31705 38.17602))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_2713'^^xsd:string;
  dwc:observationDate '2003-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5374> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.64367 -18.05645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.64367"^^xsd:decimal ;
  dwc:decimalLongitude "-18.05645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.64367 -18.05645)"^^geo:wktLiteral ;
  geo-pos:lat "27.64367"^^xsd:decimal ;
  geo-pos:long "-18.05645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5374'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_5374'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.1088888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.05645'^^xsd:double;
  dwc:startLongitude '-18.05645'^^xsd:double;
  dwc:endLongitude '-18.05645'^^xsd:double;
  dwc:latitude '27.64367'^^xsd:double;
  dwc:startLatitude '27.64367'^^xsd:double;
  dwc:endLatitude '27.64367'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.05645 27.64367, -18.05645 27.64367, -18.05645 27.64367, -18.05645 27.64367, -18.05645 27.64367))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5374'^^xsd:string;
  dwc:observationDate '2008-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5376> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.67633 -18.11232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.67633"^^xsd:decimal ;
  dwc:decimalLongitude "-18.11232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.67633 -18.11232)"^^geo:wktLiteral ;
  geo-pos:lat "27.67633"^^xsd:decimal ;
  geo-pos:long "-18.11232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5376'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_5376'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.06'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.11232'^^xsd:double;
  dwc:startLongitude '-18.11232'^^xsd:double;
  dwc:endLongitude '-18.11232'^^xsd:double;
  dwc:latitude '27.67633'^^xsd:double;
  dwc:startLatitude '27.67633'^^xsd:double;
  dwc:endLatitude '27.67633'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.11232 27.67633, -18.11232 27.67633, -18.11232 27.67633, -18.11232 27.67633, -18.11232 27.67633))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5376'^^xsd:string;
  dwc:observationDate '2008-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5346> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.67795 -18.11478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.67795"^^xsd:decimal ;
  dwc:decimalLongitude "-18.11478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.67795 -18.11478)"^^geo:wktLiteral ;
  geo-pos:lat "27.67795"^^xsd:decimal ;
  geo-pos:long "-18.11478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5346'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_5346'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.056111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.11478'^^xsd:double;
  dwc:startLongitude '-18.11478'^^xsd:double;
  dwc:endLongitude '-18.11478'^^xsd:double;
  dwc:latitude '27.67795'^^xsd:double;
  dwc:startLatitude '27.67795'^^xsd:double;
  dwc:endLatitude '27.67795'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.11478 27.67795, -18.11478 27.67795, -18.11478 27.67795, -18.11478 27.67795, -18.11478 27.67795))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5346'^^xsd:string;
  dwc:observationDate '2008-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1144> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.016 -5.161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.016"^^xsd:decimal ;
  dwc:decimalLongitude "-5.161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.016 -5.161)"^^geo:wktLiteral ;
  geo-pos:lat "52.016"^^xsd:decimal ;
  geo-pos:long "-5.161"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1144'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_1144'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.6922222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.161'^^xsd:double;
  dwc:startLongitude '-5.161'^^xsd:double;
  dwc:endLongitude '-5.161'^^xsd:double;
  dwc:latitude '52.016'^^xsd:double;
  dwc:startLatitude '52.016'^^xsd:double;
  dwc:endLatitude '52.016'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.161 52.016, -5.161 52.016, -5.161 52.016, -5.161 52.016, -5.161 52.016))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_1144'^^xsd:string;
  dwc:observationDate '1996-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5011> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.32801 -28.20818)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.32801"^^xsd:decimal ;
  dwc:decimalLongitude "-28.20818"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.32801 -28.20818)"^^geo:wktLiteral ;
  geo-pos:lat "38.32801"^^xsd:decimal ;
  geo-pos:long "-28.20818"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5011'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_5011'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.20818'^^xsd:double;
  dwc:startLongitude '-28.20818'^^xsd:double;
  dwc:endLongitude '-28.20818'^^xsd:double;
  dwc:latitude '38.32801'^^xsd:double;
  dwc:startLatitude '38.32801'^^xsd:double;
  dwc:endLatitude '38.32801'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.20818 38.32801, -28.20818 38.32801, -28.20818 38.32801, -28.20818 38.32801, -28.20818 38.32801))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5011'^^xsd:string;
  dwc:observationDate '2008-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5388> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.66922 -18.12587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.66922"^^xsd:decimal ;
  dwc:decimalLongitude "-18.12587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.66922 -18.12587)"^^geo:wktLiteral ;
  geo-pos:lat "27.66922"^^xsd:decimal ;
  geo-pos:long "-18.12587"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5388'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_5388'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.940277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.12587'^^xsd:double;
  dwc:startLongitude '-18.12587'^^xsd:double;
  dwc:endLongitude '-18.12587'^^xsd:double;
  dwc:latitude '27.66922'^^xsd:double;
  dwc:startLatitude '27.66922'^^xsd:double;
  dwc:endLatitude '27.66922'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.12587 27.66922, -18.12587 27.66922, -18.12587 27.66922, -18.12587 27.66922, -18.12587 27.66922))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5388'^^xsd:string;
  dwc:observationDate '2008-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5178> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.95242 -21.35403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.95242"^^xsd:decimal ;
  dwc:decimalLongitude "-21.35403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.95242 -21.35403)"^^geo:wktLiteral ;
  geo-pos:lat "36.95242"^^xsd:decimal ;
  geo-pos:long "-21.35403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5178'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_5178'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.2244444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-21.35403'^^xsd:double;
  dwc:startLongitude '-21.35403'^^xsd:double;
  dwc:endLongitude '-21.35403'^^xsd:double;
  dwc:latitude '36.95242'^^xsd:double;
  dwc:startLatitude '36.95242'^^xsd:double;
  dwc:endLatitude '36.95242'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-21.35403 36.95242, -21.35403 36.95242, -21.35403 36.95242, -21.35403 36.95242, -21.35403 36.95242))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5178'^^xsd:string;
  dwc:observationDate '2008-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4891> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.30715 -28.25307)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.30715"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25307"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.30715 -28.25307)"^^geo:wktLiteral ;
  geo-pos:lat "38.30715"^^xsd:decimal ;
  geo-pos:long "-28.25307"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4891'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_4891'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.283055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.25307'^^xsd:double;
  dwc:startLongitude '-28.25307'^^xsd:double;
  dwc:endLongitude '-28.25307'^^xsd:double;
  dwc:latitude '38.30715'^^xsd:double;
  dwc:startLatitude '38.30715'^^xsd:double;
  dwc:endLatitude '38.30715'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.25307 38.30715, -28.25307 38.30715, -28.25307 38.30715, -28.25307 38.30715, -28.25307 38.30715))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_4891'^^xsd:string;
  dwc:observationDate '2008-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5324> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.54638 -16.84573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.54638"^^xsd:decimal ;
  dwc:decimalLongitude "-16.84573"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.54638 -16.84573)"^^geo:wktLiteral ;
  geo-pos:lat "32.54638"^^xsd:decimal ;
  geo-pos:long "-16.84573"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5324'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_5324'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.044722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-16.84573'^^xsd:double;
  dwc:startLongitude '-16.84573'^^xsd:double;
  dwc:endLongitude '-16.84573'^^xsd:double;
  dwc:latitude '32.54638'^^xsd:double;
  dwc:startLatitude '32.54638'^^xsd:double;
  dwc:endLatitude '32.54638'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.84573 32.54638, -16.84573 32.54638, -16.84573 32.54638, -16.84573 32.54638, -16.84573 32.54638))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified beaked whale" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1158_5324'^^xsd:string;
  dwc:observationDate '2008-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2870> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.93169 -23.7269)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.93169"^^xsd:decimal ;
  dwc:decimalLongitude "-23.7269"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.93169 -23.7269)"^^geo:wktLiteral ;
  geo-pos:lat "64.93169"^^xsd:decimal ;
  geo-pos:long "-23.7269"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2870'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_2870'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '21.421944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.7269'^^xsd:double;
  dwc:startLongitude '-23.7269'^^xsd:double;
  dwc:endLongitude '-23.7269'^^xsd:double;
  dwc:latitude '64.93169'^^xsd:double;
  dwc:startLatitude '64.93169'^^xsd:double;
  dwc:endLatitude '64.93169'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.7269 64.93169, -23.7269 64.93169, -23.7269 64.93169, -23.7269 64.93169, -23.7269 64.93169))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_2870'^^xsd:string;
  dwc:observationDate '2004-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5612> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.73233 0.78908)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.73233"^^xsd:decimal ;
  dwc:decimalLongitude "0.78908"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.73233 0.78908)"^^geo:wktLiteral ;
  geo-pos:lat "53.73233"^^xsd:decimal ;
  geo-pos:long "0.78908"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5612'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_5612'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.337777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '0.78908'^^xsd:double;
  dwc:startLongitude '0.78908'^^xsd:double;
  dwc:endLongitude '0.78908'^^xsd:double;
  dwc:latitude '53.73233'^^xsd:double;
  dwc:startLatitude '53.73233'^^xsd:double;
  dwc:endLatitude '53.73233'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.78908 53.73233, 0.78908 53.73233, 0.78908 53.73233, 0.78908 53.73233, 0.78908 53.73233))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_5612'^^xsd:string;
  dwc:observationDate '2011-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3036> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.24043 -18.66723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.24043"^^xsd:decimal ;
  dwc:decimalLongitude "-18.66723"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.24043 -18.66723)"^^geo:wktLiteral ;
  geo-pos:lat "66.24043"^^xsd:decimal ;
  geo-pos:long "-18.66723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3036'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_3036'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '17.716388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.66723'^^xsd:double;
  dwc:startLongitude '-18.66723'^^xsd:double;
  dwc:endLongitude '-18.66723'^^xsd:double;
  dwc:latitude '66.24043'^^xsd:double;
  dwc:startLatitude '66.24043'^^xsd:double;
  dwc:endLatitude '66.24043'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.66723 66.24043, -18.66723 66.24043, -18.66723 66.24043, -18.66723 66.24043, -18.66723 66.24043))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_3036'^^xsd:string;
  dwc:observationDate '2004-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2553> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.82182 -6.09535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.82182"^^xsd:decimal ;
  dwc:decimalLongitude "-6.09535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.82182 -6.09535)"^^geo:wktLiteral ;
  geo-pos:lat "56.82182"^^xsd:decimal ;
  geo-pos:long "-6.09535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2553'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_2553'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13.8375'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.09535'^^xsd:double;
  dwc:startLongitude '-6.09535'^^xsd:double;
  dwc:endLongitude '-6.09535'^^xsd:double;
  dwc:latitude '56.82182'^^xsd:double;
  dwc:startLatitude '56.82182'^^xsd:double;
  dwc:endLatitude '56.82182'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.09535 56.82182, -6.09535 56.82182, -6.09535 56.82182, -6.09535 56.82182, -6.09535 56.82182))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_2553'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6475> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.20693 -22.15783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.20693"^^xsd:decimal ;
  dwc:decimalLongitude "-22.15783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.20693 -22.15783)"^^geo:wktLiteral ;
  geo-pos:lat "64.20693"^^xsd:decimal ;
  geo-pos:long "-22.15783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6475'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_6475'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.278888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.15783'^^xsd:double;
  dwc:startLongitude '-22.15783'^^xsd:double;
  dwc:endLongitude '-22.15783'^^xsd:double;
  dwc:latitude '64.20693'^^xsd:double;
  dwc:startLatitude '64.20693'^^xsd:double;
  dwc:endLatitude '64.20693'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.15783 64.20693, -22.15783 64.20693, -22.15783 64.20693, -22.15783 64.20693, -22.15783 64.20693))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_6475'^^xsd:string;
  dwc:observationDate '2012-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6323> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.21484 -22.0262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.21484"^^xsd:decimal ;
  dwc:decimalLongitude "-22.0262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.21484 -22.0262)"^^geo:wktLiteral ;
  geo-pos:lat "64.21484"^^xsd:decimal ;
  geo-pos:long "-22.0262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6323'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_6323'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '16.958055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.0262'^^xsd:double;
  dwc:startLongitude '-22.0262'^^xsd:double;
  dwc:endLongitude '-22.0262'^^xsd:double;
  dwc:latitude '64.21484'^^xsd:double;
  dwc:startLatitude '64.21484'^^xsd:double;
  dwc:endLatitude '64.21484'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.0262 64.21484, -22.0262 64.21484, -22.0262 64.21484, -22.0262 64.21484, -22.0262 64.21484))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_6323'^^xsd:string;
  dwc:observationDate '2012-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6439> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.10307 -22.82073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.10307"^^xsd:decimal ;
  dwc:decimalLongitude "-22.82073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.10307 -22.82073)"^^geo:wktLiteral ;
  geo-pos:lat "64.10307"^^xsd:decimal ;
  geo-pos:long "-22.82073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6439'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_6439'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '8.4958333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.82073'^^xsd:double;
  dwc:startLongitude '-22.82073'^^xsd:double;
  dwc:endLongitude '-22.82073'^^xsd:double;
  dwc:latitude '64.10307'^^xsd:double;
  dwc:startLatitude '64.10307'^^xsd:double;
  dwc:endLatitude '64.10307'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.82073 64.10307, -22.82073 64.10307, -22.82073 64.10307, -22.82073 64.10307, -22.82073 64.10307))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_6439'^^xsd:string;
  dwc:observationDate '2012-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6493> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.19466 -22.18635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.19466"^^xsd:decimal ;
  dwc:decimalLongitude "-22.18635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.19466 -22.18635)"^^geo:wktLiteral ;
  geo-pos:lat "64.19466"^^xsd:decimal ;
  geo-pos:long "-22.18635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6493'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_6493'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '8.8130555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.18635'^^xsd:double;
  dwc:startLongitude '-22.18635'^^xsd:double;
  dwc:endLongitude '-22.18635'^^xsd:double;
  dwc:latitude '64.19466'^^xsd:double;
  dwc:startLatitude '64.19466'^^xsd:double;
  dwc:endLatitude '64.19466'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.18635 64.19466, -22.18635 64.19466, -22.18635 64.19466, -22.18635 64.19466, -22.18635 64.19466))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_6493'^^xsd:string;
  dwc:observationDate '2012-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6428> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.12793 -22.81858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.12793"^^xsd:decimal ;
  dwc:decimalLongitude "-22.81858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.12793 -22.81858)"^^geo:wktLiteral ;
  geo-pos:lat "64.12793"^^xsd:decimal ;
  geo-pos:long "-22.81858"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6428'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_6428'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.715277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.81858'^^xsd:double;
  dwc:startLongitude '-22.81858'^^xsd:double;
  dwc:endLongitude '-22.81858'^^xsd:double;
  dwc:latitude '64.12793'^^xsd:double;
  dwc:startLatitude '64.12793'^^xsd:double;
  dwc:endLatitude '64.12793'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.81858 64.12793, -22.81858 64.12793, -22.81858 64.12793, -22.81858 64.12793, -22.81858 64.12793))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_6428'^^xsd:string;
  dwc:observationDate '2012-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2542> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.93335 -6.06608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.93335"^^xsd:decimal ;
  dwc:decimalLongitude "-6.06608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.93335 -6.06608)"^^geo:wktLiteral ;
  geo-pos:lat "56.93335"^^xsd:decimal ;
  geo-pos:long "-6.06608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2542'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_2542'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.363055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.06608'^^xsd:double;
  dwc:startLongitude '-6.06608'^^xsd:double;
  dwc:endLongitude '-6.06608'^^xsd:double;
  dwc:latitude '56.93335'^^xsd:double;
  dwc:startLatitude '56.93335'^^xsd:double;
  dwc:endLatitude '56.93335'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.06608 56.93335, -6.06608 56.93335, -6.06608 56.93335, -6.06608 56.93335, -6.06608 56.93335))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_2542'^^xsd:string;
  dwc:observationDate '2002-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6430> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.07278 -22.82235)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.07278"^^xsd:decimal ;
  dwc:decimalLongitude "-22.82235"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.07278 -22.82235)"^^geo:wktLiteral ;
  geo-pos:lat "64.07278"^^xsd:decimal ;
  geo-pos:long "-22.82235"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6430'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_6430'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.133333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.82235'^^xsd:double;
  dwc:startLongitude '-22.82235'^^xsd:double;
  dwc:endLongitude '-22.82235'^^xsd:double;
  dwc:latitude '64.07278'^^xsd:double;
  dwc:startLatitude '64.07278'^^xsd:double;
  dwc:endLatitude '64.07278'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.82235 64.07278, -22.82235 64.07278, -22.82235 64.07278, -22.82235 64.07278, -22.82235 64.07278))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_6430'^^xsd:string;
  dwc:observationDate '2012-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6474> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.21827 -22.14033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.21827"^^xsd:decimal ;
  dwc:decimalLongitude "-22.14033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.21827 -22.14033)"^^geo:wktLiteral ;
  geo-pos:lat "64.21827"^^xsd:decimal ;
  geo-pos:long "-22.14033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6474'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_6474'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.140833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.14033'^^xsd:double;
  dwc:startLongitude '-22.14033'^^xsd:double;
  dwc:endLongitude '-22.14033'^^xsd:double;
  dwc:latitude '64.21827'^^xsd:double;
  dwc:startLatitude '64.21827'^^xsd:double;
  dwc:endLatitude '64.21827'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.14033 64.21827, -22.14033 64.21827, -22.14033 64.21827, -22.14033 64.21827, -22.14033 64.21827))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_6474'^^xsd:string;
  dwc:observationDate '2012-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2780> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.01894 -22.87537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.01894"^^xsd:decimal ;
  dwc:decimalLongitude "-22.87537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.01894 -22.87537)"^^geo:wktLiteral ;
  geo-pos:lat "64.01894"^^xsd:decimal ;
  geo-pos:long "-22.87537"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2780'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_2780'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.395833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.87537'^^xsd:double;
  dwc:startLongitude '-22.87537'^^xsd:double;
  dwc:endLongitude '-22.87537'^^xsd:double;
  dwc:latitude '64.01894'^^xsd:double;
  dwc:startLatitude '64.01894'^^xsd:double;
  dwc:endLatitude '64.01894'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.87537 64.01894, -22.87537 64.01894, -22.87537 64.01894, -22.87537 64.01894, -22.87537 64.01894))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_2780'^^xsd:string;
  dwc:observationDate '2004-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1079> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.66983 -6.28967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.66983"^^xsd:decimal ;
  dwc:decimalLongitude "-6.28967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.66983 -6.28967)"^^geo:wktLiteral ;
  geo-pos:lat "56.66983"^^xsd:decimal ;
  geo-pos:long "-6.28967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1079'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_1079'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.616666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.28967'^^xsd:double;
  dwc:startLongitude '-6.28967'^^xsd:double;
  dwc:endLongitude '-6.28967'^^xsd:double;
  dwc:latitude '56.66983'^^xsd:double;
  dwc:startLatitude '56.66983'^^xsd:double;
  dwc:endLatitude '56.66983'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.28967 56.66983, -6.28967 56.66983, -6.28967 56.66983, -6.28967 56.66983, -6.28967 56.66983))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_1079'^^xsd:string;
  dwc:observationDate '1996-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2529> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.03074 -6.05285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.03074"^^xsd:decimal ;
  dwc:decimalLongitude "-6.05285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.03074 -6.05285)"^^geo:wktLiteral ;
  geo-pos:lat "57.03074"^^xsd:decimal ;
  geo-pos:long "-6.05285"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2529'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_2529'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.324444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.05285'^^xsd:double;
  dwc:startLongitude '-6.05285'^^xsd:double;
  dwc:endLongitude '-6.05285'^^xsd:double;
  dwc:latitude '57.03074'^^xsd:double;
  dwc:startLatitude '57.03074'^^xsd:double;
  dwc:endLatitude '57.03074'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.05285 57.03074, -6.05285 57.03074, -6.05285 57.03074, -6.05285 57.03074, -6.05285 57.03074))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_2529'^^xsd:string;
  dwc:observationDate '2002-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1254> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02917 -68.96067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.02917"^^xsd:decimal ;
  dwc:decimalLongitude "-68.96067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02917 -68.96067)"^^geo:wktLiteral ;
  geo-pos:lat "43.02917"^^xsd:decimal ;
  geo-pos:long "-68.96067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1254'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_1254'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.890277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.96067'^^xsd:double;
  dwc:startLongitude '-68.96067'^^xsd:double;
  dwc:endLongitude '-68.96067'^^xsd:double;
  dwc:latitude '43.02917'^^xsd:double;
  dwc:startLatitude '43.02917'^^xsd:double;
  dwc:endLatitude '43.02917'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.96067 43.02917, -68.96067 43.02917, -68.96067 43.02917, -68.96067 43.02917, -68.96067 43.02917))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_1254'^^xsd:string;
  dwc:observationDate '1997-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2587> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.92678 -6.41983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.92678"^^xsd:decimal ;
  dwc:decimalLongitude "-6.41983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.92678 -6.41983)"^^geo:wktLiteral ;
  geo-pos:lat "56.92678"^^xsd:decimal ;
  geo-pos:long "-6.41983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2587'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_2587'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.131944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.41983'^^xsd:double;
  dwc:startLongitude '-6.41983'^^xsd:double;
  dwc:endLongitude '-6.41983'^^xsd:double;
  dwc:latitude '56.92678'^^xsd:double;
  dwc:startLatitude '56.92678'^^xsd:double;
  dwc:endLatitude '56.92678'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.41983 56.92678, -6.41983 56.92678, -6.41983 56.92678, -6.41983 56.92678, -6.41983 56.92678))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_2587'^^xsd:string;
  dwc:observationDate '2002-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2768> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.72218 -6.2646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.72218"^^xsd:decimal ;
  dwc:decimalLongitude "-6.2646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.72218 -6.2646)"^^geo:wktLiteral ;
  geo-pos:lat "56.72218"^^xsd:decimal ;
  geo-pos:long "-6.2646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2768'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_2768'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.891666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.2646'^^xsd:double;
  dwc:startLongitude '-6.2646'^^xsd:double;
  dwc:endLongitude '-6.2646'^^xsd:double;
  dwc:latitude '56.72218'^^xsd:double;
  dwc:startLatitude '56.72218'^^xsd:double;
  dwc:endLatitude '56.72218'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.2646 56.72218, -6.2646 56.72218, -6.2646 56.72218, -6.2646 56.72218, -6.2646 56.72218))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_2768'^^xsd:string;
  dwc:observationDate '2004-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3084> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.27592 -18.39053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.27592"^^xsd:decimal ;
  dwc:decimalLongitude "-18.39053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.27592 -18.39053)"^^geo:wktLiteral ;
  geo-pos:lat "66.27592"^^xsd:decimal ;
  geo-pos:long "-18.39053"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3084'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_3084'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.9925'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-18.39053'^^xsd:double;
  dwc:startLongitude '-18.39053'^^xsd:double;
  dwc:endLongitude '-18.39053'^^xsd:double;
  dwc:latitude '66.27592'^^xsd:double;
  dwc:startLatitude '66.27592'^^xsd:double;
  dwc:endLatitude '66.27592'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.39053 66.27592, -18.39053 66.27592, -18.39053 66.27592, -18.39053 66.27592, -18.39053 66.27592))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_3084'^^xsd:string;
  dwc:observationDate '2004-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2622> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.70703 -6.23662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.70703"^^xsd:decimal ;
  dwc:decimalLongitude "-6.23662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.70703 -6.23662)"^^geo:wktLiteral ;
  geo-pos:lat "56.70703"^^xsd:decimal ;
  geo-pos:long "-6.23662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2622'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_2622'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '17.0125'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.23662'^^xsd:double;
  dwc:startLongitude '-6.23662'^^xsd:double;
  dwc:endLongitude '-6.23662'^^xsd:double;
  dwc:latitude '56.70703'^^xsd:double;
  dwc:startLatitude '56.70703'^^xsd:double;
  dwc:endLatitude '56.70703'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.23662 56.70703, -6.23662 56.70703, -6.23662 56.70703, -6.23662 56.70703, -6.23662 56.70703))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_2622'^^xsd:string;
  dwc:observationDate '2002-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3019> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.2534 -17.3379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.2534"^^xsd:decimal ;
  dwc:decimalLongitude "-17.3379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.2534 -17.3379)"^^geo:wktLiteral ;
  geo-pos:lat "66.2534"^^xsd:decimal ;
  geo-pos:long "-17.3379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3019'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_3019'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.5538888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.3379'^^xsd:double;
  dwc:startLongitude '-17.3379'^^xsd:double;
  dwc:endLongitude '-17.3379'^^xsd:double;
  dwc:latitude '66.2534'^^xsd:double;
  dwc:startLatitude '66.2534'^^xsd:double;
  dwc:endLatitude '66.2534'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.3379 66.2534, -17.3379 66.2534, -17.3379 66.2534, -17.3379 66.2534, -17.3379 66.2534))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_3019'^^xsd:string;
  dwc:observationDate '2004-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6361> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.18864 -22.3896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.18864"^^xsd:decimal ;
  dwc:decimalLongitude "-22.3896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.18864 -22.3896)"^^geo:wktLiteral ;
  geo-pos:lat "64.18864"^^xsd:decimal ;
  geo-pos:long "-22.3896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6361'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_6361'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.856944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.3896'^^xsd:double;
  dwc:startLongitude '-22.3896'^^xsd:double;
  dwc:endLongitude '-22.3896'^^xsd:double;
  dwc:latitude '64.18864'^^xsd:double;
  dwc:startLatitude '64.18864'^^xsd:double;
  dwc:endLatitude '64.18864'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.3896 64.18864, -22.3896 64.18864, -22.3896 64.18864, -22.3896 64.18864, -22.3896 64.18864))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_6361'^^xsd:string;
  dwc:observationDate '2012-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3712> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23255 -65.83472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.23255"^^xsd:decimal ;
  dwc:decimalLongitude "-65.83472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23255 -65.83472)"^^geo:wktLiteral ;
  geo-pos:lat "43.23255"^^xsd:decimal ;
  geo-pos:long "-65.83472"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3712'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_3712'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '15.9225'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.83472'^^xsd:double;
  dwc:startLongitude '-65.83472'^^xsd:double;
  dwc:endLongitude '-65.83472'^^xsd:double;
  dwc:latitude '43.23255'^^xsd:double;
  dwc:startLatitude '43.23255'^^xsd:double;
  dwc:endLatitude '43.23255'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.83472 43.23255, -65.83472 43.23255, -65.83472 43.23255, -65.83472 43.23255, -65.83472 43.23255))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_3712'^^xsd:string;
  dwc:observationDate '2005-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2766> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.69854 -6.23717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.69854"^^xsd:decimal ;
  dwc:decimalLongitude "-6.23717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.69854 -6.23717)"^^geo:wktLiteral ;
  geo-pos:lat "56.69854"^^xsd:decimal ;
  geo-pos:long "-6.23717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2766'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_2766'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.666111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.23717'^^xsd:double;
  dwc:startLongitude '-6.23717'^^xsd:double;
  dwc:endLongitude '-6.23717'^^xsd:double;
  dwc:latitude '56.69854'^^xsd:double;
  dwc:startLatitude '56.69854'^^xsd:double;
  dwc:endLatitude '56.69854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.23717 56.69854, -6.23717 56.69854, -6.23717 56.69854, -6.23717 56.69854, -6.23717 56.69854))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_2766'^^xsd:string;
  dwc:observationDate '2004-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1091> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.92233 -6.48683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.92233"^^xsd:decimal ;
  dwc:decimalLongitude "-6.48683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.92233 -6.48683)"^^geo:wktLiteral ;
  geo-pos:lat "57.92233"^^xsd:decimal ;
  geo-pos:long "-6.48683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1091'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_1091'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.168888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.48683'^^xsd:double;
  dwc:startLongitude '-6.48683'^^xsd:double;
  dwc:endLongitude '-6.48683'^^xsd:double;
  dwc:latitude '57.92233'^^xsd:double;
  dwc:startLatitude '57.92233'^^xsd:double;
  dwc:endLatitude '57.92233'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.48683 57.92233, -6.48683 57.92233, -6.48683 57.92233, -6.48683 57.92233, -6.48683 57.92233))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_1091'^^xsd:string;
  dwc:observationDate '1996-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1305> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 -70.33967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.19"^^xsd:decimal ;
  dwc:decimalLongitude "-70.33967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 -70.33967)"^^geo:wktLiteral ;
  geo-pos:lat "42.19"^^xsd:decimal ;
  geo-pos:long "-70.33967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1305'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_1305'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.8330555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-70.33967'^^xsd:double;
  dwc:startLongitude '-70.33967'^^xsd:double;
  dwc:endLongitude '-70.33967'^^xsd:double;
  dwc:latitude '42.19'^^xsd:double;
  dwc:startLatitude '42.19'^^xsd:double;
  dwc:endLatitude '42.19'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.33967 42.19, -70.33967 42.19, -70.33967 42.19, -70.33967 42.19, -70.33967 42.19))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_1305'^^xsd:string;
  dwc:observationDate '1997-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6267> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.40332 -49.38945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.40332"^^xsd:decimal ;
  dwc:decimalLongitude "-49.38945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.40332 -49.38945)"^^geo:wktLiteral ;
  geo-pos:lat "50.40332"^^xsd:decimal ;
  geo-pos:long "-49.38945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6267'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1158_6267'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '22.606944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-49.38945'^^xsd:double;
  dwc:startLongitude '-49.38945'^^xsd:double;
  dwc:endLongitude '-49.38945'^^xsd:double;
  dwc:latitude '50.40332'^^xsd:double;
  dwc:startLatitude '50.40332'^^xsd:double;
  dwc:endLatitude '50.40332'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.38945 50.40332, -49.38945 50.40332, -49.38945 50.40332, -49.38945 50.40332, -49.38945 50.40332))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_6267'^^xsd:string;
  dwc:observationDate '2012-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2974> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.13485 -17.71385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.13485"^^xsd:decimal ;
  dwc:decimalLongitude "-17.71385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.13485 -17.71385)"^^geo:wktLiteral ;
  geo-pos:lat "66.13485"^^xsd:decimal ;
  geo-pos:long "-17.71385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2974'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_2974'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.7583333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.71385'^^xsd:double;
  dwc:startLongitude '-17.71385'^^xsd:double;
  dwc:endLongitude '-17.71385'^^xsd:double;
  dwc:latitude '66.13485'^^xsd:double;
  dwc:startLatitude '66.13485'^^xsd:double;
  dwc:endLatitude '66.13485'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.71385 66.13485, -17.71385 66.13485, -17.71385 66.13485, -17.71385 66.13485, -17.71385 66.13485))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_2974'^^xsd:string;
  dwc:observationDate '2004-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1531> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.89208 -66.82577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.89208"^^xsd:decimal ;
  dwc:decimalLongitude "-66.82577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.89208 -66.82577)"^^geo:wktLiteral ;
  geo-pos:lat "44.89208"^^xsd:decimal ;
  geo-pos:long "-66.82577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1531'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_1531'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17.517222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.82577'^^xsd:double;
  dwc:startLongitude '-66.82577'^^xsd:double;
  dwc:endLongitude '-66.82577'^^xsd:double;
  dwc:latitude '44.89208'^^xsd:double;
  dwc:startLatitude '44.89208'^^xsd:double;
  dwc:endLatitude '44.89208'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.82577 44.89208, -66.82577 44.89208, -66.82577 44.89208, -66.82577 44.89208, -66.82577 44.89208))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_1531'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6486> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.20866 -22.2367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.20866"^^xsd:decimal ;
  dwc:decimalLongitude "-22.2367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.20866 -22.2367)"^^geo:wktLiteral ;
  geo-pos:lat "64.20866"^^xsd:decimal ;
  geo-pos:long "-22.2367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6486'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_6486'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.140555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.2367'^^xsd:double;
  dwc:startLongitude '-22.2367'^^xsd:double;
  dwc:endLongitude '-22.2367'^^xsd:double;
  dwc:latitude '64.20866'^^xsd:double;
  dwc:startLatitude '64.20866'^^xsd:double;
  dwc:endLatitude '64.20866'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.2367 64.20866, -22.2367 64.20866, -22.2367 64.20866, -22.2367 64.20866, -22.2367 64.20866))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_6486'^^xsd:string;
  dwc:observationDate '2012-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1295> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1965 -70.337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1965"^^xsd:decimal ;
  dwc:decimalLongitude "-70.337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1965 -70.337)"^^geo:wktLiteral ;
  geo-pos:lat "42.1965"^^xsd:decimal ;
  geo-pos:long "-70.337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1295'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_1295'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '17.0175'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-70.337'^^xsd:double;
  dwc:startLongitude '-70.337'^^xsd:double;
  dwc:endLongitude '-70.337'^^xsd:double;
  dwc:latitude '42.1965'^^xsd:double;
  dwc:startLatitude '42.1965'^^xsd:double;
  dwc:endLatitude '42.1965'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.337 42.1965, -70.337 42.1965, -70.337 42.1965, -70.337 42.1965, -70.337 42.1965))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_1295'^^xsd:string;
  dwc:observationDate '1997-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6510> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.21695 -21.95528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.21695"^^xsd:decimal ;
  dwc:decimalLongitude "-21.95528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.21695 -21.95528)"^^geo:wktLiteral ;
  geo-pos:lat "64.21695"^^xsd:decimal ;
  geo-pos:long "-21.95528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6510'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_6510'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.720555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-21.95528'^^xsd:double;
  dwc:startLongitude '-21.95528'^^xsd:double;
  dwc:endLongitude '-21.95528'^^xsd:double;
  dwc:latitude '64.21695'^^xsd:double;
  dwc:startLatitude '64.21695'^^xsd:double;
  dwc:endLatitude '64.21695'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-21.95528 64.21695, -21.95528 64.21695, -21.95528 64.21695, -21.95528 64.21695, -21.95528 64.21695))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_6510'^^xsd:string;
  dwc:observationDate '2012-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1722> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.70002 -61.23775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.70002"^^xsd:decimal ;
  dwc:decimalLongitude "-61.23775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.70002 -61.23775)"^^geo:wktLiteral ;
  geo-pos:lat "14.70002"^^xsd:decimal ;
  geo-pos:long "-61.23775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1722'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_1722'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.463611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.23775'^^xsd:double;
  dwc:startLongitude '-61.23775'^^xsd:double;
  dwc:endLongitude '-61.23775'^^xsd:double;
  dwc:latitude '14.70002'^^xsd:double;
  dwc:startLatitude '14.70002'^^xsd:double;
  dwc:endLatitude '14.70002'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.23775 14.70002, -61.23775 14.70002, -61.23775 14.70002, -61.23775 14.70002, -61.23775 14.70002))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1722'^^xsd:string;
  dwc:observationDate '2000-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1633> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.05755 -61.95763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.05755"^^xsd:decimal ;
  dwc:decimalLongitude "-61.95763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.05755 -61.95763)"^^geo:wktLiteral ;
  geo-pos:lat "16.05755"^^xsd:decimal ;
  geo-pos:long "-61.95763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1633'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_1633'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '19.583888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.95763'^^xsd:double;
  dwc:startLongitude '-61.95763'^^xsd:double;
  dwc:endLongitude '-61.95763'^^xsd:double;
  dwc:latitude '16.05755'^^xsd:double;
  dwc:startLatitude '16.05755'^^xsd:double;
  dwc:endLatitude '16.05755'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.95763 16.05755, -61.95763 16.05755, -61.95763 16.05755, -61.95763 16.05755, -61.95763 16.05755))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1633'^^xsd:string;
  dwc:observationDate '2000-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4915> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.36162 -28.21142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.36162"^^xsd:decimal ;
  dwc:decimalLongitude "-28.21142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.36162 -28.21142)"^^geo:wktLiteral ;
  geo-pos:lat "38.36162"^^xsd:decimal ;
  geo-pos:long "-28.21142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4915'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_4915'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.066111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.21142'^^xsd:double;
  dwc:startLongitude '-28.21142'^^xsd:double;
  dwc:endLongitude '-28.21142'^^xsd:double;
  dwc:latitude '38.36162'^^xsd:double;
  dwc:startLatitude '38.36162'^^xsd:double;
  dwc:endLatitude '38.36162'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.21142 38.36162, -28.21142 38.36162, -28.21142 38.36162, -28.21142 38.36162, -28.21142 38.36162))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4915'^^xsd:string;
  dwc:observationDate '2008-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1746> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.21067 -61.41821)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.21067"^^xsd:decimal ;
  dwc:decimalLongitude "-61.41821"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.21067 -61.41821)"^^geo:wktLiteral ;
  geo-pos:lat "15.21067"^^xsd:decimal ;
  geo-pos:long "-61.41821"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1746'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1158_1746'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.581666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.41821'^^xsd:double;
  dwc:startLongitude '-61.41821'^^xsd:double;
  dwc:endLongitude '-61.41821'^^xsd:double;
  dwc:latitude '15.21067'^^xsd:double;
  dwc:startLatitude '15.21067'^^xsd:double;
  dwc:endLatitude '15.21067'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.41821 15.21067, -61.41821 15.21067, -61.41821 15.21067, -61.41821 15.21067, -61.41821 15.21067))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1746'^^xsd:string;
  dwc:observationDate '2000-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5138> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.38166 -28.39307)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.38166"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39307"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.38166 -28.39307)"^^geo:wktLiteral ;
  geo-pos:lat "38.38166"^^xsd:decimal ;
  geo-pos:long "-28.39307"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5138'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_5138'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.316944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.39307'^^xsd:double;
  dwc:startLongitude '-28.39307'^^xsd:double;
  dwc:endLongitude '-28.39307'^^xsd:double;
  dwc:latitude '38.38166'^^xsd:double;
  dwc:startLatitude '38.38166'^^xsd:double;
  dwc:endLatitude '38.38166'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.39307 38.38166, -28.39307 38.38166, -28.39307 38.38166, -28.39307 38.38166, -28.39307 38.38166))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5138'^^xsd:string;
  dwc:observationDate '2008-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6077> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.25485 -57.94127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.25485"^^xsd:decimal ;
  dwc:decimalLongitude "-57.94127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.25485 -57.94127)"^^geo:wktLiteral ;
  geo-pos:lat "34.25485"^^xsd:decimal ;
  geo-pos:long "-57.94127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6077'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1158_6077'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.2575'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-57.94127'^^xsd:double;
  dwc:startLongitude '-57.94127'^^xsd:double;
  dwc:endLongitude '-57.94127'^^xsd:double;
  dwc:latitude '34.25485'^^xsd:double;
  dwc:startLatitude '34.25485'^^xsd:double;
  dwc:endLatitude '34.25485'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.94127 34.25485, -57.94127 34.25485, -57.94127 34.25485, -57.94127 34.25485, -57.94127 34.25485))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_6077'^^xsd:string;
  dwc:observationDate '2012-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3496> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.06592 -14.17058)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.06592"^^xsd:decimal ;
  dwc:decimalLongitude "-14.17058"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.06592 -14.17058)"^^geo:wktLiteral ;
  geo-pos:lat "28.06592"^^xsd:decimal ;
  geo-pos:long "-14.17058"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3496'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1158_3496'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '16.05'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-14.17058'^^xsd:double;
  dwc:startLongitude '-14.17058'^^xsd:double;
  dwc:endLongitude '-14.17058'^^xsd:double;
  dwc:latitude '28.06592'^^xsd:double;
  dwc:startLatitude '28.06592'^^xsd:double;
  dwc:endLatitude '28.06592'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-14.17058 28.06592, -14.17058 28.06592, -14.17058 28.06592, -14.17058 28.06592, -14.17058 28.06592))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_3496'^^xsd:string;
  dwc:observationDate '2005-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5800> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.43974 -28.5876)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.43974"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5876"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.43974 -28.5876)"^^geo:wktLiteral ;
  geo-pos:lat "38.43974"^^xsd:decimal ;
  geo-pos:long "-28.5876"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5800'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_5800'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '8.1819444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.5876'^^xsd:double;
  dwc:startLongitude '-28.5876'^^xsd:double;
  dwc:endLongitude '-28.5876'^^xsd:double;
  dwc:latitude '38.43974'^^xsd:double;
  dwc:startLatitude '38.43974'^^xsd:double;
  dwc:endLatitude '38.43974'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.5876 38.43974, -28.5876 38.43974, -28.5876 38.43974, -28.5876 38.43974, -28.5876 38.43974))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5800'^^xsd:string;
  dwc:observationDate '2012-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4390> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.7137 -24.19608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.7137"^^xsd:decimal ;
  dwc:decimalLongitude "-24.19608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.7137 -24.19608)"^^geo:wktLiteral ;
  geo-pos:lat "66.7137"^^xsd:decimal ;
  geo-pos:long "-24.19608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4390'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_4390'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '5.6286111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-24.19608'^^xsd:double;
  dwc:startLongitude '-24.19608'^^xsd:double;
  dwc:endLongitude '-24.19608'^^xsd:double;
  dwc:latitude '66.7137'^^xsd:double;
  dwc:startLatitude '66.7137'^^xsd:double;
  dwc:endLatitude '66.7137'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.19608 66.7137, -24.19608 66.7137, -24.19608 66.7137, -24.19608 66.7137, -24.19608 66.7137))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4390'^^xsd:string;
  dwc:observationDate '2006-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_112> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.495 -26.92167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.495"^^xsd:decimal ;
  dwc:decimalLongitude "-26.92167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.495 -26.92167)"^^geo:wktLiteral ;
  geo-pos:lat "38.495"^^xsd:decimal ;
  geo-pos:long "-26.92167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_112'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_112'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '15.383333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.92167'^^xsd:double;
  dwc:startLongitude '-26.92167'^^xsd:double;
  dwc:endLongitude '-26.92167'^^xsd:double;
  dwc:latitude '38.495'^^xsd:double;
  dwc:startLatitude '38.495'^^xsd:double;
  dwc:endLatitude '38.495'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.92167 38.495, -26.92167 38.495, -26.92167 38.495, -26.92167 38.495, -26.92167 38.495))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_112'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_168> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.12217 -26.87133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.12217"^^xsd:decimal ;
  dwc:decimalLongitude "-26.87133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.12217 -26.87133)"^^geo:wktLiteral ;
  geo-pos:lat "38.12217"^^xsd:decimal ;
  geo-pos:long "-26.87133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_168'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_168'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.85'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.87133'^^xsd:double;
  dwc:startLongitude '-26.87133'^^xsd:double;
  dwc:endLongitude '-26.87133'^^xsd:double;
  dwc:latitude '38.12217'^^xsd:double;
  dwc:startLatitude '38.12217'^^xsd:double;
  dwc:endLatitude '38.12217'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.87133 38.12217, -26.87133 38.12217, -26.87133 38.12217, -26.87133 38.12217, -26.87133 38.12217))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_168'^^xsd:string;
  dwc:observationDate '1993-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4885> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.36315 -28.19348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.36315"^^xsd:decimal ;
  dwc:decimalLongitude "-28.19348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.36315 -28.19348)"^^geo:wktLiteral ;
  geo-pos:lat "38.36315"^^xsd:decimal ;
  geo-pos:long "-28.19348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4885'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1158_4885'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '15.325833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.19348'^^xsd:double;
  dwc:startLongitude '-28.19348'^^xsd:double;
  dwc:endLongitude '-28.19348'^^xsd:double;
  dwc:latitude '38.36315'^^xsd:double;
  dwc:startLatitude '38.36315'^^xsd:double;
  dwc:endLatitude '38.36315'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.19348 38.36315, -28.19348 38.36315, -28.19348 38.36315, -28.19348 38.36315, -28.19348 38.36315))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_4885'^^xsd:string;
  dwc:observationDate '2008-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_315> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.59483 -28.9535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.59483"^^xsd:decimal ;
  dwc:decimalLongitude "-28.9535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.59483 -28.9535)"^^geo:wktLiteral ;
  geo-pos:lat "38.59483"^^xsd:decimal ;
  geo-pos:long "-28.9535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_315'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_315'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.633333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.9535'^^xsd:double;
  dwc:startLongitude '-28.9535'^^xsd:double;
  dwc:endLongitude '-28.9535'^^xsd:double;
  dwc:latitude '38.59483'^^xsd:double;
  dwc:startLatitude '38.59483'^^xsd:double;
  dwc:endLatitude '38.59483'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.9535 38.59483, -28.9535 38.59483, -28.9535 38.59483, -28.9535 38.59483, -28.9535 38.59483))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_315'^^xsd:string;
  dwc:observationDate '1993-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_58> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.59167 -28.963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.59167"^^xsd:decimal ;
  dwc:decimalLongitude "-28.963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_58>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.59167 -28.963)"^^geo:wktLiteral ;
  geo-pos:lat "38.59167"^^xsd:decimal ;
  geo-pos:long "-28.963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_58'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_58'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.963'^^xsd:double;
  dwc:startLongitude '-28.963'^^xsd:double;
  dwc:endLongitude '-28.963'^^xsd:double;
  dwc:latitude '38.59167'^^xsd:double;
  dwc:startLatitude '38.59167'^^xsd:double;
  dwc:endLatitude '38.59167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.963 38.59167, -28.963 38.59167, -28.963 38.59167, -28.963 38.59167, -28.963 38.59167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_58'^^xsd:string;
  dwc:observationDate '1993-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_213> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.26383 -27.3185)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.26383"^^xsd:decimal ;
  dwc:decimalLongitude "-27.3185"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.26383 -27.3185)"^^geo:wktLiteral ;
  geo-pos:lat "38.26383"^^xsd:decimal ;
  geo-pos:long "-27.3185"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_213'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1158_213'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14.783333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.3185'^^xsd:double;
  dwc:startLongitude '-27.3185'^^xsd:double;
  dwc:endLongitude '-27.3185'^^xsd:double;
  dwc:latitude '38.26383'^^xsd:double;
  dwc:startLatitude '38.26383'^^xsd:double;
  dwc:endLatitude '38.26383'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.3185 38.26383, -27.3185 38.26383, -27.3185 38.26383, -27.3185 38.26383, -27.3185 38.26383))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_213'^^xsd:string;
  dwc:observationDate '1993-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6532> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.25014 -21.99808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.25014"^^xsd:decimal ;
  dwc:decimalLongitude "-21.99808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.25014 -21.99808)"^^geo:wktLiteral ;
  geo-pos:lat "64.25014"^^xsd:decimal ;
  geo-pos:long "-21.99808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6532'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1158_6532'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.7175'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-21.99808'^^xsd:double;
  dwc:startLongitude '-21.99808'^^xsd:double;
  dwc:endLongitude '-21.99808'^^xsd:double;
  dwc:latitude '64.25014'^^xsd:double;
  dwc:startLatitude '64.25014'^^xsd:double;
  dwc:endLatitude '64.25014'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-21.99808 64.25014, -21.99808 64.25014, -21.99808 64.25014, -21.99808 64.25014, -21.99808 64.25014))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_6532'^^xsd:string;
  dwc:observationDate '2012-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2834> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1226 -22.62602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1226"^^xsd:decimal ;
  dwc:decimalLongitude "-22.62602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1226 -22.62602)"^^geo:wktLiteral ;
  geo-pos:lat "64.1226"^^xsd:decimal ;
  geo-pos:long "-22.62602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2834'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_2834'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.008888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.62602'^^xsd:double;
  dwc:startLongitude '-22.62602'^^xsd:double;
  dwc:endLongitude '-22.62602'^^xsd:double;
  dwc:latitude '64.1226'^^xsd:double;
  dwc:startLatitude '64.1226'^^xsd:double;
  dwc:endLatitude '64.1226'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.62602 64.1226, -22.62602 64.1226, -22.62602 64.1226, -22.62602 64.1226, -22.62602 64.1226))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1158_2834'^^xsd:string;
  dwc:observationDate '2004-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6580> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.22765 -5.08352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.22765"^^xsd:decimal ;
  dwc:decimalLongitude "-5.08352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.22765 -5.08352)"^^geo:wktLiteral ;
  geo-pos:lat "49.22765"^^xsd:decimal ;
  geo-pos:long "-5.08352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6580'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1158_6580'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.792777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.08352'^^xsd:double;
  dwc:startLongitude '-5.08352'^^xsd:double;
  dwc:endLongitude '-5.08352'^^xsd:double;
  dwc:latitude '49.22765'^^xsd:double;
  dwc:startLatitude '49.22765'^^xsd:double;
  dwc:endLatitude '49.22765'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.08352 49.22765, -5.08352 49.22765, -5.08352 49.22765, -5.08352 49.22765, -5.08352 49.22765))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_6580'^^xsd:string;
  dwc:observationDate '2013-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2306> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.98968 -5.13875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.98968"^^xsd:decimal ;
  dwc:decimalLongitude "-5.13875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.98968 -5.13875)"^^geo:wktLiteral ;
  geo-pos:lat "51.98968"^^xsd:decimal ;
  geo-pos:long "-5.13875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2306'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_2306'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15.853055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.13875'^^xsd:double;
  dwc:startLongitude '-5.13875'^^xsd:double;
  dwc:endLongitude '-5.13875'^^xsd:double;
  dwc:latitude '51.98968'^^xsd:double;
  dwc:startLatitude '51.98968'^^xsd:double;
  dwc:endLatitude '51.98968'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.13875 51.98968, -5.13875 51.98968, -5.13875 51.98968, -5.13875 51.98968, -5.13875 51.98968))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2306'^^xsd:string;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_311> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.6165 -29.019)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.6165"^^xsd:decimal ;
  dwc:decimalLongitude "-29.019"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.6165 -29.019)"^^geo:wktLiteral ;
  geo-pos:lat "38.6165"^^xsd:decimal ;
  geo-pos:long "-29.019"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_311'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_311'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.8'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.019'^^xsd:double;
  dwc:startLongitude '-29.019'^^xsd:double;
  dwc:endLongitude '-29.019'^^xsd:double;
  dwc:latitude '38.6165'^^xsd:double;
  dwc:startLatitude '38.6165'^^xsd:double;
  dwc:endLatitude '38.6165'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.019 38.6165, -29.019 38.6165, -29.019 38.6165, -29.019 38.6165, -29.019 38.6165))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_311'^^xsd:string;
  dwc:observationDate '1993-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_310> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.6165 -29.019)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.6165"^^xsd:decimal ;
  dwc:decimalLongitude "-29.019"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.6165 -29.019)"^^geo:wktLiteral ;
  geo-pos:lat "38.6165"^^xsd:decimal ;
  geo-pos:long "-29.019"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_310'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_310'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.019'^^xsd:double;
  dwc:startLongitude '-29.019'^^xsd:double;
  dwc:endLongitude '-29.019'^^xsd:double;
  dwc:latitude '38.6165'^^xsd:double;
  dwc:startLatitude '38.6165'^^xsd:double;
  dwc:endLatitude '38.6165'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.019 38.6165, -29.019 38.6165, -29.019 38.6165, -29.019 38.6165, -29.019 38.6165))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_310'^^xsd:string;
  dwc:observationDate '1993-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_238> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.254 -28.29517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.254"^^xsd:decimal ;
  dwc:decimalLongitude "-28.29517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.254 -28.29517)"^^geo:wktLiteral ;
  geo-pos:lat "38.254"^^xsd:decimal ;
  geo-pos:long "-28.29517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_238'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1158_238'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.55'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.29517'^^xsd:double;
  dwc:startLongitude '-28.29517'^^xsd:double;
  dwc:endLongitude '-28.29517'^^xsd:double;
  dwc:latitude '38.254'^^xsd:double;
  dwc:startLatitude '38.254'^^xsd:double;
  dwc:endLatitude '38.254'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.29517 38.254, -28.29517 38.254, -28.29517 38.254, -28.29517 38.254, -28.29517 38.254))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_238'^^xsd:string;
  dwc:observationDate '1993-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3856> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31554 -68.044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31554"^^xsd:decimal ;
  dwc:decimalLongitude "-68.044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31554 -68.044)"^^geo:wktLiteral ;
  geo-pos:lat "44.31554"^^xsd:decimal ;
  geo-pos:long "-68.044"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3856'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1158_3856'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.235277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-68.044'^^xsd:double;
  dwc:startLongitude '-68.044'^^xsd:double;
  dwc:endLongitude '-68.044'^^xsd:double;
  dwc:latitude '44.31554'^^xsd:double;
  dwc:startLatitude '44.31554'^^xsd:double;
  dwc:endLatitude '44.31554'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.044 44.31554, -68.044 44.31554, -68.044 44.31554, -68.044 44.31554, -68.044 44.31554))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3856'^^xsd:string;
  dwc:observationDate '2005-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6756> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.52291 26.6499)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.52291"^^xsd:decimal ;
  dwc:decimalLongitude "26.6499"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.52291 26.6499)"^^geo:wktLiteral ;
  geo-pos:lat "40.52291"^^xsd:decimal ;
  geo-pos:long "26.6499"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6756'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1158_6756'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.9111111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '26.6499'^^xsd:double;
  dwc:startLongitude '26.6499'^^xsd:double;
  dwc:endLongitude '26.6499'^^xsd:double;
  dwc:latitude '40.52291'^^xsd:double;
  dwc:startLatitude '40.52291'^^xsd:double;
  dwc:endLatitude '40.52291'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.6499 40.52291, 26.6499 40.52291, 26.6499 40.52291, 26.6499 40.52291, 26.6499 40.52291))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_6756'^^xsd:string;
  dwc:observationDate '2013-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1570> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.64222 -66.41589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.64222"^^xsd:decimal ;
  dwc:decimalLongitude "-66.41589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.64222 -66.41589)"^^geo:wktLiteral ;
  geo-pos:lat "44.64222"^^xsd:decimal ;
  geo-pos:long "-66.41589"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1570'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_1570'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '18.178888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.41589'^^xsd:double;
  dwc:startLongitude '-66.41589'^^xsd:double;
  dwc:endLongitude '-66.41589'^^xsd:double;
  dwc:latitude '44.64222'^^xsd:double;
  dwc:startLatitude '44.64222'^^xsd:double;
  dwc:endLatitude '44.64222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.41589 44.64222, -66.41589 44.64222, -66.41589 44.64222, -66.41589 44.64222, -66.41589 44.64222))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1570'^^xsd:string;
  dwc:observationDate '1999-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_4077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_4077> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_4077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.30717 -23.22172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.30717"^^xsd:decimal ;
  dwc:decimalLongitude "-23.22172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_4077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.30717 -23.22172)"^^geo:wktLiteral ;
  geo-pos:lat "66.30717"^^xsd:decimal ;
  geo-pos:long "-23.22172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_4077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_4077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_4077'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_4077'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.368611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-23.22172'^^xsd:double;
  dwc:startLongitude '-23.22172'^^xsd:double;
  dwc:endLongitude '-23.22172'^^xsd:double;
  dwc:latitude '66.30717'^^xsd:double;
  dwc:startLatitude '66.30717'^^xsd:double;
  dwc:endLatitude '66.30717'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.22172 66.30717, -23.22172 66.30717, -23.22172 66.30717, -23.22172 66.30717, -23.22172 66.30717))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_4077'^^xsd:string;
  dwc:observationDate '2006-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5724> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.39632 -28.48387)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.39632"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48387"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.39632 -28.48387)"^^geo:wktLiteral ;
  geo-pos:lat "38.39632"^^xsd:decimal ;
  geo-pos:long "-28.48387"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5724'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_5724'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.745277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.48387'^^xsd:double;
  dwc:startLongitude '-28.48387'^^xsd:double;
  dwc:endLongitude '-28.48387'^^xsd:double;
  dwc:latitude '38.39632'^^xsd:double;
  dwc:startLatitude '38.39632'^^xsd:double;
  dwc:endLatitude '38.39632'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.48387 38.39632, -28.48387 38.39632, -28.48387 38.39632, -28.48387 38.39632, -28.48387 38.39632))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5724'^^xsd:string;
  dwc:observationDate '2012-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2419> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.87802 -6.52782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.87802"^^xsd:decimal ;
  dwc:decimalLongitude "-6.52782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.87802 -6.52782)"^^geo:wktLiteral ;
  geo-pos:lat "56.87802"^^xsd:decimal ;
  geo-pos:long "-6.52782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2419'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_2419'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.381666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.52782'^^xsd:double;
  dwc:startLongitude '-6.52782'^^xsd:double;
  dwc:endLongitude '-6.52782'^^xsd:double;
  dwc:latitude '56.87802'^^xsd:double;
  dwc:startLatitude '56.87802'^^xsd:double;
  dwc:endLatitude '56.87802'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.52782 56.87802, -6.52782 56.87802, -6.52782 56.87802, -6.52782 56.87802, -6.52782 56.87802))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2419'^^xsd:string;
  dwc:observationDate '2002-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2155> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.10967 -4.85727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.10967"^^xsd:decimal ;
  dwc:decimalLongitude "-4.85727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.10967 -4.85727)"^^geo:wktLiteral ;
  geo-pos:lat "52.10967"^^xsd:decimal ;
  geo-pos:long "-4.85727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2155'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_2155'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.175555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-4.85727'^^xsd:double;
  dwc:startLongitude '-4.85727'^^xsd:double;
  dwc:endLongitude '-4.85727'^^xsd:double;
  dwc:latitude '52.10967'^^xsd:double;
  dwc:startLatitude '52.10967'^^xsd:double;
  dwc:endLatitude '52.10967'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.85727 52.10967, -4.85727 52.10967, -4.85727 52.10967, -4.85727 52.10967, -4.85727 52.10967))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2155'^^xsd:string;
  dwc:observationDate '2001-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1137> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0405 -5.06933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.0405"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0405 -5.06933)"^^geo:wktLiteral ;
  geo-pos:lat "52.0405"^^xsd:decimal ;
  geo-pos:long "-5.06933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1137'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_1137'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.132222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.06933'^^xsd:double;
  dwc:startLongitude '-5.06933'^^xsd:double;
  dwc:endLongitude '-5.06933'^^xsd:double;
  dwc:latitude '52.0405'^^xsd:double;
  dwc:startLatitude '52.0405'^^xsd:double;
  dwc:endLatitude '52.0405'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.06933 52.0405, -5.06933 52.0405, -5.06933 52.0405, -5.06933 52.0405, -5.06933 52.0405))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1137'^^xsd:string;
  dwc:observationDate '1996-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1138> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0405 -5.06933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.0405"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0405 -5.06933)"^^geo:wktLiteral ;
  geo-pos:lat "52.0405"^^xsd:decimal ;
  geo-pos:long "-5.06933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1138'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_1138'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.06933'^^xsd:double;
  dwc:startLongitude '-5.06933'^^xsd:double;
  dwc:endLongitude '-5.06933'^^xsd:double;
  dwc:latitude '52.0405'^^xsd:double;
  dwc:startLatitude '52.0405'^^xsd:double;
  dwc:endLatitude '52.0405'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.06933 52.0405, -5.06933 52.0405, -5.06933 52.0405, -5.06933 52.0405, -5.06933 52.0405))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1138'^^xsd:string;
  dwc:observationDate '1996-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6402> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2266 -22.2102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2266"^^xsd:decimal ;
  dwc:decimalLongitude "-22.2102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2266 -22.2102)"^^geo:wktLiteral ;
  geo-pos:lat "64.2266"^^xsd:decimal ;
  geo-pos:long "-22.2102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6402'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1158_6402'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.336388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.2102'^^xsd:double;
  dwc:startLongitude '-22.2102'^^xsd:double;
  dwc:endLongitude '-22.2102'^^xsd:double;
  dwc:latitude '64.2266'^^xsd:double;
  dwc:startLatitude '64.2266'^^xsd:double;
  dwc:endLatitude '64.2266'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.2102 64.2266, -22.2102 64.2266, -22.2102 64.2266, -22.2102 64.2266, -22.2102 64.2266))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_6402'^^xsd:string;
  dwc:observationDate '2012-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6453> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.12702 -22.6847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.12702"^^xsd:decimal ;
  dwc:decimalLongitude "-22.6847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.12702 -22.6847)"^^geo:wktLiteral ;
  geo-pos:lat "64.12702"^^xsd:decimal ;
  geo-pos:long "-22.6847"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6453'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1158_6453'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.973611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-22.6847'^^xsd:double;
  dwc:startLongitude '-22.6847'^^xsd:double;
  dwc:endLongitude '-22.6847'^^xsd:double;
  dwc:latitude '64.12702'^^xsd:double;
  dwc:startLatitude '64.12702'^^xsd:double;
  dwc:endLatitude '64.12702'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-22.6847 64.12702, -22.6847 64.12702, -22.6847 64.12702, -22.6847 64.12702, -22.6847 64.12702))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_6453'^^xsd:string;
  dwc:observationDate '2012-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3742> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.09235 -65.9021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.09235"^^xsd:decimal ;
  dwc:decimalLongitude "-65.9021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.09235 -65.9021)"^^geo:wktLiteral ;
  geo-pos:lat "43.09235"^^xsd:decimal ;
  geo-pos:long "-65.9021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3742'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1158_3742'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.320555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-65.9021'^^xsd:double;
  dwc:startLongitude '-65.9021'^^xsd:double;
  dwc:endLongitude '-65.9021'^^xsd:double;
  dwc:latitude '43.09235'^^xsd:double;
  dwc:startLatitude '43.09235'^^xsd:double;
  dwc:endLatitude '43.09235'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.9021 43.09235, -65.9021 43.09235, -65.9021 43.09235, -65.9021 43.09235, -65.9021 43.09235))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3742'^^xsd:string;
  dwc:observationDate '2005-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1174> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.89117 -6.19467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.89117"^^xsd:decimal ;
  dwc:decimalLongitude "-6.19467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.89117 -6.19467)"^^geo:wktLiteral ;
  geo-pos:lat "49.89117"^^xsd:decimal ;
  geo-pos:long "-6.19467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1174'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1158_1174'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.127222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-6.19467'^^xsd:double;
  dwc:startLongitude '-6.19467'^^xsd:double;
  dwc:endLongitude '-6.19467'^^xsd:double;
  dwc:latitude '49.89117'^^xsd:double;
  dwc:startLatitude '49.89117'^^xsd:double;
  dwc:endLatitude '49.89117'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.19467 49.89117, -6.19467 49.89117, -6.19467 49.89117, -6.19467 49.89117, -6.19467 49.89117))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1174'^^xsd:string;
  dwc:observationDate '1996-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3694> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2849 -66.4305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2849"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2849 -66.4305)"^^geo:wktLiteral ;
  geo-pos:lat "44.2849"^^xsd:decimal ;
  geo-pos:long "-66.4305"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3694'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_3694'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '19.231111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.4305'^^xsd:double;
  dwc:startLongitude '-66.4305'^^xsd:double;
  dwc:endLongitude '-66.4305'^^xsd:double;
  dwc:latitude '44.2849'^^xsd:double;
  dwc:startLatitude '44.2849'^^xsd:double;
  dwc:endLatitude '44.2849'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4305 44.2849, -66.4305 44.2849, -66.4305 44.2849, -66.4305 44.2849, -66.4305 44.2849))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3694'^^xsd:string;
  dwc:observationDate '2005-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2300> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0774 -5.07928)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.0774"^^xsd:decimal ;
  dwc:decimalLongitude "-5.07928"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0774 -5.07928)"^^geo:wktLiteral ;
  geo-pos:lat "52.0774"^^xsd:decimal ;
  geo-pos:long "-5.07928"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2300'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1158_2300'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.496111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.07928'^^xsd:double;
  dwc:startLongitude '-5.07928'^^xsd:double;
  dwc:endLongitude '-5.07928'^^xsd:double;
  dwc:latitude '52.0774'^^xsd:double;
  dwc:startLatitude '52.0774'^^xsd:double;
  dwc:endLatitude '52.0774'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.07928 52.0774, -5.07928 52.0774, -5.07928 52.0774, -5.07928 52.0774, -5.07928 52.0774))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2300'^^xsd:string;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3674> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39103 -66.33912)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39103"^^xsd:decimal ;
  dwc:decimalLongitude "-66.33912"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39103 -66.33912)"^^geo:wktLiteral ;
  geo-pos:lat "44.39103"^^xsd:decimal ;
  geo-pos:long "-66.33912"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3674'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_3674'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.81'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.33912'^^xsd:double;
  dwc:startLongitude '-66.33912'^^xsd:double;
  dwc:endLongitude '-66.33912'^^xsd:double;
  dwc:latitude '44.39103'^^xsd:double;
  dwc:startLatitude '44.39103'^^xsd:double;
  dwc:endLatitude '44.39103'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.33912 44.39103, -66.33912 44.39103, -66.33912 44.39103, -66.33912 44.39103, -66.33912 44.39103))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3674'^^xsd:string;
  dwc:observationDate '2005-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3691> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.30133 -66.43508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.30133"^^xsd:decimal ;
  dwc:decimalLongitude "-66.43508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.30133 -66.43508)"^^geo:wktLiteral ;
  geo-pos:lat "44.30133"^^xsd:decimal ;
  geo-pos:long "-66.43508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3691'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1158_3691'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '19.003888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.43508'^^xsd:double;
  dwc:startLongitude '-66.43508'^^xsd:double;
  dwc:endLongitude '-66.43508'^^xsd:double;
  dwc:latitude '44.30133'^^xsd:double;
  dwc:startLatitude '44.30133'^^xsd:double;
  dwc:endLatitude '44.30133'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.43508 44.30133, -66.43508 44.30133, -66.43508 44.30133, -66.43508 44.30133, -66.43508 44.30133))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_3691'^^xsd:string;
  dwc:observationDate '2005-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2163> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.05128 -4.96845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.05128"^^xsd:decimal ;
  dwc:decimalLongitude "-4.96845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.05128 -4.96845)"^^geo:wktLiteral ;
  geo-pos:lat "52.05128"^^xsd:decimal ;
  geo-pos:long "-4.96845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2163'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_2163'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10.109166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-4.96845'^^xsd:double;
  dwc:startLongitude '-4.96845'^^xsd:double;
  dwc:endLongitude '-4.96845'^^xsd:double;
  dwc:latitude '52.05128'^^xsd:double;
  dwc:startLatitude '52.05128'^^xsd:double;
  dwc:endLatitude '52.05128'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.96845 52.05128, -4.96845 52.05128, -4.96845 52.05128, -4.96845 52.05128, -4.96845 52.05128))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2163'^^xsd:string;
  dwc:observationDate '2001-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1876> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61449 -66.51899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61449"^^xsd:decimal ;
  dwc:decimalLongitude "-66.51899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61449 -66.51899)"^^geo:wktLiteral ;
  geo-pos:lat "44.61449"^^xsd:decimal ;
  geo-pos:long "-66.51899"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1876'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1158_1876'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.2375'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-66.51899'^^xsd:double;
  dwc:startLongitude '-66.51899'^^xsd:double;
  dwc:endLongitude '-66.51899'^^xsd:double;
  dwc:latitude '44.61449'^^xsd:double;
  dwc:startLatitude '44.61449'^^xsd:double;
  dwc:endLatitude '44.61449'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.51899 44.61449, -66.51899 44.61449, -66.51899 44.61449, -66.51899 44.61449, -66.51899 44.61449))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1876'^^xsd:string;
  dwc:observationDate '2000-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1133> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.91667 -5.30267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.91667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.30267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.91667 -5.30267)"^^geo:wktLiteral ;
  geo-pos:lat "51.91667"^^xsd:decimal ;
  geo-pos:long "-5.30267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1133'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_1133'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.8744444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-5.30267'^^xsd:double;
  dwc:startLongitude '-5.30267'^^xsd:double;
  dwc:endLongitude '-5.30267'^^xsd:double;
  dwc:latitude '51.91667'^^xsd:double;
  dwc:startLatitude '51.91667'^^xsd:double;
  dwc:endLatitude '51.91667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.30267 51.91667, -5.30267 51.91667, -5.30267 51.91667, -5.30267 51.91667, -5.30267 51.91667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_1133'^^xsd:string;
  dwc:observationDate '1996-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_2333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_2333> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_2333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.22653 -4.517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.22653"^^xsd:decimal ;
  dwc:decimalLongitude "-4.517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_2333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.22653 -4.517)"^^geo:wktLiteral ;
  geo-pos:lat "52.22653"^^xsd:decimal ;
  geo-pos:long "-4.517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_2333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_2333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_2333'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1158_2333'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.252222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-4.517'^^xsd:double;
  dwc:startLongitude '-4.517'^^xsd:double;
  dwc:endLongitude '-4.517'^^xsd:double;
  dwc:latitude '52.22653'^^xsd:double;
  dwc:startLatitude '52.22653'^^xsd:double;
  dwc:endLatitude '52.22653'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.517 52.22653, -4.517 52.22653, -4.517 52.22653, -4.517 52.22653, -4.517 52.22653))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1158_2333'^^xsd:string;
  dwc:observationDate '2001-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_1625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_1625> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_1625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.11468 -61.85323)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.11468"^^xsd:decimal ;
  dwc:decimalLongitude "-61.85323"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_1625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.11468 -61.85323)"^^geo:wktLiteral ;
  geo-pos:lat "16.11468"^^xsd:decimal ;
  geo-pos:long "-61.85323"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_1625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_1625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_1625'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_1625'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.633333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-61.85323'^^xsd:double;
  dwc:startLongitude '-61.85323'^^xsd:double;
  dwc:endLongitude '-61.85323'^^xsd:double;
  dwc:latitude '16.11468'^^xsd:double;
  dwc:startLatitude '16.11468'^^xsd:double;
  dwc:endLatitude '16.11468'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.85323 16.11468, -61.85323 16.11468, -61.85323 16.11468, -61.85323 16.11468, -61.85323 16.11468))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_1625'^^xsd:string;
  dwc:observationDate '2000-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_6002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_6002> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_6002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.8516 -42.34949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.8516"^^xsd:decimal ;
  dwc:decimalLongitude "-42.34949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_6002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.8516 -42.34949)"^^geo:wktLiteral ;
  geo-pos:lat "40.8516"^^xsd:decimal ;
  geo-pos:long "-42.34949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_6002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_6002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_6002'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_6002'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.660277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-42.34949'^^xsd:double;
  dwc:startLongitude '-42.34949'^^xsd:double;
  dwc:endLongitude '-42.34949'^^xsd:double;
  dwc:latitude '40.8516'^^xsd:double;
  dwc:startLatitude '40.8516'^^xsd:double;
  dwc:endLatitude '40.8516'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-42.34949 40.8516, -42.34949 40.8516, -42.34949 40.8516, -42.34949 40.8516, -42.34949 40.8516))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_6002'^^xsd:string;
  dwc:observationDate '2012-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_120> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5355 -26.95867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.5355"^^xsd:decimal ;
  dwc:decimalLongitude "-26.95867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5355 -26.95867)"^^geo:wktLiteral ;
  geo-pos:lat "38.5355"^^xsd:decimal ;
  geo-pos:long "-26.95867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_120'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1158_120'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '20.416666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.95867'^^xsd:double;
  dwc:startLongitude '-26.95867'^^xsd:double;
  dwc:endLongitude '-26.95867'^^xsd:double;
  dwc:latitude '38.5355'^^xsd:double;
  dwc:startLatitude '38.5355'^^xsd:double;
  dwc:endLatitude '38.5355'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.95867 38.5355, -26.95867 38.5355, -26.95867 38.5355, -26.95867 38.5355, -26.95867 38.5355))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_120'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_197> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.945 -27.01667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.945"^^xsd:decimal ;
  dwc:decimalLongitude "-27.01667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.945 -27.01667)"^^geo:wktLiteral ;
  geo-pos:lat "37.945"^^xsd:decimal ;
  geo-pos:long "-27.01667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_197'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_197'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-27.01667'^^xsd:double;
  dwc:startLongitude '-27.01667'^^xsd:double;
  dwc:endLongitude '-27.01667'^^xsd:double;
  dwc:latitude '37.945'^^xsd:double;
  dwc:startLatitude '37.945'^^xsd:double;
  dwc:endLatitude '37.945'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.01667 37.945, -27.01667 37.945, -27.01667 37.945, -27.01667 37.945, -27.01667 37.945))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_197'^^xsd:string;
  dwc:observationDate '1993-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5124> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.36058 -28.16685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.36058"^^xsd:decimal ;
  dwc:decimalLongitude "-28.16685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.36058 -28.16685)"^^geo:wktLiteral ;
  geo-pos:lat "38.36058"^^xsd:decimal ;
  geo-pos:long "-28.16685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5124'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1158_5124'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:startYearCollected '2008'^^xsd:integer;
  dwc:endYearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.900555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.16685'^^xsd:double;
  dwc:startLongitude '-28.16685'^^xsd:double;
  dwc:endLongitude '-28.16685'^^xsd:double;
  dwc:latitude '38.36058'^^xsd:double;
  dwc:startLatitude '38.36058'^^xsd:double;
  dwc:endLatitude '38.36058'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.16685 38.36058, -28.16685 38.36058, -28.16685 38.36058, -28.16685 38.36058, -28.16685 38.36058))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5124'^^xsd:string;
  dwc:observationDate '2008-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_5728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_5728> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_5728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4038 -28.495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4038"^^xsd:decimal ;
  dwc:decimalLongitude "-28.495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_5728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4038 -28.495)"^^geo:wktLiteral ;
  geo-pos:lat "38.4038"^^xsd:decimal ;
  geo-pos:long "-28.495"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_5728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_5728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_5728'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1158_5728'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12.706666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-28.495'^^xsd:double;
  dwc:startLongitude '-28.495'^^xsd:double;
  dwc:endLongitude '-28.495'^^xsd:double;
  dwc:latitude '38.4038'^^xsd:double;
  dwc:startLatitude '38.4038'^^xsd:double;
  dwc:endLatitude '38.4038'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.495 38.4038, -28.495 38.4038, -28.495 38.4038, -28.495 38.4038, -28.495 38.4038))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_5728'^^xsd:string;
  dwc:observationDate '2012-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3050> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.64192 -17.86927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.64192"^^xsd:decimal ;
  dwc:decimalLongitude "-17.86927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.64192 -17.86927)"^^geo:wktLiteral ;
  geo-pos:lat "66.64192"^^xsd:decimal ;
  geo-pos:long "-17.86927"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3050'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1158_3050'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '5.0458333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-17.86927'^^xsd:double;
  dwc:startLongitude '-17.86927'^^xsd:double;
  dwc:endLongitude '-17.86927'^^xsd:double;
  dwc:latitude '66.64192'^^xsd:double;
  dwc:startLatitude '66.64192'^^xsd:double;
  dwc:endLatitude '66.64192'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.86927 66.64192, -17.86927 66.64192, -17.86927 66.64192, -17.86927 66.64192, -17.86927 66.64192))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_3050'^^xsd:string;
  dwc:observationDate '2004-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_281> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.61934 -29.09783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.61934"^^xsd:decimal ;
  dwc:decimalLongitude "-29.09783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.61934 -29.09783)"^^geo:wktLiteral ;
  geo-pos:lat "38.61934"^^xsd:decimal ;
  geo-pos:long "-29.09783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_281'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1158_281'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.15'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.09783'^^xsd:double;
  dwc:startLongitude '-29.09783'^^xsd:double;
  dwc:endLongitude '-29.09783'^^xsd:double;
  dwc:latitude '38.61934'^^xsd:double;
  dwc:startLatitude '38.61934'^^xsd:double;
  dwc:endLatitude '38.61934'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.09783 38.61934, -29.09783 38.61934, -29.09783 38.61934, -29.09783 38.61934, -29.09783 38.61934))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_281'^^xsd:string;
  dwc:observationDate '1993-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_88>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_88> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_88> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.63317 -29.10317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.63317"^^xsd:decimal ;
  dwc:decimalLongitude "-29.10317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_88>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.63317 -29.10317)"^^geo:wktLiteral ;
  geo-pos:lat "38.63317"^^xsd:decimal ;
  geo-pos:long "-29.10317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_88>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_88" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_88'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1158_88'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.916666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-29.10317'^^xsd:double;
  dwc:startLongitude '-29.10317'^^xsd:double;
  dwc:endLongitude '-29.10317'^^xsd:double;
  dwc:latitude '38.63317'^^xsd:double;
  dwc:startLatitude '38.63317'^^xsd:double;
  dwc:endLatitude '38.63317'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.10317 38.63317, -29.10317 38.63317, -29.10317 38.63317, -29.10317 38.63317, -29.10317 38.63317))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_88'^^xsd:string;
  dwc:observationDate '1993-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_3153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_3153> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_3153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.17294 -26.2304)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.17294"^^xsd:decimal ;
  dwc:decimalLongitude "-26.2304"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_3153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.17294 -26.2304)"^^geo:wktLiteral ;
  geo-pos:lat "66.17294"^^xsd:decimal ;
  geo-pos:long "-26.2304"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_3153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_3153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_3153'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1158_3153'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15.628611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.2304'^^xsd:double;
  dwc:startLongitude '-26.2304'^^xsd:double;
  dwc:endLongitude '-26.2304'^^xsd:double;
  dwc:latitude '66.17294'^^xsd:double;
  dwc:startLatitude '66.17294'^^xsd:double;
  dwc:endLatitude '66.17294'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.2304 66.17294, -26.2304 66.17294, -26.2304 66.17294, -26.2304 66.17294, -26.2304 66.17294))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_3153'^^xsd:string;
  dwc:observationDate '2004-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_172> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.09167 -26.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.09167"^^xsd:decimal ;
  dwc:decimalLongitude "-26.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.09167 -26.92)"^^geo:wktLiteral ;
  geo-pos:lat "38.09167"^^xsd:decimal ;
  geo-pos:long "-26.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4870_> ;
  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 '2014-05-01'^^xsd:date;
  dwc:institutionCode 'International Fund for Animal Welfare, Song of the Whale Team'^^xsd:string;
  dwc:collectionCode '1158'^^xsd:integer;
  dwc:catalogNumber '1158_172'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1158_172'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.466666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,Mediterranean Sea'^^xsd:string;
  dwc:longitude '-26.92'^^xsd:double;
  dwc:startLongitude '-26.92'^^xsd:double;
  dwc:endLongitude '-26.92'^^xsd:double;
  dwc:latitude '38.09167'^^xsd:double;
  dwc:startLatitude '38.09167'^^xsd:double;
  dwc:endLatitude '38.09167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.92 38.09167, -26.92 38.09167, -26.92 38.09167, -26.92 38.09167, -26.92 38.09167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1158_172'^^xsd:string;
  dwc:observationDate '1993-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4870__1158_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4870__1158_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/4870__1158_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.46167 -26.61167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.46167"^^xsd:decimal ;
  dwc:decimalLongitude "-26.61167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4870__1158_32>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.46167 -26.61167)"^^geo:wktLiteral ;
  geo-pos:lat "38.46167"^^xsd:decimal ;
  geo-pos:long "-26.61167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4870__1158_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1158_32" ;
  marine-observation:madeDuringEvent <https://eurobis.o