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

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

<https://eurobis.org/id/occurrence/2827__662_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_8'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_8'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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.866666666667'^^xsd:double;
  dwc:longitude '5.93'^^xsd:double;
  dwc:startLongitude '5.93'^^xsd:double;
  dwc:endLongitude '5.93'^^xsd:double;
  dwc:latitude '42.811667'^^xsd:double;
  dwc:startLatitude '42.8116667'^^xsd:double;
  dwc:endLatitude '42.8116667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.93 42.8116667, 5.93 42.8116667, 5.93 42.8116667, 5.93 42.8116667, 5.93 42.8116667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Balaenoptera physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '662_8'^^xsd:string;
  dwc:observationDate '2005-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_175> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.803333 5.931667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.803333"^^xsd:decimal ;
  dwc:decimalLongitude "5.931667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_175'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_175'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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.583333333333'^^xsd:double;
  dwc:longitude '5.931667'^^xsd:double;
  dwc:startLongitude '5.9316667'^^xsd:double;
  dwc:endLongitude '5.9316667'^^xsd:double;
  dwc:latitude '42.803333'^^xsd:double;
  dwc:startLatitude '42.8033333'^^xsd:double;
  dwc:endLatitude '42.8033333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.9316667 42.8033333, 5.9316667 42.8033333, 5.9316667 42.8033333, 5.9316667 42.8033333, 5.9316667 42.8033333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_175'^^xsd:string;
  dwc:observationDate '2005-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_174> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.77 5.958333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.77"^^xsd:decimal ;
  dwc:decimalLongitude "5.958333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_174'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_174'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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.75'^^xsd:double;
  dwc:longitude '5.958333'^^xsd:double;
  dwc:startLongitude '5.9583333'^^xsd:double;
  dwc:endLongitude '5.9583333'^^xsd:double;
  dwc:latitude '42.77'^^xsd:double;
  dwc:startLatitude '42.77'^^xsd:double;
  dwc:endLatitude '42.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.9583333 42.77, 5.9583333 42.77, 5.9583333 42.77, 5.9583333 42.77, 5.9583333 42.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_174'^^xsd:string;
  dwc:observationDate '2005-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_76>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_76> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_76> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.94524 5.967486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.94524"^^xsd:decimal ;
  dwc:decimalLongitude "5.967486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_76>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_76" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_76'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '662_76'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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 '14.966666666667'^^xsd:double;
  dwc:longitude '5.967486'^^xsd:double;
  dwc:startLongitude '5.967486'^^xsd:double;
  dwc:endLongitude '5.967486'^^xsd:double;
  dwc:latitude '42.94524'^^xsd:double;
  dwc:startLatitude '42.94524'^^xsd:double;
  dwc:endLatitude '42.94524'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.967486 42.94524, 5.967486 42.94524, 5.967486 42.94524, 5.967486 42.94524, 5.967486 42.94524))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_76'^^xsd:string;
  dwc:observationDate '2009-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_77>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_77> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_77> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.94524 5.967486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.94524"^^xsd:decimal ;
  dwc:decimalLongitude "5.967486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_77>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_77" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_77'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '662_77'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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 '14.816666666667'^^xsd:double;
  dwc:longitude '5.967486'^^xsd:double;
  dwc:startLongitude '5.967486'^^xsd:double;
  dwc:endLongitude '5.967486'^^xsd:double;
  dwc:latitude '42.94524'^^xsd:double;
  dwc:startLatitude '42.94524'^^xsd:double;
  dwc:endLatitude '42.94524'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.967486 42.94524, 5.967486 42.94524, 5.967486 42.94524, 5.967486 42.94524, 5.967486 42.94524))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_77'^^xsd:string;
  dwc:observationDate '2009-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_142> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8705 6.036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8705"^^xsd:decimal ;
  dwc:decimalLongitude "6.036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_142'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '662_142'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '12.633333333333'^^xsd:double;
  dwc:longitude '6.036'^^xsd:double;
  dwc:startLongitude '6.036'^^xsd:double;
  dwc:endLongitude '6.036'^^xsd:double;
  dwc:latitude '42.8705'^^xsd:double;
  dwc:startLatitude '42.8705'^^xsd:double;
  dwc:endLatitude '42.8705'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.036 42.8705, 6.036 42.8705, 6.036 42.8705, 6.036 42.8705, 6.036 42.8705))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_142'^^xsd:string;
  dwc:observationDate '2004-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_143> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8555 6.0395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8555"^^xsd:decimal ;
  dwc:decimalLongitude "6.0395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_143'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '662_143'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '12.466666666667'^^xsd:double;
  dwc:longitude '6.0395'^^xsd:double;
  dwc:startLongitude '6.0395'^^xsd:double;
  dwc:endLongitude '6.0395'^^xsd:double;
  dwc:latitude '42.8555'^^xsd:double;
  dwc:startLatitude '42.8555'^^xsd:double;
  dwc:endLatitude '42.8555'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.0395 42.8555, 6.0395 42.8555, 6.0395 42.8555, 6.0395 42.8555, 6.0395 42.8555))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_143'^^xsd:string;
  dwc:observationDate '2004-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_391> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.756333 6.145333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.756333"^^xsd:decimal ;
  dwc:decimalLongitude "6.145333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_391'^^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 '19'^^xsd:integer;
  dwc:collectorNumber '662_391'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '13.166666666667'^^xsd:double;
  dwc:longitude '6.145333'^^xsd:double;
  dwc:startLongitude '6.1453333'^^xsd:double;
  dwc:endLongitude '6.1453333'^^xsd:double;
  dwc:latitude '42.756333'^^xsd:double;
  dwc:startLatitude '42.7563333'^^xsd:double;
  dwc:endLatitude '42.7563333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.1453333 42.7563333, 6.1453333 42.7563333, 6.1453333 42.7563333, 6.1453333 42.7563333, 6.1453333 42.7563333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Balaenoptera physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '662_391'^^xsd:string;
  dwc:observationDate '2012-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_96>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_96> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_96> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.927 6.160333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.927"^^xsd:decimal ;
  dwc:decimalLongitude "6.160333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_96>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_96" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_96'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '662_96'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.4'^^xsd:double;
  dwc:longitude '6.160333'^^xsd:double;
  dwc:startLongitude '6.1603333'^^xsd:double;
  dwc:endLongitude '6.1603333'^^xsd:double;
  dwc:latitude '42.927'^^xsd:double;
  dwc:startLatitude '42.927'^^xsd:double;
  dwc:endLatitude '42.927'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.1603333 42.927, 6.1603333 42.927, 6.1603333 42.927, 6.1603333 42.927, 6.1603333 42.927))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_96'^^xsd:string;
  dwc:observationDate '2001-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_59>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_59> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_59> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7955 6.1615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7955"^^xsd:decimal ;
  dwc:decimalLongitude "6.1615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_59>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_59" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_59'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '662_59'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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 '11.833333333333'^^xsd:double;
  dwc:longitude '6.1615'^^xsd:double;
  dwc:startLongitude '6.1615'^^xsd:double;
  dwc:endLongitude '6.1615'^^xsd:double;
  dwc:latitude '42.7955'^^xsd:double;
  dwc:startLatitude '42.7955'^^xsd:double;
  dwc:endLatitude '42.7955'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.1615 42.7955, 6.1615 42.7955, 6.1615 42.7955, 6.1615 42.7955, 6.1615 42.7955))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_59'^^xsd:string;
  dwc:observationDate '2003-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_179> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 6.188333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "6.188333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_179'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_179'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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 '9.55'^^xsd:double;
  dwc:longitude '6.188333'^^xsd:double;
  dwc:startLongitude '6.1883333'^^xsd:double;
  dwc:endLongitude '6.1883333'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:startLatitude '42.82'^^xsd:double;
  dwc:endLatitude '42.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.1883333 42.82, 6.1883333 42.82, 6.1883333 42.82, 6.1883333 42.82, 6.1883333 42.82))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_179'^^xsd:string;
  dwc:observationDate '2005-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_178> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.81 6.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.81"^^xsd:decimal ;
  dwc:decimalLongitude "6.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_178'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_178'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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 '9.6833333333333'^^xsd:double;
  dwc:longitude '6.19'^^xsd:double;
  dwc:startLongitude '6.19'^^xsd:double;
  dwc:endLongitude '6.19'^^xsd:double;
  dwc:latitude '42.81'^^xsd:double;
  dwc:startLatitude '42.81'^^xsd:double;
  dwc:endLatitude '42.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.19 42.81, 6.19 42.81, 6.19 42.81, 6.19 42.81, 6.19 42.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_178'^^xsd:string;
  dwc:observationDate '2005-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_176> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.813333 6.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.813333"^^xsd:decimal ;
  dwc:decimalLongitude "6.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_176'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_176'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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 '9.65'^^xsd:double;
  dwc:longitude '6.19'^^xsd:double;
  dwc:startLongitude '6.19'^^xsd:double;
  dwc:endLongitude '6.19'^^xsd:double;
  dwc:latitude '42.813333'^^xsd:double;
  dwc:startLatitude '42.8133333'^^xsd:double;
  dwc:endLatitude '42.8133333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.19 42.8133333, 6.19 42.8133333, 6.19 42.8133333, 6.19 42.8133333, 6.19 42.8133333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_176'^^xsd:string;
  dwc:observationDate '2005-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_117> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.872733 6.20835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.872733"^^xsd:decimal ;
  dwc:decimalLongitude "6.20835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_117'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '662_117'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^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 '12.333333333333'^^xsd:double;
  dwc:longitude '6.20835'^^xsd:double;
  dwc:startLongitude '6.20835'^^xsd:double;
  dwc:endLongitude '6.20835'^^xsd:double;
  dwc:latitude '42.872733'^^xsd:double;
  dwc:startLatitude '42.8727333'^^xsd:double;
  dwc:endLatitude '42.8727333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.20835 42.8727333, 6.20835 42.8727333, 6.20835 42.8727333, 6.20835 42.8727333, 6.20835 42.8727333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_117'^^xsd:string;
  dwc:observationDate '2002-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_229> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7965 6.209333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7965"^^xsd:decimal ;
  dwc:decimalLongitude "6.209333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_229'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '662_229'^^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 '11.066666666667'^^xsd:double;
  dwc:longitude '6.209333'^^xsd:double;
  dwc:startLongitude '6.2093333'^^xsd:double;
  dwc:endLongitude '6.2093333'^^xsd:double;
  dwc:latitude '42.7965'^^xsd:double;
  dwc:startLatitude '42.7965'^^xsd:double;
  dwc:endLatitude '42.7965'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.2093333 42.7965, 6.2093333 42.7965, 6.2093333 42.7965, 6.2093333 42.7965, 6.2093333 42.7965))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_229'^^xsd:string;
  dwc:observationDate '2006-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_177> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 6.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "6.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_177'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_177'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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 '8.9'^^xsd:double;
  dwc:longitude '6.21'^^xsd:double;
  dwc:startLongitude '6.21'^^xsd:double;
  dwc:endLongitude '6.21'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:startLatitude '42.88'^^xsd:double;
  dwc:endLatitude '42.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.21 42.88, 6.21 42.88, 6.21 42.88, 6.21 42.88, 6.21 42.88))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_177'^^xsd:string;
  dwc:observationDate '2005-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_131> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.836333 6.220833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.836333"^^xsd:decimal ;
  dwc:decimalLongitude "6.220833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_131'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '662_131'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.1'^^xsd:double;
  dwc:longitude '6.220833'^^xsd:double;
  dwc:startLongitude '6.2208333'^^xsd:double;
  dwc:endLongitude '6.2208333'^^xsd:double;
  dwc:latitude '42.836333'^^xsd:double;
  dwc:startLatitude '42.8363333'^^xsd:double;
  dwc:endLatitude '42.8363333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.2208333 42.8363333, 6.2208333 42.8363333, 6.2208333 42.8363333, 6.2208333 42.8363333, 6.2208333 42.8363333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_131'^^xsd:string;
  dwc:observationDate '2003-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_95>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_95> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_95> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.872667 6.2275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.872667"^^xsd:decimal ;
  dwc:decimalLongitude "6.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/2827__662_95>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.872667 6.2275)"^^geo:wktLiteral ;
  geo-pos:lat "42.872667"^^xsd:decimal ;
  geo-pos:long "6.2275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2827__662_95>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_95" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_95'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '662_95'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.916666666667'^^xsd:double;
  dwc:longitude '6.2275'^^xsd:double;
  dwc:startLongitude '6.2275'^^xsd:double;
  dwc:endLongitude '6.2275'^^xsd:double;
  dwc:latitude '42.872667'^^xsd:double;
  dwc:startLatitude '42.8726667'^^xsd:double;
  dwc:endLatitude '42.8726667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.2275 42.8726667, 6.2275 42.8726667, 6.2275 42.8726667, 6.2275 42.8726667, 6.2275 42.8726667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_95'^^xsd:string;
  dwc:observationDate '2001-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_93>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_93> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_93> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.849833 6.227667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.849833"^^xsd:decimal ;
  dwc:decimalLongitude "6.227667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_93>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_93" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_93'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '662_93'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.216666666667'^^xsd:double;
  dwc:longitude '6.227667'^^xsd:double;
  dwc:startLongitude '6.2276667'^^xsd:double;
  dwc:endLongitude '6.2276667'^^xsd:double;
  dwc:latitude '42.849833'^^xsd:double;
  dwc:startLatitude '42.8498333'^^xsd:double;
  dwc:endLatitude '42.8498333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.2276667 42.8498333, 6.2276667 42.8498333, 6.2276667 42.8498333, 6.2276667 42.8498333, 6.2276667 42.8498333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_93'^^xsd:string;
  dwc:observationDate '2001-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_180> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.895 6.231667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.895"^^xsd:decimal ;
  dwc:decimalLongitude "6.231667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_180'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_180'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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 '8.65'^^xsd:double;
  dwc:longitude '6.231667'^^xsd:double;
  dwc:startLongitude '6.2316667'^^xsd:double;
  dwc:endLongitude '6.2316667'^^xsd:double;
  dwc:latitude '42.895'^^xsd:double;
  dwc:startLatitude '42.895'^^xsd:double;
  dwc:endLatitude '42.895'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.2316667 42.895, 6.2316667 42.895, 6.2316667 42.895, 6.2316667 42.895, 6.2316667 42.895))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_180'^^xsd:string;
  dwc:observationDate '2005-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_230> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.796833 6.233667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.796833"^^xsd:decimal ;
  dwc:decimalLongitude "6.233667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_230'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '662_230'^^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 '11.3'^^xsd:double;
  dwc:longitude '6.233667'^^xsd:double;
  dwc:startLongitude '6.2336667'^^xsd:double;
  dwc:endLongitude '6.2336667'^^xsd:double;
  dwc:latitude '42.796833'^^xsd:double;
  dwc:startLatitude '42.7968333'^^xsd:double;
  dwc:endLatitude '42.7968333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.2336667 42.7968333, 6.2336667 42.7968333, 6.2336667 42.7968333, 6.2336667 42.7968333, 6.2336667 42.7968333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_230'^^xsd:string;
  dwc:observationDate '2006-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_243> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8495 6.235417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8495"^^xsd:decimal ;
  dwc:decimalLongitude "6.235417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_243'^^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 '18'^^xsd:integer;
  dwc:collectorNumber '662_243'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.666666666667'^^xsd:double;
  dwc:longitude '6.235417'^^xsd:double;
  dwc:startLongitude '6.2354167'^^xsd:double;
  dwc:endLongitude '6.2354167'^^xsd:double;
  dwc:latitude '42.8495'^^xsd:double;
  dwc:startLatitude '42.8495'^^xsd:double;
  dwc:endLatitude '42.8495'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.2354167 42.8495, 6.2354167 42.8495, 6.2354167 42.8495, 6.2354167 42.8495, 6.2354167 42.8495))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_243'^^xsd:string;
  dwc:observationDate '2007-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_294> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.934 6.2625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.934"^^xsd:decimal ;
  dwc:decimalLongitude "6.2625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_294'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '662_294'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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 '9.5166666666667'^^xsd:double;
  dwc:longitude '6.2625'^^xsd:double;
  dwc:startLongitude '6.2625'^^xsd:double;
  dwc:endLongitude '6.2625'^^xsd:double;
  dwc:latitude '42.934'^^xsd:double;
  dwc:startLatitude '42.934'^^xsd:double;
  dwc:endLatitude '42.934'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.2625 42.934, 6.2625 42.934, 6.2625 42.934, 6.2625 42.934, 6.2625 42.934))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_294'^^xsd:string;
  dwc:observationDate '2009-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_242> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7909 6.266583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7909"^^xsd:decimal ;
  dwc:decimalLongitude "6.266583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_242'^^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 '18'^^xsd:integer;
  dwc:collectorNumber '662_242'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.133333333333'^^xsd:double;
  dwc:longitude '6.266583'^^xsd:double;
  dwc:startLongitude '6.2665833'^^xsd:double;
  dwc:endLongitude '6.2665833'^^xsd:double;
  dwc:latitude '42.7909'^^xsd:double;
  dwc:startLatitude '42.7909'^^xsd:double;
  dwc:endLatitude '42.7909'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.2665833 42.7909, 6.2665833 42.7909, 6.2665833 42.7909, 6.2665833 42.7909, 6.2665833 42.7909))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_242'^^xsd:string;
  dwc:observationDate '2007-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_94>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_94> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_94> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.876667 6.276667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.876667"^^xsd:decimal ;
  dwc:decimalLongitude "6.276667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_94>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_94" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_94'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '662_94'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.083333333333'^^xsd:double;
  dwc:longitude '6.276667'^^xsd:double;
  dwc:startLongitude '6.2766667'^^xsd:double;
  dwc:endLongitude '6.2766667'^^xsd:double;
  dwc:latitude '42.876667'^^xsd:double;
  dwc:startLatitude '42.8766667'^^xsd:double;
  dwc:endLatitude '42.8766667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.2766667 42.8766667, 6.2766667 42.8766667, 6.2766667 42.8766667, 6.2766667 42.8766667, 6.2766667 42.8766667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_94'^^xsd:string;
  dwc:observationDate '2001-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_108> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.869467 6.28525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.869467"^^xsd:decimal ;
  dwc:decimalLongitude "6.28525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_108'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '662_108'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.25'^^xsd:double;
  dwc:longitude '6.28525'^^xsd:double;
  dwc:startLongitude '6.28525'^^xsd:double;
  dwc:endLongitude '6.28525'^^xsd:double;
  dwc:latitude '42.869467'^^xsd:double;
  dwc:startLatitude '42.8694667'^^xsd:double;
  dwc:endLatitude '42.8694667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.28525 42.8694667, 6.28525 42.8694667, 6.28525 42.8694667, 6.28525 42.8694667, 6.28525 42.8694667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_108'^^xsd:string;
  dwc:observationDate '2002-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_228> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.798 6.298167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.798"^^xsd:decimal ;
  dwc:decimalLongitude "6.298167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_228'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '662_228'^^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 '11.9'^^xsd:double;
  dwc:longitude '6.298167'^^xsd:double;
  dwc:startLongitude '6.2981667'^^xsd:double;
  dwc:endLongitude '6.2981667'^^xsd:double;
  dwc:latitude '42.798'^^xsd:double;
  dwc:startLatitude '42.798'^^xsd:double;
  dwc:endLatitude '42.798'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.2981667 42.798, 6.2981667 42.798, 6.2981667 42.798, 6.2981667 42.798, 6.2981667 42.798))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_228'^^xsd:string;
  dwc:observationDate '2006-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_407> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6865 6.331167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6865"^^xsd:decimal ;
  dwc:decimalLongitude "6.331167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_407'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '662_407'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '10.383333333333'^^xsd:double;
  dwc:longitude '6.331167'^^xsd:double;
  dwc:startLongitude '6.3311667'^^xsd:double;
  dwc:endLongitude '6.3311667'^^xsd:double;
  dwc:latitude '42.6865'^^xsd:double;
  dwc:startLatitude '42.6865'^^xsd:double;
  dwc:endLatitude '42.6865'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.3311667 42.6865, 6.3311667 42.6865, 6.3311667 42.6865, 6.3311667 42.6865, 6.3311667 42.6865))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_407'^^xsd:string;
  dwc:observationDate '2012-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_141> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.889667 6.331833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.889667"^^xsd:decimal ;
  dwc:decimalLongitude "6.331833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_141'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '662_141'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.05'^^xsd:double;
  dwc:longitude '6.331833'^^xsd:double;
  dwc:startLongitude '6.3318333'^^xsd:double;
  dwc:endLongitude '6.3318333'^^xsd:double;
  dwc:latitude '42.889667'^^xsd:double;
  dwc:startLatitude '42.8896667'^^xsd:double;
  dwc:endLatitude '42.8896667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.3318333 42.8896667, 6.3318333 42.8896667, 6.3318333 42.8896667, 6.3318333 42.8896667, 6.3318333 42.8896667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_141'^^xsd:string;
  dwc:observationDate '2004-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_261> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.908333 6.336333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.908333"^^xsd:decimal ;
  dwc:decimalLongitude "6.336333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_261'^^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 '16'^^xsd:integer;
  dwc:collectorNumber '662_261'^^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 '13.5'^^xsd:double;
  dwc:longitude '6.336333'^^xsd:double;
  dwc:startLongitude '6.3363333'^^xsd:double;
  dwc:endLongitude '6.3363333'^^xsd:double;
  dwc:latitude '42.908333'^^xsd:double;
  dwc:startLatitude '42.9083333'^^xsd:double;
  dwc:endLatitude '42.9083333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.3363333 42.9083333, 6.3363333 42.9083333, 6.3363333 42.9083333, 6.3363333 42.9083333, 6.3363333 42.9083333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_261'^^xsd:string;
  dwc:observationDate '2008-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_116> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.786667 6.341667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.786667"^^xsd:decimal ;
  dwc:decimalLongitude "6.341667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_116'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '662_116'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^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'^^xsd:integer;
  dwc:longitude '6.341667'^^xsd:double;
  dwc:startLongitude '6.3416667'^^xsd:double;
  dwc:endLongitude '6.3416667'^^xsd:double;
  dwc:latitude '42.786667'^^xsd:double;
  dwc:startLatitude '42.7866667'^^xsd:double;
  dwc:endLatitude '42.7866667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.3416667 42.7866667, 6.3416667 42.7866667, 6.3416667 42.7866667, 6.3416667 42.7866667, 6.3416667 42.7866667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_116'^^xsd:string;
  dwc:observationDate '2002-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_406> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.725833 6.346833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.725833"^^xsd:decimal ;
  dwc:decimalLongitude "6.346833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_406'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '662_406'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '9.7333333333333'^^xsd:double;
  dwc:longitude '6.346833'^^xsd:double;
  dwc:startLongitude '6.3468333'^^xsd:double;
  dwc:endLongitude '6.3468333'^^xsd:double;
  dwc:latitude '42.725833'^^xsd:double;
  dwc:startLatitude '42.7258333'^^xsd:double;
  dwc:endLatitude '42.7258333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.3468333 42.7258333, 6.3468333 42.7258333, 6.3468333 42.7258333, 6.3468333 42.7258333, 6.3468333 42.7258333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_406'^^xsd:string;
  dwc:observationDate '2012-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_405> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.757167 6.347833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.757167"^^xsd:decimal ;
  dwc:decimalLongitude "6.347833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_405'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '662_405'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '9.3833333333333'^^xsd:double;
  dwc:longitude '6.347833'^^xsd:double;
  dwc:startLongitude '6.3478333'^^xsd:double;
  dwc:endLongitude '6.3478333'^^xsd:double;
  dwc:latitude '42.757167'^^xsd:double;
  dwc:startLatitude '42.7571667'^^xsd:double;
  dwc:endLatitude '42.7571667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.3478333 42.7571667, 6.3478333 42.7571667, 6.3478333 42.7571667, 6.3478333 42.7571667, 6.3478333 42.7571667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_405'^^xsd:string;
  dwc:observationDate '2012-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.015167 6.350667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.015167"^^xsd:decimal ;
  dwc:decimalLongitude "6.350667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_35'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '662_35'^^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 '16.833333333333'^^xsd:double;
  dwc:longitude '6.350667'^^xsd:double;
  dwc:startLongitude '6.3506667'^^xsd:double;
  dwc:endLongitude '6.3506667'^^xsd:double;
  dwc:latitude '43.015167'^^xsd:double;
  dwc:startLatitude '43.0151667'^^xsd:double;
  dwc:endLatitude '43.0151667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.3506667 43.0151667, 6.3506667 43.0151667, 6.3506667 43.0151667, 6.3506667 43.0151667, 6.3506667 43.0151667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Globicephala melas" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '662_35'^^xsd:string;
  dwc:observationDate '2006-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_404> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.878 6.3615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.878"^^xsd:decimal ;
  dwc:decimalLongitude "6.3615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_404'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '662_404'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '8.1'^^xsd:double;
  dwc:longitude '6.3615'^^xsd:double;
  dwc:startLongitude '6.3615'^^xsd:double;
  dwc:endLongitude '6.3615'^^xsd:double;
  dwc:latitude '42.878'^^xsd:double;
  dwc:startLatitude '42.878'^^xsd:double;
  dwc:endLatitude '42.878'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.3615 42.878, 6.3615 42.878, 6.3615 42.878, 6.3615 42.878, 6.3615 42.878))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_404'^^xsd:string;
  dwc:observationDate '2012-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_403> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9225 6.369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9225"^^xsd:decimal ;
  dwc:decimalLongitude "6.369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_403'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '662_403'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.5833333333333'^^xsd:double;
  dwc:longitude '6.369'^^xsd:double;
  dwc:startLongitude '6.369'^^xsd:double;
  dwc:endLongitude '6.369'^^xsd:double;
  dwc:latitude '42.9225'^^xsd:double;
  dwc:startLatitude '42.9225'^^xsd:double;
  dwc:endLatitude '42.9225'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.369 42.9225, 6.369 42.9225, 6.369 42.9225, 6.369 42.9225, 6.369 42.9225))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_403'^^xsd:string;
  dwc:observationDate '2012-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_382> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9832 6.37085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9832"^^xsd:decimal ;
  dwc:decimalLongitude "6.37085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_382'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '662_382'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^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.666666666667'^^xsd:double;
  dwc:longitude '6.37085'^^xsd:double;
  dwc:startLongitude '6.37085'^^xsd:double;
  dwc:endLongitude '6.37085'^^xsd:double;
  dwc:latitude '42.9832'^^xsd:double;
  dwc:startLatitude '42.9832'^^xsd:double;
  dwc:endLatitude '42.9832'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.37085 42.9832, 6.37085 42.9832, 6.37085 42.9832, 6.37085 42.9832, 6.37085 42.9832))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '662_382'^^xsd:string;
  dwc:observationDate '2002-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_241> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.714283 6.381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.714283"^^xsd:decimal ;
  dwc:decimalLongitude "6.381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_241'^^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 '18'^^xsd:integer;
  dwc:collectorNumber '662_241'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '15.016666666667'^^xsd:double;
  dwc:longitude '6.381'^^xsd:double;
  dwc:startLongitude '6.381'^^xsd:double;
  dwc:endLongitude '6.381'^^xsd:double;
  dwc:latitude '42.714283'^^xsd:double;
  dwc:startLatitude '42.7142833'^^xsd:double;
  dwc:endLatitude '42.7142833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.381 42.7142833, 6.381 42.7142833, 6.381 42.7142833, 6.381 42.7142833, 6.381 42.7142833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_241'^^xsd:string;
  dwc:observationDate '2007-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_158> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.942833 6.3835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.942833"^^xsd:decimal ;
  dwc:decimalLongitude "6.3835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_158'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '662_158'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.783333333333'^^xsd:double;
  dwc:longitude '6.3835'^^xsd:double;
  dwc:startLongitude '6.3835'^^xsd:double;
  dwc:endLongitude '6.3835'^^xsd:double;
  dwc:latitude '42.942833'^^xsd:double;
  dwc:startLatitude '42.9428333'^^xsd:double;
  dwc:endLatitude '42.9428333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.3835 42.9428333, 6.3835 42.9428333, 6.3835 42.9428333, 6.3835 42.9428333, 6.3835 42.9428333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_158'^^xsd:string;
  dwc:observationDate '2004-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_385> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.024833 6.391667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.024833"^^xsd:decimal ;
  dwc:decimalLongitude "6.391667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_385'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '662_385'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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 '6.1666666666667'^^xsd:double;
  dwc:longitude '6.391667'^^xsd:double;
  dwc:startLongitude '6.3916667'^^xsd:double;
  dwc:endLongitude '6.3916667'^^xsd:double;
  dwc:latitude '43.024833'^^xsd:double;
  dwc:startLatitude '43.0248333'^^xsd:double;
  dwc:endLatitude '43.0248333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.3916667 43.0248333, 6.3916667 43.0248333, 6.3916667 43.0248333, 6.3916667 43.0248333, 6.3916667 43.0248333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '662_385'^^xsd:string;
  dwc:observationDate '2005-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_330> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.896833 6.410333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.896833"^^xsd:decimal ;
  dwc:decimalLongitude "6.410333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_330'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '662_330'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.35'^^xsd:double;
  dwc:longitude '6.410333'^^xsd:double;
  dwc:startLongitude '6.4103333'^^xsd:double;
  dwc:endLongitude '6.4103333'^^xsd:double;
  dwc:latitude '42.896833'^^xsd:double;
  dwc:startLatitude '42.8968333'^^xsd:double;
  dwc:endLatitude '42.8968333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.4103333 42.8968333, 6.4103333 42.8968333, 6.4103333 42.8968333, 6.4103333 42.8968333, 6.4103333 42.8968333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_330'^^xsd:string;
  dwc:observationDate '2011-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_132> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.936833 6.411167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.936833"^^xsd:decimal ;
  dwc:decimalLongitude "6.411167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_132'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '662_132'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.4333333333333'^^xsd:double;
  dwc:longitude '6.411167'^^xsd:double;
  dwc:startLongitude '6.4111667'^^xsd:double;
  dwc:endLongitude '6.4111667'^^xsd:double;
  dwc:latitude '42.936833'^^xsd:double;
  dwc:startLatitude '42.9368333'^^xsd:double;
  dwc:endLatitude '42.9368333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.4111667 42.9368333, 6.4111667 42.9368333, 6.4111667 42.9368333, 6.4111667 42.9368333, 6.4111667 42.9368333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_132'^^xsd:string;
  dwc:observationDate '2003-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_335> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.882 6.427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.882"^^xsd:decimal ;
  dwc:decimalLongitude "6.427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_335'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '662_335'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.7833333333333'^^xsd:double;
  dwc:longitude '6.427'^^xsd:double;
  dwc:startLongitude '6.427'^^xsd:double;
  dwc:endLongitude '6.427'^^xsd:double;
  dwc:latitude '42.882'^^xsd:double;
  dwc:startLatitude '42.882'^^xsd:double;
  dwc:endLatitude '42.882'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.427 42.882, 6.427 42.882, 6.427 42.882, 6.427 42.882, 6.427 42.882))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_335'^^xsd:string;
  dwc:observationDate '2011-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_144> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.063833 6.437667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.063833"^^xsd:decimal ;
  dwc:decimalLongitude "6.437667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_144'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '662_144'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.6166666666667'^^xsd:double;
  dwc:longitude '6.437667'^^xsd:double;
  dwc:startLongitude '6.4376667'^^xsd:double;
  dwc:endLongitude '6.4376667'^^xsd:double;
  dwc:latitude '43.063833'^^xsd:double;
  dwc:startLatitude '43.0638333'^^xsd:double;
  dwc:endLatitude '43.0638333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.4376667 43.0638333, 6.4376667 43.0638333, 6.4376667 43.0638333, 6.4376667 43.0638333, 6.4376667 43.0638333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_144'^^xsd:string;
  dwc:observationDate '2004-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_472> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.905967 6.4485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.905967"^^xsd:decimal ;
  dwc:decimalLongitude "6.4485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_472'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '662_472'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:longitude '6.4485'^^xsd:double;
  dwc:startLongitude '6.4485'^^xsd:double;
  dwc:endLongitude '6.4485'^^xsd:double;
  dwc:latitude '42.905967'^^xsd:double;
  dwc:startLatitude '42.905967'^^xsd:double;
  dwc:endLatitude '42.905967'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.4485 42.905967, 6.4485 42.905967, 6.4485 42.905967, 6.4485 42.905967, 6.4485 42.905967))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_472'^^xsd:string;
  dwc:observationDate '2014-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_427> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.922967 6.44925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.922967"^^xsd:decimal ;
  dwc:decimalLongitude "6.44925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_427'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '662_427'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.583333333333'^^xsd:double;
  dwc:longitude '6.44925'^^xsd:double;
  dwc:startLongitude '6.44925'^^xsd:double;
  dwc:endLongitude '6.44925'^^xsd:double;
  dwc:latitude '42.922967'^^xsd:double;
  dwc:startLatitude '42.9229667'^^xsd:double;
  dwc:endLatitude '42.9229667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.44925 42.9229667, 6.44925 42.9229667, 6.44925 42.9229667, 6.44925 42.9229667, 6.44925 42.9229667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_427'^^xsd:string;
  dwc:observationDate '2012-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_332> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 6.449833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.83"^^xsd:decimal ;
  dwc:decimalLongitude "6.449833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_332'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '662_332'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '8.3333333333333'^^xsd:double;
  dwc:longitude '6.449833'^^xsd:double;
  dwc:startLongitude '6.4498333'^^xsd:double;
  dwc:endLongitude '6.4498333'^^xsd:double;
  dwc:latitude '42.83'^^xsd:double;
  dwc:startLatitude '42.83'^^xsd:double;
  dwc:endLatitude '42.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.4498333 42.83, 6.4498333 42.83, 6.4498333 42.83, 6.4498333 42.83, 6.4498333 42.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_332'^^xsd:string;
  dwc:observationDate '2011-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_334> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.884833 6.458167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.884833"^^xsd:decimal ;
  dwc:decimalLongitude "6.458167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_334'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '662_334'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.216666666667'^^xsd:double;
  dwc:longitude '6.458167'^^xsd:double;
  dwc:startLongitude '6.4581667'^^xsd:double;
  dwc:endLongitude '6.4581667'^^xsd:double;
  dwc:latitude '42.884833'^^xsd:double;
  dwc:startLatitude '42.8848333'^^xsd:double;
  dwc:endLatitude '42.8848333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.4581667 42.8848333, 6.4581667 42.8848333, 6.4581667 42.8848333, 6.4581667 42.8848333, 6.4581667 42.8848333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_334'^^xsd:string;
  dwc:observationDate '2011-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_65>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_65> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_65> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.069667 6.461667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.069667"^^xsd:decimal ;
  dwc:decimalLongitude "6.461667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_65>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_65" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_65'^^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 '18'^^xsd:integer;
  dwc:collectorNumber '662_65'^^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 '8.2666666666667'^^xsd:double;
  dwc:longitude '6.461667'^^xsd:double;
  dwc:startLongitude '6.4616667'^^xsd:double;
  dwc:endLongitude '6.4616667'^^xsd:double;
  dwc:latitude '43.069667'^^xsd:double;
  dwc:startLatitude '43.0696667'^^xsd:double;
  dwc:endLatitude '43.0696667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.4616667 43.0696667, 6.4616667 43.0696667, 6.4616667 43.0696667, 6.4616667 43.0696667, 6.4616667 43.0696667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_65'^^xsd:string;
  dwc:observationDate '2006-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_333> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.916667 6.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.916667"^^xsd:decimal ;
  dwc:decimalLongitude "6.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/2827__662_333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.916667 6.465)"^^geo:wktLiteral ;
  geo-pos:lat "42.916667"^^xsd:decimal ;
  geo-pos:long "6.465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2827__662_333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_333'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '662_333'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.616666666667'^^xsd:double;
  dwc:longitude '6.465'^^xsd:double;
  dwc:startLongitude '6.465'^^xsd:double;
  dwc:endLongitude '6.465'^^xsd:double;
  dwc:latitude '42.916667'^^xsd:double;
  dwc:startLatitude '42.9166667'^^xsd:double;
  dwc:endLatitude '42.9166667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.465 42.9166667, 6.465 42.9166667, 6.465 42.9166667, 6.465 42.9166667, 6.465 42.9166667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_333'^^xsd:string;
  dwc:observationDate '2011-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_478> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.919633 6.466333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.919633"^^xsd:decimal ;
  dwc:decimalLongitude "6.466333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_478'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '662_478'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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 '11.333333333333'^^xsd:double;
  dwc:longitude '6.466333'^^xsd:double;
  dwc:startLongitude '6.466333'^^xsd:double;
  dwc:endLongitude '6.466333'^^xsd:double;
  dwc:latitude '42.919633'^^xsd:double;
  dwc:startLatitude '42.919633'^^xsd:double;
  dwc:endLatitude '42.919633'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.466333 42.919633, 6.466333 42.919633, 6.466333 42.919633, 6.466333 42.919633, 6.466333 42.919633))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_478'^^xsd:string;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_192> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.854 6.482667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.854"^^xsd:decimal ;
  dwc:decimalLongitude "6.482667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_192'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '662_192'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:longitude '6.482667'^^xsd:double;
  dwc:startLongitude '6.4826667'^^xsd:double;
  dwc:endLongitude '6.4826667'^^xsd:double;
  dwc:latitude '42.854'^^xsd:double;
  dwc:startLatitude '42.854'^^xsd:double;
  dwc:endLatitude '42.854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.4826667 42.854, 6.4826667 42.854, 6.4826667 42.854, 6.4826667 42.854, 6.4826667 42.854))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_192'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_61>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_61> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_61> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.073167 6.482667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.073167"^^xsd:decimal ;
  dwc:decimalLongitude "6.482667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_61'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '662_61'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.066666666667'^^xsd:double;
  dwc:longitude '6.482667'^^xsd:double;
  dwc:startLongitude '6.4826667'^^xsd:double;
  dwc:endLongitude '6.4826667'^^xsd:double;
  dwc:latitude '43.073167'^^xsd:double;
  dwc:startLatitude '43.0731667'^^xsd:double;
  dwc:endLatitude '43.0731667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.4826667 43.0731667, 6.4826667 43.0731667, 6.4826667 43.0731667, 6.4826667 43.0731667, 6.4826667 43.0731667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_61'^^xsd:string;
  dwc:observationDate '2003-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_189> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.842167 6.493167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.842167"^^xsd:decimal ;
  dwc:decimalLongitude "6.493167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_189'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '662_189'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.2333333333333'^^xsd:double;
  dwc:longitude '6.493167'^^xsd:double;
  dwc:startLongitude '6.4931667'^^xsd:double;
  dwc:endLongitude '6.4931667'^^xsd:double;
  dwc:latitude '42.842167'^^xsd:double;
  dwc:startLatitude '42.8421667'^^xsd:double;
  dwc:endLatitude '42.8421667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.4931667 42.8421667, 6.4931667 42.8421667, 6.4931667 42.8421667, 6.4931667 42.8421667, 6.4931667 42.8421667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_189'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_135> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.109 6.501667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.109"^^xsd:decimal ;
  dwc:decimalLongitude "6.501667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_135'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '662_135'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^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 '15.516666666667'^^xsd:double;
  dwc:longitude '6.501667'^^xsd:double;
  dwc:startLongitude '6.5016667'^^xsd:double;
  dwc:endLongitude '6.5016667'^^xsd:double;
  dwc:latitude '43.109'^^xsd:double;
  dwc:startLatitude '43.109'^^xsd:double;
  dwc:endLatitude '43.109'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.5016667 43.109, 6.5016667 43.109, 6.5016667 43.109, 6.5016667 43.109, 6.5016667 43.109))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_135'^^xsd:string;
  dwc:observationDate '2004-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_105> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.928667 6.509833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.928667"^^xsd:decimal ;
  dwc:decimalLongitude "6.509833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_105'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '662_105'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.716666666667'^^xsd:double;
  dwc:longitude '6.509833'^^xsd:double;
  dwc:startLongitude '6.5098333'^^xsd:double;
  dwc:endLongitude '6.5098333'^^xsd:double;
  dwc:latitude '42.928667'^^xsd:double;
  dwc:startLatitude '42.9286667'^^xsd:double;
  dwc:endLatitude '42.9286667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.5098333 42.9286667, 6.5098333 42.9286667, 6.5098333 42.9286667, 6.5098333 42.9286667, 6.5098333 42.9286667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_105'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_329> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8485 6.517167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8485"^^xsd:decimal ;
  dwc:decimalLongitude "6.517167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_329'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '662_329'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.2666666666667'^^xsd:double;
  dwc:longitude '6.517167'^^xsd:double;
  dwc:startLongitude '6.5171667'^^xsd:double;
  dwc:endLongitude '6.5171667'^^xsd:double;
  dwc:latitude '42.8485'^^xsd:double;
  dwc:startLatitude '42.8485'^^xsd:double;
  dwc:endLatitude '42.8485'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.5171667 42.8485, 6.5171667 42.8485, 6.5171667 42.8485, 6.5171667 42.8485, 6.5171667 42.8485))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_329'^^xsd:string;
  dwc:observationDate '2011-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_68>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_68> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_68> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.124833 6.5185)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.124833"^^xsd:decimal ;
  dwc:decimalLongitude "6.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/2827__662_68>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.124833 6.5185)"^^geo:wktLiteral ;
  geo-pos:lat "43.124833"^^xsd:decimal ;
  geo-pos:long "6.5185"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2827__662_68>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_68" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_68'^^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 '19'^^xsd:integer;
  dwc:collectorNumber '662_68'^^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 '8.0666666666667'^^xsd:double;
  dwc:longitude '6.5185'^^xsd:double;
  dwc:startLongitude '6.5185'^^xsd:double;
  dwc:endLongitude '6.5185'^^xsd:double;
  dwc:latitude '43.124833'^^xsd:double;
  dwc:startLatitude '43.1248333'^^xsd:double;
  dwc:endLatitude '43.1248333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.5185 43.1248333, 6.5185 43.1248333, 6.5185 43.1248333, 6.5185 43.1248333, 6.5185 43.1248333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_68'^^xsd:string;
  dwc:observationDate '2006-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_331> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.861667 6.519333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.861667"^^xsd:decimal ;
  dwc:decimalLongitude "6.519333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_331'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '662_331'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.1833333333333'^^xsd:double;
  dwc:longitude '6.519333'^^xsd:double;
  dwc:startLongitude '6.5193333'^^xsd:double;
  dwc:endLongitude '6.5193333'^^xsd:double;
  dwc:latitude '42.861667'^^xsd:double;
  dwc:startLatitude '42.8616667'^^xsd:double;
  dwc:endLatitude '42.8616667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.5193333 42.8616667, 6.5193333 42.8616667, 6.5193333 42.8616667, 6.5193333 42.8616667, 6.5193333 42.8616667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_331'^^xsd:string;
  dwc:observationDate '2011-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_67>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_67> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_67> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.109333 6.519833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.109333"^^xsd:decimal ;
  dwc:decimalLongitude "6.519833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_67>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_67" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_67'^^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 '19'^^xsd:integer;
  dwc:collectorNumber '662_67'^^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 '8.35'^^xsd:double;
  dwc:longitude '6.519833'^^xsd:double;
  dwc:startLongitude '6.5198333'^^xsd:double;
  dwc:endLongitude '6.5198333'^^xsd:double;
  dwc:latitude '43.109333'^^xsd:double;
  dwc:startLatitude '43.1093333'^^xsd:double;
  dwc:endLatitude '43.1093333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.5198333 43.1093333, 6.5198333 43.1093333, 6.5198333 43.1093333, 6.5198333 43.1093333, 6.5198333 43.1093333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_67'^^xsd:string;
  dwc:observationDate '2006-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_190> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8145 6.523167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8145"^^xsd:decimal ;
  dwc:decimalLongitude "6.523167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_190'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '662_190'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.6333333333333'^^xsd:double;
  dwc:longitude '6.523167'^^xsd:double;
  dwc:startLongitude '6.5231667'^^xsd:double;
  dwc:endLongitude '6.5231667'^^xsd:double;
  dwc:latitude '42.8145'^^xsd:double;
  dwc:startLatitude '42.8145'^^xsd:double;
  dwc:endLatitude '42.8145'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.5231667 42.8145, 6.5231667 42.8145, 6.5231667 42.8145, 6.5231667 42.8145, 6.5231667 42.8145))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_190'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_104> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9375 6.524833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9375"^^xsd:decimal ;
  dwc:decimalLongitude "6.524833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_104'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '662_104'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:longitude '6.524833'^^xsd:double;
  dwc:startLongitude '6.5248333'^^xsd:double;
  dwc:endLongitude '6.5248333'^^xsd:double;
  dwc:latitude '42.9375'^^xsd:double;
  dwc:startLatitude '42.9375'^^xsd:double;
  dwc:endLatitude '42.9375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.5248333 42.9375, 6.5248333 42.9375, 6.5248333 42.9375, 6.5248333 42.9375, 6.5248333 42.9375))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_104'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.943 6.528333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.943"^^xsd:decimal ;
  dwc:decimalLongitude "6.528333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_4'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '662_4'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:longitude '6.528333'^^xsd:double;
  dwc:startLongitude '6.5283333'^^xsd:double;
  dwc:endLongitude '6.5283333'^^xsd:double;
  dwc:latitude '42.943'^^xsd:double;
  dwc:startLatitude '42.943'^^xsd:double;
  dwc:endLatitude '42.943'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.5283333 42.943, 6.5283333 42.943, 6.5283333 42.943, 6.5283333 42.943, 6.5283333 42.943))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Balaenoptera physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '662_4'^^xsd:string;
  dwc:observationDate '2003-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.103217 6.533517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.103217"^^xsd:decimal ;
  dwc:decimalLongitude "6.533517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_52'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '662_52'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.75'^^xsd:double;
  dwc:longitude '6.533517'^^xsd:double;
  dwc:startLongitude '6.5335167'^^xsd:double;
  dwc:endLongitude '6.5335167'^^xsd:double;
  dwc:latitude '43.103217'^^xsd:double;
  dwc:startLatitude '43.1032167'^^xsd:double;
  dwc:endLatitude '43.1032167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.5335167 43.1032167, 6.5335167 43.1032167, 6.5335167 43.1032167, 6.5335167 43.1032167, 6.5335167 43.1032167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_52'^^xsd:string;
  dwc:observationDate '2002-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_308> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.822667 6.537833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.822667"^^xsd:decimal ;
  dwc:decimalLongitude "6.537833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_308'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_308'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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.516666666667'^^xsd:double;
  dwc:longitude '6.537833'^^xsd:double;
  dwc:startLongitude '6.5378333'^^xsd:double;
  dwc:endLongitude '6.5378333'^^xsd:double;
  dwc:latitude '42.822667'^^xsd:double;
  dwc:startLatitude '42.8226667'^^xsd:double;
  dwc:endLatitude '42.8226667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.5378333 42.8226667, 6.5378333 42.8226667, 6.5378333 42.8226667, 6.5378333 42.8226667, 6.5378333 42.8226667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_308'^^xsd:string;
  dwc:observationDate '2010-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_122> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.103833 6.539333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.103833"^^xsd:decimal ;
  dwc:decimalLongitude "6.539333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_122'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '662_122'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^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 '10.083333333333'^^xsd:double;
  dwc:longitude '6.539333'^^xsd:double;
  dwc:startLongitude '6.5393333'^^xsd:double;
  dwc:endLongitude '6.5393333'^^xsd:double;
  dwc:latitude '43.103833'^^xsd:double;
  dwc:startLatitude '43.1038333'^^xsd:double;
  dwc:endLatitude '43.1038333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.5393333 43.1038333, 6.5393333 43.1038333, 6.5393333 43.1038333, 6.5393333 43.1038333, 6.5393333 43.1038333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_122'^^xsd:string;
  dwc:observationDate '2002-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_298> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.924333 6.545667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.924333"^^xsd:decimal ;
  dwc:decimalLongitude "6.545667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_298'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '662_298'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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 '8.0333333333333'^^xsd:double;
  dwc:longitude '6.545667'^^xsd:double;
  dwc:startLongitude '6.5456667'^^xsd:double;
  dwc:endLongitude '6.5456667'^^xsd:double;
  dwc:latitude '42.924333'^^xsd:double;
  dwc:startLatitude '42.9243333'^^xsd:double;
  dwc:endLatitude '42.9243333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.5456667 42.9243333, 6.5456667 42.9243333, 6.5456667 42.9243333, 6.5456667 42.9243333, 6.5456667 42.9243333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_298'^^xsd:string;
  dwc:observationDate '2010-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_297> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.908667 6.545833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.908667"^^xsd:decimal ;
  dwc:decimalLongitude "6.545833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_297'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '662_297'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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 '8.15'^^xsd:double;
  dwc:longitude '6.545833'^^xsd:double;
  dwc:startLongitude '6.5458333'^^xsd:double;
  dwc:endLongitude '6.5458333'^^xsd:double;
  dwc:latitude '42.908667'^^xsd:double;
  dwc:startLatitude '42.9086667'^^xsd:double;
  dwc:endLatitude '42.9086667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.5458333 42.9086667, 6.5458333 42.9086667, 6.5458333 42.9086667, 6.5458333 42.9086667, 6.5458333 42.9086667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_297'^^xsd:string;
  dwc:observationDate '2010-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 6.548333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.92"^^xsd:decimal ;
  dwc:decimalLongitude "6.548333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_11'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '662_11'^^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 '13.433333333333'^^xsd:double;
  dwc:longitude '6.548333'^^xsd:double;
  dwc:startLongitude '6.5483333'^^xsd:double;
  dwc:endLongitude '6.5483333'^^xsd:double;
  dwc:latitude '42.92'^^xsd:double;
  dwc:startLatitude '42.92'^^xsd:double;
  dwc:endLatitude '42.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.5483333 42.92, 6.5483333 42.92, 6.5483333 42.92, 6.5483333 42.92, 6.5483333 42.92))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Balaenoptera physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '662_11'^^xsd:string;
  dwc:observationDate '2006-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_163> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8955 6.558833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8955"^^xsd:decimal ;
  dwc:decimalLongitude "6.558833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_163'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '662_163'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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 '10.066666666667'^^xsd:double;
  dwc:longitude '6.558833'^^xsd:double;
  dwc:startLongitude '6.5588333'^^xsd:double;
  dwc:endLongitude '6.5588333'^^xsd:double;
  dwc:latitude '42.8955'^^xsd:double;
  dwc:startLatitude '42.8955'^^xsd:double;
  dwc:endLatitude '42.8955'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.5588333 42.8955, 6.5588333 42.8955, 6.5588333 42.8955, 6.5588333 42.8955, 6.5588333 42.8955))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_163'^^xsd:string;
  dwc:observationDate '2005-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_92>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_92> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_92> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.094667 6.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.094667"^^xsd:decimal ;
  dwc:decimalLongitude "6.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_92>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_92" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_92'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '662_92'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '16.583333333333'^^xsd:double;
  dwc:longitude '6.567'^^xsd:double;
  dwc:startLongitude '6.567'^^xsd:double;
  dwc:endLongitude '6.567'^^xsd:double;
  dwc:latitude '43.094667'^^xsd:double;
  dwc:startLatitude '43.0946667'^^xsd:double;
  dwc:endLatitude '43.0946667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.567 43.0946667, 6.567 43.0946667, 6.567 43.0946667, 6.567 43.0946667, 6.567 43.0946667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_92'^^xsd:string;
  dwc:observationDate '2001-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_252> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.123167 6.5675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.123167"^^xsd:decimal ;
  dwc:decimalLongitude "6.5675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_252'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '662_252'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:longitude '6.5675'^^xsd:double;
  dwc:startLongitude '6.5675'^^xsd:double;
  dwc:endLongitude '6.5675'^^xsd:double;
  dwc:latitude '43.123167'^^xsd:double;
  dwc:startLatitude '43.1231667'^^xsd:double;
  dwc:endLatitude '43.1231667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.5675 43.1231667, 6.5675 43.1231667, 6.5675 43.1231667, 6.5675 43.1231667, 6.5675 43.1231667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_252'^^xsd:string;
  dwc:observationDate '2008-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_109> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.910167 6.57475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.910167"^^xsd:decimal ;
  dwc:decimalLongitude "6.57475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_109'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '662_109'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '10.833333333333'^^xsd:double;
  dwc:longitude '6.57475'^^xsd:double;
  dwc:startLongitude '6.57475'^^xsd:double;
  dwc:endLongitude '6.57475'^^xsd:double;
  dwc:latitude '42.910167'^^xsd:double;
  dwc:startLatitude '42.9101667'^^xsd:double;
  dwc:endLatitude '42.9101667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.57475 42.9101667, 6.57475 42.9101667, 6.57475 42.9101667, 6.57475 42.9101667, 6.57475 42.9101667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_109'^^xsd:string;
  dwc:observationDate '2002-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_157> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9945 6.578333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9945"^^xsd:decimal ;
  dwc:decimalLongitude "6.578333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_157'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_157'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '16.35'^^xsd:double;
  dwc:longitude '6.578333'^^xsd:double;
  dwc:startLongitude '6.5783333'^^xsd:double;
  dwc:endLongitude '6.5783333'^^xsd:double;
  dwc:latitude '42.9945'^^xsd:double;
  dwc:startLatitude '42.9945'^^xsd:double;
  dwc:endLatitude '42.9945'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.5783333 42.9945, 6.5783333 42.9945, 6.5783333 42.9945, 6.5783333 42.9945, 6.5783333 42.9945))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_157'^^xsd:string;
  dwc:observationDate '2004-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_66>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_66> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_66> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.101 6.587333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.101"^^xsd:decimal ;
  dwc:decimalLongitude "6.587333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_66>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_66" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_66'^^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 '19'^^xsd:integer;
  dwc:collectorNumber '662_66'^^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 '9.2333333333333'^^xsd:double;
  dwc:longitude '6.587333'^^xsd:double;
  dwc:startLongitude '6.5873333'^^xsd:double;
  dwc:endLongitude '6.5873333'^^xsd:double;
  dwc:latitude '43.101'^^xsd:double;
  dwc:startLatitude '43.101'^^xsd:double;
  dwc:endLatitude '43.101'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.5873333 43.101, 6.5873333 43.101, 6.5873333 43.101, 6.5873333 43.101, 6.5873333 43.101))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_66'^^xsd:string;
  dwc:observationDate '2006-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_464> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.919833 6.5875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.919833"^^xsd:decimal ;
  dwc:decimalLongitude "6.5875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_464'^^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 '3'^^xsd:integer;
  dwc:collectorNumber '662_464'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:longitude '6.5875'^^xsd:double;
  dwc:startLongitude '6.5875'^^xsd:double;
  dwc:endLongitude '6.5875'^^xsd:double;
  dwc:latitude '42.919833'^^xsd:double;
  dwc:startLatitude '42.9198333'^^xsd:double;
  dwc:endLatitude '42.9198333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.5875 42.9198333, 6.5875 42.9198333, 6.5875 42.9198333, 6.5875 42.9198333, 6.5875 42.9198333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_464'^^xsd:string;
  dwc:observationDate '2013-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_354> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.087667 6.592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.087667"^^xsd:decimal ;
  dwc:decimalLongitude "6.592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_354'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '662_354'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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.5'^^xsd:double;
  dwc:longitude '6.592'^^xsd:double;
  dwc:startLongitude '6.592'^^xsd:double;
  dwc:endLongitude '6.592'^^xsd:double;
  dwc:latitude '43.087667'^^xsd:double;
  dwc:startLatitude '43.0876667'^^xsd:double;
  dwc:endLatitude '43.0876667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.592 43.0876667, 6.592 43.0876667, 6.592 43.0876667, 6.592 43.0876667, 6.592 43.0876667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_354'^^xsd:string;
  dwc:observationDate '2011-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_133> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.117333 6.594333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.117333"^^xsd:decimal ;
  dwc:decimalLongitude "6.594333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_133'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '662_133'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '14.833333333333'^^xsd:double;
  dwc:longitude '6.594333'^^xsd:double;
  dwc:startLongitude '6.5943333'^^xsd:double;
  dwc:endLongitude '6.5943333'^^xsd:double;
  dwc:latitude '43.117333'^^xsd:double;
  dwc:startLatitude '43.1173333'^^xsd:double;
  dwc:endLatitude '43.1173333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.5943333 43.1173333, 6.5943333 43.1173333, 6.5943333 43.1173333, 6.5943333 43.1173333, 6.5943333 43.1173333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_133'^^xsd:string;
  dwc:observationDate '2003-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_260> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.004833 6.596667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.004833"^^xsd:decimal ;
  dwc:decimalLongitude "6.596667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_260'^^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 '15'^^xsd:integer;
  dwc:collectorNumber '662_260'^^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 '14.733333333333'^^xsd:double;
  dwc:longitude '6.596667'^^xsd:double;
  dwc:startLongitude '6.5966667'^^xsd:double;
  dwc:endLongitude '6.5966667'^^xsd:double;
  dwc:latitude '43.004833'^^xsd:double;
  dwc:startLatitude '43.0048333'^^xsd:double;
  dwc:endLatitude '43.0048333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.5966667 43.0048333, 6.5966667 43.0048333, 6.5966667 43.0048333, 6.5966667 43.0048333, 6.5966667 43.0048333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_260'^^xsd:string;
  dwc:observationDate '2008-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_110> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.037333 6.604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.037333"^^xsd:decimal ;
  dwc:decimalLongitude "6.604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_110'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '662_110'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.066666666667'^^xsd:double;
  dwc:longitude '6.604'^^xsd:double;
  dwc:startLongitude '6.604'^^xsd:double;
  dwc:endLongitude '6.604'^^xsd:double;
  dwc:latitude '43.037333'^^xsd:double;
  dwc:startLatitude '43.0373333'^^xsd:double;
  dwc:endLatitude '43.0373333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.604 43.0373333, 6.604 43.0373333, 6.604 43.0373333, 6.604 43.0373333, 6.604 43.0373333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_110'^^xsd:string;
  dwc:observationDate '2002-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_355> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.084833 6.606)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.084833"^^xsd:decimal ;
  dwc:decimalLongitude "6.606"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_355'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '662_355'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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.583333333333'^^xsd:double;
  dwc:longitude '6.606'^^xsd:double;
  dwc:startLongitude '6.606'^^xsd:double;
  dwc:endLongitude '6.606'^^xsd:double;
  dwc:latitude '43.084833'^^xsd:double;
  dwc:startLatitude '43.0848333'^^xsd:double;
  dwc:endLatitude '43.0848333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.606 43.0848333, 6.606 43.0848333, 6.606 43.0848333, 6.606 43.0848333, 6.606 43.0848333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_355'^^xsd:string;
  dwc:observationDate '2011-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_53> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.114583 6.610417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.114583"^^xsd:decimal ;
  dwc:decimalLongitude "6.610417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_53'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '662_53'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:longitude '6.610417'^^xsd:double;
  dwc:startLongitude '6.6104167'^^xsd:double;
  dwc:endLongitude '6.6104167'^^xsd:double;
  dwc:latitude '43.114583'^^xsd:double;
  dwc:startLatitude '43.1145833'^^xsd:double;
  dwc:endLatitude '43.1145833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.6104167 43.1145833, 6.6104167 43.1145833, 6.6104167 43.1145833, 6.6104167 43.1145833, 6.6104167 43.1145833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_53'^^xsd:string;
  dwc:observationDate '2002-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_202> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.021 6.616)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.021"^^xsd:decimal ;
  dwc:decimalLongitude "6.616"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_202'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '662_202'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.433333333333'^^xsd:double;
  dwc:longitude '6.616'^^xsd:double;
  dwc:startLongitude '6.616'^^xsd:double;
  dwc:endLongitude '6.616'^^xsd:double;
  dwc:latitude '43.021'^^xsd:double;
  dwc:startLatitude '43.021'^^xsd:double;
  dwc:endLatitude '43.021'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.616 43.021, 6.616 43.021, 6.616 43.021, 6.616 43.021, 6.616 43.021))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_202'^^xsd:string;
  dwc:observationDate '2006-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_428> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.996883 6.61905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.996883"^^xsd:decimal ;
  dwc:decimalLongitude "6.61905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_428'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '662_428'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.3'^^xsd:double;
  dwc:longitude '6.61905'^^xsd:double;
  dwc:startLongitude '6.61905'^^xsd:double;
  dwc:endLongitude '6.61905'^^xsd:double;
  dwc:latitude '42.996883'^^xsd:double;
  dwc:startLatitude '42.9968833'^^xsd:double;
  dwc:endLatitude '42.9968833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.61905 42.9968833, 6.61905 42.9968833, 6.61905 42.9968833, 6.61905 42.9968833, 6.61905 42.9968833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_428'^^xsd:string;
  dwc:observationDate '2012-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_201> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01736 6.619775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01736"^^xsd:decimal ;
  dwc:decimalLongitude "6.619775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_201'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '662_201'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.55'^^xsd:double;
  dwc:longitude '6.619775'^^xsd:double;
  dwc:startLongitude '6.619775'^^xsd:double;
  dwc:endLongitude '6.619775'^^xsd:double;
  dwc:latitude '43.01736'^^xsd:double;
  dwc:startLatitude '43.01736'^^xsd:double;
  dwc:endLatitude '43.01736'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.619775 43.01736, 6.619775 43.01736, 6.619775 43.01736, 6.619775 43.01736, 6.619775 43.01736))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_201'^^xsd:string;
  dwc:observationDate '2006-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_306> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.840833 6.622833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.840833"^^xsd:decimal ;
  dwc:decimalLongitude "6.622833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_306'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_306'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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 '10.866666666667'^^xsd:double;
  dwc:longitude '6.622833'^^xsd:double;
  dwc:startLongitude '6.6228333'^^xsd:double;
  dwc:endLongitude '6.6228333'^^xsd:double;
  dwc:latitude '42.840833'^^xsd:double;
  dwc:startLatitude '42.8408333'^^xsd:double;
  dwc:endLatitude '42.8408333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.6228333 42.8408333, 6.6228333 42.8408333, 6.6228333 42.8408333, 6.6228333 42.8408333, 6.6228333 42.8408333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_306'^^xsd:string;
  dwc:observationDate '2010-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_231> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.963333 6.624667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.963333"^^xsd:decimal ;
  dwc:decimalLongitude "6.624667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_231'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '662_231'^^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 '12.216666666667'^^xsd:double;
  dwc:longitude '6.624667'^^xsd:double;
  dwc:startLongitude '6.6246667'^^xsd:double;
  dwc:endLongitude '6.6246667'^^xsd:double;
  dwc:latitude '42.963333'^^xsd:double;
  dwc:startLatitude '42.9633333'^^xsd:double;
  dwc:endLatitude '42.9633333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.6246667 42.9633333, 6.6246667 42.9633333, 6.6246667 42.9633333, 6.6246667 42.9633333, 6.6246667 42.9633333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_231'^^xsd:string;
  dwc:observationDate '2006-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_204> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.0115 6.626667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.0115"^^xsd:decimal ;
  dwc:decimalLongitude "6.626667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_204'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '662_204'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.683333333333'^^xsd:double;
  dwc:longitude '6.626667'^^xsd:double;
  dwc:startLongitude '6.6266667'^^xsd:double;
  dwc:endLongitude '6.6266667'^^xsd:double;
  dwc:latitude '43.0115'^^xsd:double;
  dwc:startLatitude '43.0115'^^xsd:double;
  dwc:endLatitude '43.0115'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.6266667 43.0115, 6.6266667 43.0115, 6.6266667 43.0115, 6.6266667 43.0115, 6.6266667 43.0115))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_204'^^xsd:string;
  dwc:observationDate '2006-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_203> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.011667 6.626667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.011667"^^xsd:decimal ;
  dwc:decimalLongitude "6.626667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_203'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '662_203'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.633333333333'^^xsd:double;
  dwc:longitude '6.626667'^^xsd:double;
  dwc:startLongitude '6.6266667'^^xsd:double;
  dwc:endLongitude '6.6266667'^^xsd:double;
  dwc:latitude '43.011667'^^xsd:double;
  dwc:startLatitude '43.0116667'^^xsd:double;
  dwc:endLatitude '43.0116667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.6266667 43.0116667, 6.6266667 43.0116667, 6.6266667 43.0116667, 6.6266667 43.0116667, 6.6266667 43.0116667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_203'^^xsd:string;
  dwc:observationDate '2006-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_380> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.05 6.633333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.05"^^xsd:decimal ;
  dwc:decimalLongitude "6.633333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_380'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '662_380'^^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 '14.166666666667'^^xsd:double;
  dwc:longitude '6.633333'^^xsd:double;
  dwc:startLongitude '6.6333333'^^xsd:double;
  dwc:endLongitude '6.6333333'^^xsd:double;
  dwc:latitude '43.05'^^xsd:double;
  dwc:startLatitude '43.05'^^xsd:double;
  dwc:endLatitude '43.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.6333333 43.05, 6.6333333 43.05, 6.6333333 43.05, 6.6333333 43.05, 6.6333333 43.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '662_380'^^xsd:string;
  dwc:observationDate '2001-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_172> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.978333 6.638333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.978333"^^xsd:decimal ;
  dwc:decimalLongitude "6.638333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_172'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '662_172'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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 '14.333333333333'^^xsd:double;
  dwc:longitude '6.638333'^^xsd:double;
  dwc:startLongitude '6.6383333'^^xsd:double;
  dwc:endLongitude '6.6383333'^^xsd:double;
  dwc:latitude '42.978333'^^xsd:double;
  dwc:startLatitude '42.9783333'^^xsd:double;
  dwc:endLatitude '42.9783333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.6383333 42.9783333, 6.6383333 42.9783333, 6.6383333 42.9783333, 6.6383333 42.9783333, 6.6383333 42.9783333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_172'^^xsd:string;
  dwc:observationDate '2005-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_305> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.860333 6.640167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.860333"^^xsd:decimal ;
  dwc:decimalLongitude "6.640167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_305'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_305'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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 '10.583333333333'^^xsd:double;
  dwc:longitude '6.640167'^^xsd:double;
  dwc:startLongitude '6.6401667'^^xsd:double;
  dwc:endLongitude '6.6401667'^^xsd:double;
  dwc:latitude '42.860333'^^xsd:double;
  dwc:startLatitude '42.8603333'^^xsd:double;
  dwc:endLatitude '42.8603333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.6401667 42.8603333, 6.6401667 42.8603333, 6.6401667 42.8603333, 6.6401667 42.8603333, 6.6401667 42.8603333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_305'^^xsd:string;
  dwc:observationDate '2010-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_55> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1048 6.641433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1048"^^xsd:decimal ;
  dwc:decimalLongitude "6.641433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_55'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '662_55'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.1'^^xsd:double;
  dwc:longitude '6.641433'^^xsd:double;
  dwc:startLongitude '6.6414333'^^xsd:double;
  dwc:endLongitude '6.6414333'^^xsd:double;
  dwc:latitude '43.1048'^^xsd:double;
  dwc:startLatitude '43.1048'^^xsd:double;
  dwc:endLatitude '43.1048'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.6414333 43.1048, 6.6414333 43.1048, 6.6414333 43.1048, 6.6414333 43.1048, 6.6414333 43.1048))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_55'^^xsd:string;
  dwc:observationDate '2002-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_307> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.866667 6.645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.866667"^^xsd:decimal ;
  dwc:decimalLongitude "6.645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_307'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_307'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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 '10.333333333333'^^xsd:double;
  dwc:longitude '6.645'^^xsd:double;
  dwc:startLongitude '6.645'^^xsd:double;
  dwc:endLongitude '6.645'^^xsd:double;
  dwc:latitude '42.866667'^^xsd:double;
  dwc:startLatitude '42.8666667'^^xsd:double;
  dwc:endLatitude '42.8666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.645 42.8666667, 6.645 42.8666667, 6.645 42.8666667, 6.645 42.8666667, 6.645 42.8666667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_307'^^xsd:string;
  dwc:observationDate '2010-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_183> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.006667 6.655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.006667"^^xsd:decimal ;
  dwc:decimalLongitude "6.655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_183'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '662_183'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.1833333333333'^^xsd:double;
  dwc:longitude '6.655'^^xsd:double;
  dwc:startLongitude '6.655'^^xsd:double;
  dwc:endLongitude '6.655'^^xsd:double;
  dwc:latitude '43.006667'^^xsd:double;
  dwc:startLatitude '43.0066667'^^xsd:double;
  dwc:endLatitude '43.0066667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.655 43.0066667, 6.655 43.0066667, 6.655 43.0066667, 6.655 43.0066667, 6.655 43.0066667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_183'^^xsd:string;
  dwc:observationDate '2005-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_56> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.10435 6.659333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.10435"^^xsd:decimal ;
  dwc:decimalLongitude "6.659333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_56'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '662_56'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.233333333333'^^xsd:double;
  dwc:longitude '6.659333'^^xsd:double;
  dwc:startLongitude '6.6593333'^^xsd:double;
  dwc:endLongitude '6.6593333'^^xsd:double;
  dwc:latitude '43.10435'^^xsd:double;
  dwc:startLatitude '43.10435'^^xsd:double;
  dwc:endLatitude '43.10435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.6593333 43.10435, 6.6593333 43.10435, 6.6593333 43.10435, 6.6593333 43.10435, 6.6593333 43.10435))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_56'^^xsd:string;
  dwc:observationDate '2002-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_173> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.966667 6.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.966667"^^xsd:decimal ;
  dwc:decimalLongitude "6.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_173'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '662_173'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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 '14.133333333333'^^xsd:double;
  dwc:longitude '6.66'^^xsd:double;
  dwc:startLongitude '6.66'^^xsd:double;
  dwc:endLongitude '6.66'^^xsd:double;
  dwc:latitude '42.966667'^^xsd:double;
  dwc:startLatitude '42.9666667'^^xsd:double;
  dwc:endLatitude '42.9666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.66 42.9666667, 6.66 42.9666667, 6.66 42.9666667, 6.66 42.9666667, 6.66 42.9666667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_173'^^xsd:string;
  dwc:observationDate '2005-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_126> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.137167 6.662667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.137167"^^xsd:decimal ;
  dwc:decimalLongitude "6.662667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_126'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '662_126'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.833333333333'^^xsd:double;
  dwc:longitude '6.662667'^^xsd:double;
  dwc:startLongitude '6.6626667'^^xsd:double;
  dwc:endLongitude '6.6626667'^^xsd:double;
  dwc:latitude '43.137167'^^xsd:double;
  dwc:startLatitude '43.1371667'^^xsd:double;
  dwc:endLatitude '43.1371667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.6626667 43.1371667, 6.6626667 43.1371667, 6.6626667 43.1371667, 6.6626667 43.1371667, 6.6626667 43.1371667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_126'^^xsd:string;
  dwc:observationDate '2003-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_54> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.084567 6.66475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.084567"^^xsd:decimal ;
  dwc:decimalLongitude "6.66475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_54'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '662_54'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '6.66475'^^xsd:double;
  dwc:startLongitude '6.66475'^^xsd:double;
  dwc:endLongitude '6.66475'^^xsd:double;
  dwc:latitude '43.084567'^^xsd:double;
  dwc:startLatitude '43.0845667'^^xsd:double;
  dwc:endLatitude '43.0845667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.66475 43.0845667, 6.66475 43.0845667, 6.66475 43.0845667, 6.66475 43.0845667, 6.66475 43.0845667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_54'^^xsd:string;
  dwc:observationDate '2002-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_239> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.120833 6.669)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.120833"^^xsd:decimal ;
  dwc:decimalLongitude "6.669"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_239'^^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 '20'^^xsd:integer;
  dwc:collectorNumber '662_239'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.1'^^xsd:double;
  dwc:longitude '6.669'^^xsd:double;
  dwc:startLongitude '6.669'^^xsd:double;
  dwc:endLongitude '6.669'^^xsd:double;
  dwc:latitude '43.120833'^^xsd:double;
  dwc:startLatitude '43.1208333'^^xsd:double;
  dwc:endLatitude '43.1208333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.669 43.1208333, 6.669 43.1208333, 6.669 43.1208333, 6.669 43.1208333, 6.669 43.1208333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_239'^^xsd:string;
  dwc:observationDate '2007-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_364> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.026667 6.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.026667"^^xsd:decimal ;
  dwc:decimalLongitude "6.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_364'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '662_364'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '10.133333333333'^^xsd:double;
  dwc:longitude '6.67'^^xsd:double;
  dwc:startLongitude '6.67'^^xsd:double;
  dwc:endLongitude '6.67'^^xsd:double;
  dwc:latitude '43.026667'^^xsd:double;
  dwc:startLatitude '43.0266667'^^xsd:double;
  dwc:endLatitude '43.0266667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.67 43.0266667, 6.67 43.0266667, 6.67 43.0266667, 6.67 43.0266667, 6.67 43.0266667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_364'^^xsd:string;
  dwc:observationDate '2011-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_48> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1225 6.688333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1225"^^xsd:decimal ;
  dwc:decimalLongitude "6.688333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_48'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '662_48'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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.7'^^xsd:double;
  dwc:longitude '6.688333'^^xsd:double;
  dwc:startLongitude '6.6883333'^^xsd:double;
  dwc:endLongitude '6.6883333'^^xsd:double;
  dwc:latitude '43.1225'^^xsd:double;
  dwc:startLatitude '43.1225'^^xsd:double;
  dwc:endLatitude '43.1225'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.6883333 43.1225, 6.6883333 43.1225, 6.6883333 43.1225, 6.6883333 43.1225, 6.6883333 43.1225))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Grampus griseus" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '662_48'^^xsd:string;
  dwc:observationDate '2010-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_171> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.951 6.692333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.951"^^xsd:decimal ;
  dwc:decimalLongitude "6.692333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_171'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '662_171'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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.766666666667'^^xsd:double;
  dwc:longitude '6.692333'^^xsd:double;
  dwc:startLongitude '6.6923333'^^xsd:double;
  dwc:endLongitude '6.6923333'^^xsd:double;
  dwc:latitude '42.951'^^xsd:double;
  dwc:startLatitude '42.951'^^xsd:double;
  dwc:endLatitude '42.951'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.6923333 42.951, 6.6923333 42.951, 6.6923333 42.951, 6.6923333 42.951, 6.6923333 42.951))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_171'^^xsd:string;
  dwc:observationDate '2005-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_191> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.857667 6.6935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.857667"^^xsd:decimal ;
  dwc:decimalLongitude "6.6935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_191'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '662_191'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.283333333333'^^xsd:double;
  dwc:longitude '6.6935'^^xsd:double;
  dwc:startLongitude '6.6935'^^xsd:double;
  dwc:endLongitude '6.6935'^^xsd:double;
  dwc:latitude '42.857667'^^xsd:double;
  dwc:startLatitude '42.8576667'^^xsd:double;
  dwc:endLatitude '42.8576667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.6935 42.8576667, 6.6935 42.8576667, 6.6935 42.8576667, 6.6935 42.8576667, 6.6935 42.8576667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_191'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_470> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.125 6.698333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.125"^^xsd:decimal ;
  dwc:decimalLongitude "6.698333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_470'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '662_470'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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 '9.35'^^xsd:double;
  dwc:longitude '6.698333'^^xsd:double;
  dwc:startLongitude '6.698333'^^xsd:double;
  dwc:endLongitude '6.698333'^^xsd:double;
  dwc:latitude '43.125'^^xsd:double;
  dwc:startLatitude '43.125'^^xsd:double;
  dwc:endLatitude '43.125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.698333 43.125, 6.698333 43.125, 6.698333 43.125, 6.698333 43.125, 6.698333 43.125))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_470'^^xsd:string;
  dwc:observationDate '2014-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_251> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1235 6.720667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1235"^^xsd:decimal ;
  dwc:decimalLongitude "6.720667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_251'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '662_251'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.9166666666667'^^xsd:double;
  dwc:longitude '6.720667'^^xsd:double;
  dwc:startLongitude '6.7206667'^^xsd:double;
  dwc:endLongitude '6.7206667'^^xsd:double;
  dwc:latitude '43.1235'^^xsd:double;
  dwc:startLatitude '43.1235'^^xsd:double;
  dwc:endLatitude '43.1235'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7206667 43.1235, 6.7206667 43.1235, 6.7206667 43.1235, 6.7206667 43.1235, 6.7206667 43.1235))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_251'^^xsd:string;
  dwc:observationDate '2008-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_387> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.209 6.721333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.209"^^xsd:decimal ;
  dwc:decimalLongitude "6.721333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_387'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '662_387'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.433333333333'^^xsd:double;
  dwc:longitude '6.721333'^^xsd:double;
  dwc:startLongitude '6.7213333'^^xsd:double;
  dwc:endLongitude '6.7213333'^^xsd:double;
  dwc:latitude '43.209'^^xsd:double;
  dwc:startLatitude '43.209'^^xsd:double;
  dwc:endLatitude '43.209'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7213333 43.209, 6.7213333 43.209, 6.7213333 43.209, 6.7213333 43.209, 6.7213333 43.209))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '662_387'^^xsd:string;
  dwc:observationDate '2006-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_383> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.258833 6.727333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.258833"^^xsd:decimal ;
  dwc:decimalLongitude "6.727333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_383'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '662_383'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10.616666666667'^^xsd:double;
  dwc:longitude '6.727333'^^xsd:double;
  dwc:startLongitude '6.7273333'^^xsd:double;
  dwc:endLongitude '6.7273333'^^xsd:double;
  dwc:latitude '43.258833'^^xsd:double;
  dwc:startLatitude '43.2588333'^^xsd:double;
  dwc:endLatitude '43.2588333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7273333 43.2588333, 6.7273333 43.2588333, 6.7273333 43.2588333, 6.7273333 43.2588333, 6.7273333 43.2588333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '662_383'^^xsd:string;
  dwc:observationDate '2003-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_138> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1205 6.729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1205"^^xsd:decimal ;
  dwc:decimalLongitude "6.729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_138'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '662_138'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^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 '12.166666666667'^^xsd:double;
  dwc:longitude '6.729'^^xsd:double;
  dwc:startLongitude '6.729'^^xsd:double;
  dwc:endLongitude '6.729'^^xsd:double;
  dwc:latitude '43.1205'^^xsd:double;
  dwc:startLatitude '43.1205'^^xsd:double;
  dwc:endLatitude '43.1205'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.729 43.1205, 6.729 43.1205, 6.729 43.1205, 6.729 43.1205, 6.729 43.1205))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_138'^^xsd:string;
  dwc:observationDate '2004-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_321> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.045833 6.731833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.045833"^^xsd:decimal ;
  dwc:decimalLongitude "6.731833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_321'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '662_321'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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.416666666667'^^xsd:double;
  dwc:longitude '6.731833'^^xsd:double;
  dwc:startLongitude '6.7318333'^^xsd:double;
  dwc:endLongitude '6.7318333'^^xsd:double;
  dwc:latitude '43.045833'^^xsd:double;
  dwc:startLatitude '43.0458333'^^xsd:double;
  dwc:endLatitude '43.0458333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7318333 43.0458333, 6.7318333 43.0458333, 6.7318333 43.0458333, 6.7318333 43.0458333, 6.7318333 43.0458333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_321'^^xsd:string;
  dwc:observationDate '2010-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_184> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.956667 6.736667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.956667"^^xsd:decimal ;
  dwc:decimalLongitude "6.736667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_184'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '662_184'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.3'^^xsd:double;
  dwc:longitude '6.736667'^^xsd:double;
  dwc:startLongitude '6.7366667'^^xsd:double;
  dwc:endLongitude '6.7366667'^^xsd:double;
  dwc:latitude '42.956667'^^xsd:double;
  dwc:startLatitude '42.9566667'^^xsd:double;
  dwc:endLatitude '42.9566667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7366667 42.9566667, 6.7366667 42.9566667, 6.7366667 42.9566667, 6.7366667 42.9566667, 6.7366667 42.9566667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_184'^^xsd:string;
  dwc:observationDate '2005-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_227> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1535 6.739833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1535"^^xsd:decimal ;
  dwc:decimalLongitude "6.739833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_227'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '662_227'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.2833333333333'^^xsd:double;
  dwc:longitude '6.739833'^^xsd:double;
  dwc:startLongitude '6.7398333'^^xsd:double;
  dwc:endLongitude '6.7398333'^^xsd:double;
  dwc:latitude '43.1535'^^xsd:double;
  dwc:startLatitude '43.1535'^^xsd:double;
  dwc:endLatitude '43.1535'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7398333 43.1535, 6.7398333 43.1535, 6.7398333 43.1535, 6.7398333 43.1535, 6.7398333 43.1535))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_227'^^xsd:string;
  dwc:observationDate '2006-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.101833 6.740167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.101833"^^xsd:decimal ;
  dwc:decimalLongitude "6.740167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_26'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '662_26'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.083333333333'^^xsd:double;
  dwc:longitude '6.740167'^^xsd:double;
  dwc:startLongitude '6.7401667'^^xsd:double;
  dwc:endLongitude '6.7401667'^^xsd:double;
  dwc:latitude '43.101833'^^xsd:double;
  dwc:startLatitude '43.1018333'^^xsd:double;
  dwc:endLatitude '43.1018333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7401667 43.1018333, 6.7401667 43.1018333, 6.7401667 43.1018333, 6.7401667 43.1018333, 6.7401667 43.1018333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '662_26'^^xsd:string;
  dwc:observationDate '2004-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.102833 6.7425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.102833"^^xsd:decimal ;
  dwc:decimalLongitude "6.7425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_10'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '662_10'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:longitude '6.7425'^^xsd:double;
  dwc:startLongitude '6.7425'^^xsd:double;
  dwc:endLongitude '6.7425'^^xsd:double;
  dwc:latitude '43.102833'^^xsd:double;
  dwc:startLatitude '43.1028333'^^xsd:double;
  dwc:endLatitude '43.1028333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7425 43.1028333, 6.7425 43.1028333, 6.7425 43.1028333, 6.7425 43.1028333, 6.7425 43.1028333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Balaenoptera physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '662_10'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_97>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_97> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_97> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.302 6.743667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.302"^^xsd:decimal ;
  dwc:decimalLongitude "6.743667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_97>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_97" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_97'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '662_97'^^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 '11.916666666667'^^xsd:double;
  dwc:longitude '6.743667'^^xsd:double;
  dwc:startLongitude '6.7436667'^^xsd:double;
  dwc:endLongitude '6.7436667'^^xsd:double;
  dwc:latitude '43.302'^^xsd:double;
  dwc:startLatitude '43.302'^^xsd:double;
  dwc:endLatitude '43.302'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7436667 43.302, 6.7436667 43.302, 6.7436667 43.302, 6.7436667 43.302, 6.7436667 43.302))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_97'^^xsd:string;
  dwc:observationDate '2001-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_139> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.105833 6.7455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.105833"^^xsd:decimal ;
  dwc:decimalLongitude "6.7455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_139'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '662_139'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.233333333333'^^xsd:double;
  dwc:longitude '6.7455'^^xsd:double;
  dwc:startLongitude '6.7455'^^xsd:double;
  dwc:endLongitude '6.7455'^^xsd:double;
  dwc:latitude '43.105833'^^xsd:double;
  dwc:startLatitude '43.1058333'^^xsd:double;
  dwc:endLatitude '43.1058333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7455 43.1058333, 6.7455 43.1058333, 6.7455 43.1058333, 6.7455 43.1058333, 6.7455 43.1058333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_139'^^xsd:string;
  dwc:observationDate '2004-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_114> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.372233 6.749117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.372233"^^xsd:decimal ;
  dwc:decimalLongitude "6.749117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_114'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '662_114'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.9166666666667'^^xsd:double;
  dwc:longitude '6.749117'^^xsd:double;
  dwc:startLongitude '6.7491167'^^xsd:double;
  dwc:endLongitude '6.7491167'^^xsd:double;
  dwc:latitude '43.372233'^^xsd:double;
  dwc:startLatitude '43.3722333'^^xsd:double;
  dwc:endLatitude '43.3722333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7491167 43.3722333, 6.7491167 43.3722333, 6.7491167 43.3722333, 6.7491167 43.3722333, 6.7491167 43.3722333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_114'^^xsd:string;
  dwc:observationDate '2002-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_134> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.122 6.750167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.122"^^xsd:decimal ;
  dwc:decimalLongitude "6.750167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_134'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '662_134'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.25'^^xsd:double;
  dwc:longitude '6.750167'^^xsd:double;
  dwc:startLongitude '6.7501667'^^xsd:double;
  dwc:endLongitude '6.7501667'^^xsd:double;
  dwc:latitude '43.122'^^xsd:double;
  dwc:startLatitude '43.122'^^xsd:double;
  dwc:endLatitude '43.122'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7501667 43.122, 6.7501667 43.122, 6.7501667 43.122, 6.7501667 43.122, 6.7501667 43.122))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_134'^^xsd:string;
  dwc:observationDate '2003-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_381> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.377717 6.75065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.377717"^^xsd:decimal ;
  dwc:decimalLongitude "6.75065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_381'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '662_381'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.8333333333333'^^xsd:double;
  dwc:longitude '6.75065'^^xsd:double;
  dwc:startLongitude '6.75065'^^xsd:double;
  dwc:endLongitude '6.75065'^^xsd:double;
  dwc:latitude '43.377717'^^xsd:double;
  dwc:startLatitude '43.3777167'^^xsd:double;
  dwc:endLatitude '43.3777167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.75065 43.3777167, 6.75065 43.3777167, 6.75065 43.3777167, 6.75065 43.3777167, 6.75065 43.3777167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '662_381'^^xsd:string;
  dwc:observationDate '2002-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_113> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.383917 6.7515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.383917"^^xsd:decimal ;
  dwc:decimalLongitude "6.7515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_113'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '662_113'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.6666666666667'^^xsd:double;
  dwc:longitude '6.7515'^^xsd:double;
  dwc:startLongitude '6.7515'^^xsd:double;
  dwc:endLongitude '6.7515'^^xsd:double;
  dwc:latitude '43.383917'^^xsd:double;
  dwc:startLatitude '43.3839167'^^xsd:double;
  dwc:endLatitude '43.3839167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7515 43.3839167, 6.7515 43.3839167, 6.7515 43.3839167, 6.7515 43.3839167, 6.7515 43.3839167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_113'^^xsd:string;
  dwc:observationDate '2002-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_111> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.131167 6.754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.131167"^^xsd:decimal ;
  dwc:decimalLongitude "6.754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_111'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '662_111'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.45'^^xsd:double;
  dwc:longitude '6.754'^^xsd:double;
  dwc:startLongitude '6.754'^^xsd:double;
  dwc:endLongitude '6.754'^^xsd:double;
  dwc:latitude '43.131167'^^xsd:double;
  dwc:startLatitude '43.1311667'^^xsd:double;
  dwc:endLatitude '43.1311667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.754 43.1311667, 6.754 43.1311667, 6.754 43.1311667, 6.754 43.1311667, 6.754 43.1311667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_111'^^xsd:string;
  dwc:observationDate '2002-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_390> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.40924 6.755143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.40924"^^xsd:decimal ;
  dwc:decimalLongitude "6.755143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_390'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '662_390'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.083333333333'^^xsd:double;
  dwc:longitude '6.755143'^^xsd:double;
  dwc:startLongitude '6.755143'^^xsd:double;
  dwc:endLongitude '6.755143'^^xsd:double;
  dwc:latitude '43.40924'^^xsd:double;
  dwc:startLatitude '43.40924'^^xsd:double;
  dwc:endLatitude '43.40924'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.755143 43.40924, 6.755143 43.40924, 6.755143 43.40924, 6.755143 43.40924, 6.755143 43.40924))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '662_390'^^xsd:string;
  dwc:observationDate '2010-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_193> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.0005 6.756167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.0005"^^xsd:decimal ;
  dwc:decimalLongitude "6.756167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_193'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '662_193'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:longitude '6.756167'^^xsd:double;
  dwc:startLongitude '6.7561667'^^xsd:double;
  dwc:endLongitude '6.7561667'^^xsd:double;
  dwc:latitude '43.0005'^^xsd:double;
  dwc:startLatitude '43.0005'^^xsd:double;
  dwc:endLatitude '43.0005'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7561667 43.0005, 6.7561667 43.0005, 6.7561667 43.0005, 6.7561667 43.0005, 6.7561667 43.0005))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_193'^^xsd:string;
  dwc:observationDate '2006-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.881 6.759667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.881"^^xsd:decimal ;
  dwc:decimalLongitude "6.759667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_2'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '662_2'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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.166666666667'^^xsd:double;
  dwc:longitude '6.759667'^^xsd:double;
  dwc:startLongitude '6.7596667'^^xsd:double;
  dwc:endLongitude '6.7596667'^^xsd:double;
  dwc:latitude '42.881'^^xsd:double;
  dwc:startLatitude '42.881'^^xsd:double;
  dwc:endLatitude '42.881'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7596667 42.881, 6.7596667 42.881, 6.7596667 42.881, 6.7596667 42.881, 6.7596667 42.881))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Balaenoptera physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '662_2'^^xsd:string;
  dwc:observationDate '2003-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_276> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9925 6.762833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9925"^^xsd:decimal ;
  dwc:decimalLongitude "6.762833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_276'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '662_276'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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.166666666667'^^xsd:double;
  dwc:longitude '6.762833'^^xsd:double;
  dwc:startLongitude '6.7628333'^^xsd:double;
  dwc:endLongitude '6.7628333'^^xsd:double;
  dwc:latitude '42.9925'^^xsd:double;
  dwc:startLatitude '42.9925'^^xsd:double;
  dwc:endLatitude '42.9925'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7628333 42.9925, 6.7628333 42.9925, 6.7628333 42.9925, 6.7628333 42.9925, 6.7628333 42.9925))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_276'^^xsd:string;
  dwc:observationDate '2009-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.126167 6.7635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.126167"^^xsd:decimal ;
  dwc:decimalLongitude "6.7635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_9'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '662_9'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.6'^^xsd:double;
  dwc:longitude '6.7635'^^xsd:double;
  dwc:startLongitude '6.7635'^^xsd:double;
  dwc:endLongitude '6.7635'^^xsd:double;
  dwc:latitude '43.126167'^^xsd:double;
  dwc:startLatitude '43.1261667'^^xsd:double;
  dwc:endLatitude '43.1261667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7635 43.1261667, 6.7635 43.1261667, 6.7635 43.1261667, 6.7635 43.1261667, 6.7635 43.1261667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Balaenoptera physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '662_9'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.111667 6.763833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.111667"^^xsd:decimal ;
  dwc:decimalLongitude "6.763833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_33'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '662_33'^^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 '11.916666666667'^^xsd:double;
  dwc:longitude '6.763833'^^xsd:double;
  dwc:startLongitude '6.7638333'^^xsd:double;
  dwc:endLongitude '6.7638333'^^xsd:double;
  dwc:latitude '43.111667'^^xsd:double;
  dwc:startLatitude '43.1116667'^^xsd:double;
  dwc:endLatitude '43.1116667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7638333 43.1116667, 6.7638333 43.1116667, 6.7638333 43.1116667, 6.7638333 43.1116667, 6.7638333 43.1116667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Globicephala melas" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '662_33'^^xsd:string;
  dwc:observationDate '2004-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_299> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.045333 6.764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.045333"^^xsd:decimal ;
  dwc:decimalLongitude "6.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/2827__662_299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.045333 6.764)"^^geo:wktLiteral ;
  geo-pos:lat "43.045333"^^xsd:decimal ;
  geo-pos:long "6.764"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2827__662_299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_299'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '662_299'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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 '10.416666666667'^^xsd:double;
  dwc:longitude '6.764'^^xsd:double;
  dwc:startLongitude '6.764'^^xsd:double;
  dwc:endLongitude '6.764'^^xsd:double;
  dwc:latitude '43.045333'^^xsd:double;
  dwc:startLatitude '43.0453333'^^xsd:double;
  dwc:endLatitude '43.0453333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.764 43.0453333, 6.764 43.0453333, 6.764 43.0453333, 6.764 43.0453333, 6.764 43.0453333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_299'^^xsd:string;
  dwc:observationDate '2010-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_146> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.191833 6.764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.191833"^^xsd:decimal ;
  dwc:decimalLongitude "6.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/2827__662_146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.191833 6.764)"^^geo:wktLiteral ;
  geo-pos:lat "43.191833"^^xsd:decimal ;
  geo-pos:long "6.764"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2827__662_146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_146'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '662_146'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.7'^^xsd:double;
  dwc:longitude '6.764'^^xsd:double;
  dwc:startLongitude '6.764'^^xsd:double;
  dwc:endLongitude '6.764'^^xsd:double;
  dwc:latitude '43.191833'^^xsd:double;
  dwc:startLatitude '43.1918333'^^xsd:double;
  dwc:endLatitude '43.1918333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.764 43.1918333, 6.764 43.1918333, 6.764 43.1918333, 6.764 43.1918333, 6.764 43.1918333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_146'^^xsd:string;
  dwc:observationDate '2004-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_304> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.033333 6.766667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.033333"^^xsd:decimal ;
  dwc:decimalLongitude "6.766667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_304'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_304'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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 '8.3333333333333'^^xsd:double;
  dwc:longitude '6.766667'^^xsd:double;
  dwc:startLongitude '6.7666667'^^xsd:double;
  dwc:endLongitude '6.7666667'^^xsd:double;
  dwc:latitude '43.033333'^^xsd:double;
  dwc:startLatitude '43.0333333'^^xsd:double;
  dwc:endLatitude '43.0333333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7666667 43.0333333, 6.7666667 43.0333333, 6.7666667 43.0333333, 6.7666667 43.0333333, 6.7666667 43.0333333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_304'^^xsd:string;
  dwc:observationDate '2010-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_112> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.095 6.766667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.095"^^xsd:decimal ;
  dwc:decimalLongitude "6.766667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_112'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '662_112'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15.916666666667'^^xsd:double;
  dwc:longitude '6.766667'^^xsd:double;
  dwc:startLongitude '6.7666667'^^xsd:double;
  dwc:endLongitude '6.7666667'^^xsd:double;
  dwc:latitude '43.095'^^xsd:double;
  dwc:startLatitude '43.095'^^xsd:double;
  dwc:endLatitude '43.095'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7666667 43.095, 6.7666667 43.095, 6.7666667 43.095, 6.7666667 43.095, 6.7666667 43.095))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_112'^^xsd:string;
  dwc:observationDate '2002-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_358> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.911167 6.768333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.911167"^^xsd:decimal ;
  dwc:decimalLongitude "6.768333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_358'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '662_358'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '12.083333333333'^^xsd:double;
  dwc:longitude '6.768333'^^xsd:double;
  dwc:startLongitude '6.7683333'^^xsd:double;
  dwc:endLongitude '6.7683333'^^xsd:double;
  dwc:latitude '42.911167'^^xsd:double;
  dwc:startLatitude '42.9111667'^^xsd:double;
  dwc:endLatitude '42.9111667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7683333 42.9111667, 6.7683333 42.9111667, 6.7683333 42.9111667, 6.7683333 42.9111667, 6.7683333 42.9111667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_358'^^xsd:string;
  dwc:observationDate '2011-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_51> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.092167 6.768333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.092167"^^xsd:decimal ;
  dwc:decimalLongitude "6.768333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_51'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '662_51'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15.75'^^xsd:double;
  dwc:longitude '6.768333'^^xsd:double;
  dwc:startLongitude '6.7683333'^^xsd:double;
  dwc:endLongitude '6.7683333'^^xsd:double;
  dwc:latitude '43.092167'^^xsd:double;
  dwc:startLatitude '43.0921667'^^xsd:double;
  dwc:endLatitude '43.0921667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7683333 43.0921667, 6.7683333 43.0921667, 6.7683333 43.0921667, 6.7683333 43.0921667, 6.7683333 43.0921667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_51'^^xsd:string;
  dwc:observationDate '2002-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_136> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.080333 6.769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.080333"^^xsd:decimal ;
  dwc:decimalLongitude "6.769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_136'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '662_136'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^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 '15.85'^^xsd:double;
  dwc:longitude '6.769'^^xsd:double;
  dwc:startLongitude '6.769'^^xsd:double;
  dwc:endLongitude '6.769'^^xsd:double;
  dwc:latitude '43.080333'^^xsd:double;
  dwc:startLatitude '43.0803333'^^xsd:double;
  dwc:endLatitude '43.0803333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.769 43.0803333, 6.769 43.0803333, 6.769 43.0803333, 6.769 43.0803333, 6.769 43.0803333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_136'^^xsd:string;
  dwc:observationDate '2004-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_137> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.0855 6.7705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.0855"^^xsd:decimal ;
  dwc:decimalLongitude "6.7705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_137'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '662_137'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^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 '16.116666666667'^^xsd:double;
  dwc:longitude '6.7705'^^xsd:double;
  dwc:startLongitude '6.7705'^^xsd:double;
  dwc:endLongitude '6.7705'^^xsd:double;
  dwc:latitude '43.0855'^^xsd:double;
  dwc:startLatitude '43.0855'^^xsd:double;
  dwc:endLatitude '43.0855'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7705 43.0855, 6.7705 43.0855, 6.7705 43.0855, 6.7705 43.0855, 6.7705 43.0855))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_137'^^xsd:string;
  dwc:observationDate '2004-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_34> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 6.7705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "6.7705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_34'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '662_34'^^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 '12.033333333333'^^xsd:double;
  dwc:longitude '6.7705'^^xsd:double;
  dwc:startLongitude '6.7705'^^xsd:double;
  dwc:endLongitude '6.7705'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:startLatitude '43.11'^^xsd:double;
  dwc:endLatitude '43.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7705 43.11, 6.7705 43.11, 6.7705 43.11, 6.7705 43.11, 6.7705 43.11))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Globicephala melas" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '662_34'^^xsd:string;
  dwc:observationDate '2004-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_300> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.043 6.772667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.043"^^xsd:decimal ;
  dwc:decimalLongitude "6.772667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_300'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '662_300'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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 '12.083333333333'^^xsd:double;
  dwc:longitude '6.772667'^^xsd:double;
  dwc:startLongitude '6.7726667'^^xsd:double;
  dwc:endLongitude '6.7726667'^^xsd:double;
  dwc:latitude '43.043'^^xsd:double;
  dwc:startLatitude '43.043'^^xsd:double;
  dwc:endLatitude '43.043'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7726667 43.043, 6.7726667 43.043, 6.7726667 43.043, 6.7726667 43.043, 6.7726667 43.043))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_300'^^xsd:string;
  dwc:observationDate '2010-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.909833 6.774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.909833"^^xsd:decimal ;
  dwc:decimalLongitude "6.774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_16'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '662_16'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '12.166666666667'^^xsd:double;
  dwc:longitude '6.774'^^xsd:double;
  dwc:startLongitude '6.774'^^xsd:double;
  dwc:endLongitude '6.774'^^xsd:double;
  dwc:latitude '42.909833'^^xsd:double;
  dwc:startLatitude '42.9098333'^^xsd:double;
  dwc:endLatitude '42.9098333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.774 42.9098333, 6.774 42.9098333, 6.774 42.9098333, 6.774 42.9098333, 6.774 42.9098333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Balaenoptera physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '662_16'^^xsd:string;
  dwc:observationDate '2011-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.109 6.774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.109"^^xsd:decimal ;
  dwc:decimalLongitude "6.774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_6'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '662_6'^^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 '12.083333333333'^^xsd:double;
  dwc:longitude '6.774'^^xsd:double;
  dwc:startLongitude '6.774'^^xsd:double;
  dwc:endLongitude '6.774'^^xsd:double;
  dwc:latitude '43.109'^^xsd:double;
  dwc:startLatitude '43.109'^^xsd:double;
  dwc:endLatitude '43.109'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.774 43.109, 6.774 43.109, 6.774 43.109, 6.774 43.109, 6.774 43.109))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Balaenoptera physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '662_6'^^xsd:string;
  dwc:observationDate '2004-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_72>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_72> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_72> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.197 6.774667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.197"^^xsd:decimal ;
  dwc:decimalLongitude "6.774667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_72>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_72" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_72'^^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 '662_72'^^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 '17.916666666667'^^xsd:double;
  dwc:longitude '6.774667'^^xsd:double;
  dwc:startLongitude '6.7746667'^^xsd:double;
  dwc:endLongitude '6.7746667'^^xsd:double;
  dwc:latitude '43.197'^^xsd:double;
  dwc:startLatitude '43.197'^^xsd:double;
  dwc:endLatitude '43.197'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7746667 43.197, 6.7746667 43.197, 6.7746667 43.197, 6.7746667 43.197, 6.7746667 43.197))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_72'^^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/2827__662_225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_225> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.055667 6.775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.055667"^^xsd:decimal ;
  dwc:decimalLongitude "6.775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_225'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '662_225'^^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.5166666666667'^^xsd:double;
  dwc:longitude '6.775'^^xsd:double;
  dwc:startLongitude '6.775'^^xsd:double;
  dwc:endLongitude '6.775'^^xsd:double;
  dwc:latitude '43.055667'^^xsd:double;
  dwc:startLatitude '43.0556667'^^xsd:double;
  dwc:endLatitude '43.0556667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.775 43.0556667, 6.775 43.0556667, 6.775 43.0556667, 6.775 43.0556667, 6.775 43.0556667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_225'^^xsd:string;
  dwc:observationDate '2006-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.125 6.777833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.125"^^xsd:decimal ;
  dwc:decimalLongitude "6.777833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_24'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '662_24'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.466666666667'^^xsd:double;
  dwc:longitude '6.777833'^^xsd:double;
  dwc:startLongitude '6.7778333'^^xsd:double;
  dwc:endLongitude '6.7778333'^^xsd:double;
  dwc:latitude '43.125'^^xsd:double;
  dwc:startLatitude '43.125'^^xsd:double;
  dwc:endLatitude '43.125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7778333 43.125, 6.7778333 43.125, 6.7778333 43.125, 6.7778333 43.125, 6.7778333 43.125))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '662_24'^^xsd:string;
  dwc:observationDate '2003-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_244> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.292517 6.778517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.292517"^^xsd:decimal ;
  dwc:decimalLongitude "6.778517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_244'^^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 '20'^^xsd:integer;
  dwc:collectorNumber '662_244'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:longitude '6.778517'^^xsd:double;
  dwc:startLongitude '6.7785167'^^xsd:double;
  dwc:endLongitude '6.7785167'^^xsd:double;
  dwc:latitude '43.292517'^^xsd:double;
  dwc:startLatitude '43.2925167'^^xsd:double;
  dwc:endLatitude '43.2925167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7785167 43.2925167, 6.7785167 43.2925167, 6.7785167 43.2925167, 6.7785167 43.2925167, 6.7785167 43.2925167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_244'^^xsd:string;
  dwc:observationDate '2007-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_121> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.352667 6.781667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.352667"^^xsd:decimal ;
  dwc:decimalLongitude "6.781667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_121'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '662_121'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^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'^^xsd:integer;
  dwc:longitude '6.781667'^^xsd:double;
  dwc:startLongitude '6.7816667'^^xsd:double;
  dwc:endLongitude '6.7816667'^^xsd:double;
  dwc:latitude '43.352667'^^xsd:double;
  dwc:startLatitude '43.3526667'^^xsd:double;
  dwc:endLatitude '43.3526667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7816667 43.3526667, 6.7816667 43.3526667, 6.7816667 43.3526667, 6.7816667 43.3526667, 6.7816667 43.3526667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_121'^^xsd:string;
  dwc:observationDate '2002-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_236> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1265 6.783167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1265"^^xsd:decimal ;
  dwc:decimalLongitude "6.783167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_236'^^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 '4'^^xsd:integer;
  dwc:collectorNumber '662_236'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.316666666667'^^xsd:double;
  dwc:longitude '6.783167'^^xsd:double;
  dwc:startLongitude '6.7831667'^^xsd:double;
  dwc:endLongitude '6.7831667'^^xsd:double;
  dwc:latitude '43.1265'^^xsd:double;
  dwc:startLatitude '43.1265'^^xsd:double;
  dwc:endLatitude '43.1265'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7831667 43.1265, 6.7831667 43.1265, 6.7831667 43.1265, 6.7831667 43.1265, 6.7831667 43.1265))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_236'^^xsd:string;
  dwc:observationDate '2007-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_188> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.288333 6.785167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.288333"^^xsd:decimal ;
  dwc:decimalLongitude "6.785167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_188'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '662_188'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.2'^^xsd:double;
  dwc:longitude '6.785167'^^xsd:double;
  dwc:startLongitude '6.7851667'^^xsd:double;
  dwc:endLongitude '6.7851667'^^xsd:double;
  dwc:latitude '43.288333'^^xsd:double;
  dwc:startLatitude '43.2883333'^^xsd:double;
  dwc:endLatitude '43.2883333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7851667 43.2883333, 6.7851667 43.2883333, 6.7851667 43.2883333, 6.7851667 43.2883333, 6.7851667 43.2883333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_188'^^xsd:string;
  dwc:observationDate '2006-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_234> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.133667 6.785833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.133667"^^xsd:decimal ;
  dwc:decimalLongitude "6.785833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_234'^^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 '4'^^xsd:integer;
  dwc:collectorNumber '662_234'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.266666666667'^^xsd:double;
  dwc:longitude '6.785833'^^xsd:double;
  dwc:startLongitude '6.7858333'^^xsd:double;
  dwc:endLongitude '6.7858333'^^xsd:double;
  dwc:latitude '43.133667'^^xsd:double;
  dwc:startLatitude '43.1336667'^^xsd:double;
  dwc:endLatitude '43.1336667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7858333 43.1336667, 6.7858333 43.1336667, 6.7858333 43.1336667, 6.7858333 43.1336667, 6.7858333 43.1336667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_234'^^xsd:string;
  dwc:observationDate '2007-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_235> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.137333 6.787167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.137333"^^xsd:decimal ;
  dwc:decimalLongitude "6.787167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_235'^^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 '4'^^xsd:integer;
  dwc:collectorNumber '662_235'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.233333333333'^^xsd:double;
  dwc:longitude '6.787167'^^xsd:double;
  dwc:startLongitude '6.7871667'^^xsd:double;
  dwc:endLongitude '6.7871667'^^xsd:double;
  dwc:latitude '43.137333'^^xsd:double;
  dwc:startLatitude '43.1373333'^^xsd:double;
  dwc:endLatitude '43.1373333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7871667 43.1373333, 6.7871667 43.1373333, 6.7871667 43.1373333, 6.7871667 43.1373333, 6.7871667 43.1373333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_235'^^xsd:string;
  dwc:observationDate '2007-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.103833 6.790833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.103833"^^xsd:decimal ;
  dwc:decimalLongitude "6.790833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_32'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '662_32'^^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 '12.6'^^xsd:double;
  dwc:longitude '6.790833'^^xsd:double;
  dwc:startLongitude '6.7908333'^^xsd:double;
  dwc:endLongitude '6.7908333'^^xsd:double;
  dwc:latitude '43.103833'^^xsd:double;
  dwc:startLatitude '43.1038333'^^xsd:double;
  dwc:endLatitude '43.1038333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7908333 43.1038333, 6.7908333 43.1038333, 6.7908333 43.1038333, 6.7908333 43.1038333, 6.7908333 43.1038333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Globicephala melas" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '662_32'^^xsd:string;
  dwc:observationDate '2004-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_127> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.120833 6.7915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.120833"^^xsd:decimal ;
  dwc:decimalLongitude "6.7915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_127'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '662_127'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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 '12.833333333333'^^xsd:double;
  dwc:longitude '6.7915'^^xsd:double;
  dwc:startLongitude '6.7915'^^xsd:double;
  dwc:endLongitude '6.7915'^^xsd:double;
  dwc:latitude '43.120833'^^xsd:double;
  dwc:startLatitude '43.1208333'^^xsd:double;
  dwc:endLatitude '43.1208333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7915 43.1208333, 6.7915 43.1208333, 6.7915 43.1208333, 6.7915 43.1208333, 6.7915 43.1208333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_127'^^xsd:string;
  dwc:observationDate '2003-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_106> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.288667 6.793667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.288667"^^xsd:decimal ;
  dwc:decimalLongitude "6.793667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_106'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '662_106'^^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.25'^^xsd:double;
  dwc:longitude '6.793667'^^xsd:double;
  dwc:startLongitude '6.7936667'^^xsd:double;
  dwc:endLongitude '6.7936667'^^xsd:double;
  dwc:latitude '43.288667'^^xsd:double;
  dwc:startLatitude '43.2886667'^^xsd:double;
  dwc:endLatitude '43.2886667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7936667 43.2886667, 6.7936667 43.2886667, 6.7936667 43.2886667, 6.7936667 43.2886667, 6.7936667 43.2886667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_106'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.288667 6.793667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.288667"^^xsd:decimal ;
  dwc:decimalLongitude "6.793667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_21'^^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 '662_21'^^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.25'^^xsd:double;
  dwc:longitude '6.793667'^^xsd:double;
  dwc:startLongitude '6.7936667'^^xsd:double;
  dwc:endLongitude '6.7936667'^^xsd:double;
  dwc:latitude '43.288667'^^xsd:double;
  dwc:startLatitude '43.2886667'^^xsd:double;
  dwc:endLatitude '43.2886667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7936667 43.2886667, 6.7936667 43.2886667, 6.7936667 43.2886667, 6.7936667 43.2886667, 6.7936667 43.2886667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '662_21'^^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/2827__662_60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_60> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.956 6.798333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.956"^^xsd:decimal ;
  dwc:decimalLongitude "6.798333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_60'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '662_60'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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 '12.716666666667'^^xsd:double;
  dwc:longitude '6.798333'^^xsd:double;
  dwc:startLongitude '6.7983333'^^xsd:double;
  dwc:endLongitude '6.7983333'^^xsd:double;
  dwc:latitude '42.956'^^xsd:double;
  dwc:startLatitude '42.956'^^xsd:double;
  dwc:endLatitude '42.956'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.7983333 42.956, 6.7983333 42.956, 6.7983333 42.956, 6.7983333 42.956, 6.7983333 42.956))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_60'^^xsd:string;
  dwc:observationDate '2003-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_205> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.0905 6.802833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.0905"^^xsd:decimal ;
  dwc:decimalLongitude "6.802833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_205'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '662_205'^^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.2'^^xsd:double;
  dwc:longitude '6.802833'^^xsd:double;
  dwc:startLongitude '6.8028333'^^xsd:double;
  dwc:endLongitude '6.8028333'^^xsd:double;
  dwc:latitude '43.0905'^^xsd:double;
  dwc:startLatitude '43.0905'^^xsd:double;
  dwc:endLatitude '43.0905'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8028333 43.0905, 6.8028333 43.0905, 6.8028333 43.0905, 6.8028333 43.0905, 6.8028333 43.0905))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_205'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_160> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.182 6.805333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.182"^^xsd:decimal ;
  dwc:decimalLongitude "6.805333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_160'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '662_160'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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 '12.733333333333'^^xsd:double;
  dwc:longitude '6.805333'^^xsd:double;
  dwc:startLongitude '6.8053333'^^xsd:double;
  dwc:endLongitude '6.8053333'^^xsd:double;
  dwc:latitude '43.182'^^xsd:double;
  dwc:startLatitude '43.182'^^xsd:double;
  dwc:endLatitude '43.182'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8053333 43.182, 6.8053333 43.182, 6.8053333 43.182, 6.8053333 43.182, 6.8053333 43.182))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_160'^^xsd:string;
  dwc:observationDate '2005-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_181> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.066667 6.806667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.066667"^^xsd:decimal ;
  dwc:decimalLongitude "6.806667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_181'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '662_181'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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 '12.266666666667'^^xsd:double;
  dwc:longitude '6.806667'^^xsd:double;
  dwc:startLongitude '6.8066667'^^xsd:double;
  dwc:endLongitude '6.8066667'^^xsd:double;
  dwc:latitude '43.066667'^^xsd:double;
  dwc:startLatitude '43.0666667'^^xsd:double;
  dwc:endLatitude '43.0666667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8066667 43.0666667, 6.8066667 43.0666667, 6.8066667 43.0666667, 6.8066667 43.0666667, 6.8066667 43.0666667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_181'^^xsd:string;
  dwc:observationDate '2005-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_265> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.351667 6.808333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.351667"^^xsd:decimal ;
  dwc:decimalLongitude "6.808333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_265'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '662_265'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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.583333333333'^^xsd:double;
  dwc:longitude '6.808333'^^xsd:double;
  dwc:startLongitude '6.8083333'^^xsd:double;
  dwc:endLongitude '6.8083333'^^xsd:double;
  dwc:latitude '43.351667'^^xsd:double;
  dwc:startLatitude '43.3516667'^^xsd:double;
  dwc:endLatitude '43.3516667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8083333 43.3516667, 6.8083333 43.3516667, 6.8083333 43.3516667, 6.8083333 43.3516667, 6.8083333 43.3516667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_265'^^xsd:string;
  dwc:observationDate '2009-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_477> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.093333 6.810167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.093333"^^xsd:decimal ;
  dwc:decimalLongitude "6.810167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_477'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '662_477'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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 '10.333333333333'^^xsd:double;
  dwc:longitude '6.810167'^^xsd:double;
  dwc:startLongitude '6.810167'^^xsd:double;
  dwc:endLongitude '6.810167'^^xsd:double;
  dwc:latitude '43.093333'^^xsd:double;
  dwc:startLatitude '43.093333'^^xsd:double;
  dwc:endLatitude '43.093333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.810167 43.093333, 6.810167 43.093333, 6.810167 43.093333, 6.810167 43.093333, 6.810167 43.093333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_477'^^xsd:string;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.248917 6.813317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.248917"^^xsd:decimal ;
  dwc:decimalLongitude "6.813317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_27'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '662_27'^^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 '9.5833333333333'^^xsd:double;
  dwc:longitude '6.813317'^^xsd:double;
  dwc:startLongitude '6.8133167'^^xsd:double;
  dwc:endLongitude '6.8133167'^^xsd:double;
  dwc:latitude '43.248917'^^xsd:double;
  dwc:startLatitude '43.2489167'^^xsd:double;
  dwc:endLatitude '43.2489167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8133167 43.2489167, 6.8133167 43.2489167, 6.8133167 43.2489167, 6.8133167 43.2489167, 6.8133167 43.2489167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '662_27'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_232> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.072167 6.813333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.072167"^^xsd:decimal ;
  dwc:decimalLongitude "6.813333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_232'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '662_232'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.616666666667'^^xsd:double;
  dwc:longitude '6.813333'^^xsd:double;
  dwc:startLongitude '6.8133333'^^xsd:double;
  dwc:endLongitude '6.8133333'^^xsd:double;
  dwc:latitude '43.072167'^^xsd:double;
  dwc:startLatitude '43.0721667'^^xsd:double;
  dwc:endLatitude '43.0721667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8133333 43.0721667, 6.8133333 43.0721667, 6.8133333 43.0721667, 6.8133333 43.0721667, 6.8133333 43.0721667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_232'^^xsd:string;
  dwc:observationDate '2006-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.35 6.813333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.35"^^xsd:decimal ;
  dwc:decimalLongitude "6.813333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_25'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '662_25'^^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 '18'^^xsd:integer;
  dwc:longitude '6.813333'^^xsd:double;
  dwc:startLongitude '6.8133333'^^xsd:double;
  dwc:endLongitude '6.8133333'^^xsd:double;
  dwc:latitude '43.35'^^xsd:double;
  dwc:startLatitude '43.35'^^xsd:double;
  dwc:endLatitude '43.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8133333 43.35, 6.8133333 43.35, 6.8133333 43.35, 6.8133333 43.35, 6.8133333 43.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '662_25'^^xsd:string;
  dwc:observationDate '2003-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_37> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.393333 6.815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.393333"^^xsd:decimal ;
  dwc:decimalLongitude "6.815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_37'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '662_37'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.05'^^xsd:double;
  dwc:longitude '6.815'^^xsd:double;
  dwc:startLongitude '6.815'^^xsd:double;
  dwc:endLongitude '6.815'^^xsd:double;
  dwc:latitude '43.393333'^^xsd:double;
  dwc:startLatitude '43.3933333'^^xsd:double;
  dwc:endLatitude '43.3933333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.815 43.3933333, 6.815 43.3933333, 6.815 43.3933333, 6.815 43.3933333, 6.815 43.3933333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Globicephala melas" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '662_37'^^xsd:string;
  dwc:observationDate '2010-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_384> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.114333 6.828833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.114333"^^xsd:decimal ;
  dwc:decimalLongitude "6.828833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_384'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '662_384'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.383333333333'^^xsd:double;
  dwc:longitude '6.828833'^^xsd:double;
  dwc:startLongitude '6.8288333'^^xsd:double;
  dwc:endLongitude '6.8288333'^^xsd:double;
  dwc:latitude '43.114333'^^xsd:double;
  dwc:startLatitude '43.1143333'^^xsd:double;
  dwc:endLatitude '43.1143333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8288333 43.1143333, 6.8288333 43.1143333, 6.8288333 43.1143333, 6.8288333 43.1143333, 6.8288333 43.1143333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '662_384'^^xsd:string;
  dwc:observationDate '2003-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_353> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.033333 6.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.033333"^^xsd:decimal ;
  dwc:decimalLongitude "6.833333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_353'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '662_353'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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.583333333333'^^xsd:double;
  dwc:longitude '6.833333'^^xsd:double;
  dwc:startLongitude '6.8333333'^^xsd:double;
  dwc:endLongitude '6.8333333'^^xsd:double;
  dwc:latitude '43.033333'^^xsd:double;
  dwc:startLatitude '43.0333333'^^xsd:double;
  dwc:endLatitude '43.0333333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8333333 43.0333333, 6.8333333 43.0333333, 6.8333333 43.0333333, 6.8333333 43.0333333, 6.8333333 43.0333333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_353'^^xsd:string;
  dwc:observationDate '2011-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_182> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.070167 6.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.070167"^^xsd:decimal ;
  dwc:decimalLongitude "6.833333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_182'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '662_182'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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 '13.233333333333'^^xsd:double;
  dwc:longitude '6.833333'^^xsd:double;
  dwc:startLongitude '6.8333333'^^xsd:double;
  dwc:endLongitude '6.8333333'^^xsd:double;
  dwc:latitude '43.070167'^^xsd:double;
  dwc:startLatitude '43.0701667'^^xsd:double;
  dwc:endLatitude '43.0701667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8333333 43.0701667, 6.8333333 43.0701667, 6.8333333 43.0701667, 6.8333333 43.0701667, 6.8333333 43.0701667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_182'^^xsd:string;
  dwc:observationDate '2005-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_222> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.323667 6.8365)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.323667"^^xsd:decimal ;
  dwc:decimalLongitude "6.8365"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_222'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '662_222'^^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 '8.4166666666667'^^xsd:double;
  dwc:longitude '6.8365'^^xsd:double;
  dwc:startLongitude '6.8365'^^xsd:double;
  dwc:endLongitude '6.8365'^^xsd:double;
  dwc:latitude '43.323667'^^xsd:double;
  dwc:startLatitude '43.3236667'^^xsd:double;
  dwc:endLatitude '43.3236667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8365 43.3236667, 6.8365 43.3236667, 6.8365 43.3236667, 6.8365 43.3236667, 6.8365 43.3236667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_222'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_81>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_81> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_81> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.284833 6.839)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.284833"^^xsd:decimal ;
  dwc:decimalLongitude "6.839"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_81>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_81" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_81'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '662_81'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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.216666666667'^^xsd:double;
  dwc:longitude '6.839'^^xsd:double;
  dwc:startLongitude '6.839'^^xsd:double;
  dwc:endLongitude '6.839'^^xsd:double;
  dwc:latitude '43.284833'^^xsd:double;
  dwc:startLatitude '43.2848333'^^xsd:double;
  dwc:endLatitude '43.2848333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.839 43.2848333, 6.839 43.2848333, 6.839 43.2848333, 6.839 43.2848333, 6.839 43.2848333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_81'^^xsd:string;
  dwc:observationDate '2010-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_78>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_78> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_78> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.220833 6.840167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.220833"^^xsd:decimal ;
  dwc:decimalLongitude "6.840167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_78>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_78" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_78'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '662_78'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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 '9.75'^^xsd:double;
  dwc:longitude '6.840167'^^xsd:double;
  dwc:startLongitude '6.8401667'^^xsd:double;
  dwc:endLongitude '6.8401667'^^xsd:double;
  dwc:latitude '43.220833'^^xsd:double;
  dwc:startLatitude '43.2208333'^^xsd:double;
  dwc:endLatitude '43.2208333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8401667 43.2208333, 6.8401667 43.2208333, 6.8401667 43.2208333, 6.8401667 43.2208333, 6.8401667 43.2208333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_78'^^xsd:string;
  dwc:observationDate '2009-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_169> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9655 6.840667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9655"^^xsd:decimal ;
  dwc:decimalLongitude "6.840667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_169'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '662_169'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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.35'^^xsd:double;
  dwc:longitude '6.840667'^^xsd:double;
  dwc:startLongitude '6.8406667'^^xsd:double;
  dwc:endLongitude '6.8406667'^^xsd:double;
  dwc:latitude '42.9655'^^xsd:double;
  dwc:startLatitude '42.9655'^^xsd:double;
  dwc:endLatitude '42.9655'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8406667 42.9655, 6.8406667 42.9655, 6.8406667 42.9655, 6.8406667 42.9655, 6.8406667 42.9655))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_169'^^xsd:string;
  dwc:observationDate '2005-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_212> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.154167 6.840833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.154167"^^xsd:decimal ;
  dwc:decimalLongitude "6.840833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_212'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '662_212'^^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 '11.75'^^xsd:double;
  dwc:longitude '6.840833'^^xsd:double;
  dwc:startLongitude '6.8408333'^^xsd:double;
  dwc:endLongitude '6.8408333'^^xsd:double;
  dwc:latitude '43.154167'^^xsd:double;
  dwc:startLatitude '43.1541667'^^xsd:double;
  dwc:endLatitude '43.1541667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8408333 43.1541667, 6.8408333 43.1541667, 6.8408333 43.1541667, 6.8408333 43.1541667, 6.8408333 43.1541667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_212'^^xsd:string;
  dwc:observationDate '2006-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_46> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.270667 6.843167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.270667"^^xsd:decimal ;
  dwc:decimalLongitude "6.843167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_46'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '662_46'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12.55'^^xsd:double;
  dwc:longitude '6.843167'^^xsd:double;
  dwc:startLongitude '6.8431667'^^xsd:double;
  dwc:endLongitude '6.8431667'^^xsd:double;
  dwc:latitude '43.270667'^^xsd:double;
  dwc:startLatitude '43.2706667'^^xsd:double;
  dwc:endLatitude '43.2706667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8431667 43.2706667, 6.8431667 43.2706667, 6.8431667 43.2706667, 6.8431667 43.2706667, 6.8431667 43.2706667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Grampus griseus" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '662_46'^^xsd:string;
  dwc:observationDate '2006-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_473> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.113483 6.8445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.113483"^^xsd:decimal ;
  dwc:decimalLongitude "6.8445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_473'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '662_473'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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 '13.2'^^xsd:double;
  dwc:longitude '6.8445'^^xsd:double;
  dwc:startLongitude '6.8445'^^xsd:double;
  dwc:endLongitude '6.8445'^^xsd:double;
  dwc:latitude '43.113483'^^xsd:double;
  dwc:startLatitude '43.113483'^^xsd:double;
  dwc:endLatitude '43.113483'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8445 43.113483, 6.8445 43.113483, 6.8445 43.113483, 6.8445 43.113483, 6.8445 43.113483))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_473'^^xsd:string;
  dwc:observationDate '2014-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_170> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.895 6.845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.895"^^xsd:decimal ;
  dwc:decimalLongitude "6.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/2827__662_170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.895 6.845)"^^geo:wktLiteral ;
  geo-pos:lat "42.895"^^xsd:decimal ;
  geo-pos:long "6.845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2827__662_170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_170'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '662_170'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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 '12.4'^^xsd:double;
  dwc:longitude '6.845'^^xsd:double;
  dwc:startLongitude '6.845'^^xsd:double;
  dwc:endLongitude '6.845'^^xsd:double;
  dwc:latitude '42.895'^^xsd:double;
  dwc:startLatitude '42.895'^^xsd:double;
  dwc:endLatitude '42.895'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.845 42.895, 6.845 42.895, 6.845 42.895, 6.845 42.895, 6.845 42.895))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_170'^^xsd:string;
  dwc:observationDate '2005-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_301> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.223333 6.8525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.223333"^^xsd:decimal ;
  dwc:decimalLongitude "6.8525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_301'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '662_301'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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 '12.75'^^xsd:double;
  dwc:longitude '6.8525'^^xsd:double;
  dwc:startLongitude '6.8525'^^xsd:double;
  dwc:endLongitude '6.8525'^^xsd:double;
  dwc:latitude '43.223333'^^xsd:double;
  dwc:startLatitude '43.2233333'^^xsd:double;
  dwc:endLatitude '43.2233333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8525 43.2233333, 6.8525 43.2233333, 6.8525 43.2233333, 6.8525 43.2233333, 6.8525 43.2233333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_301'^^xsd:string;
  dwc:observationDate '2010-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_187> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.224 6.852667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.224"^^xsd:decimal ;
  dwc:decimalLongitude "6.852667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_187'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '662_187'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.2'^^xsd:double;
  dwc:longitude '6.852667'^^xsd:double;
  dwc:startLongitude '6.8526667'^^xsd:double;
  dwc:endLongitude '6.8526667'^^xsd:double;
  dwc:latitude '43.224'^^xsd:double;
  dwc:startLatitude '43.224'^^xsd:double;
  dwc:endLatitude '43.224'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8526667 43.224, 6.8526667 43.224, 6.8526667 43.224, 6.8526667 43.224, 6.8526667 43.224))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_187'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_124> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.326417 6.855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.326417"^^xsd:decimal ;
  dwc:decimalLongitude "6.855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_124'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '662_124'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.816666666667'^^xsd:double;
  dwc:longitude '6.855'^^xsd:double;
  dwc:startLongitude '6.855'^^xsd:double;
  dwc:endLongitude '6.855'^^xsd:double;
  dwc:latitude '43.326417'^^xsd:double;
  dwc:startLatitude '43.3264167'^^xsd:double;
  dwc:endLatitude '43.3264167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.855 43.3264167, 6.855 43.3264167, 6.855 43.3264167, 6.855 43.3264167, 6.855 43.3264167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_124'^^xsd:string;
  dwc:observationDate '2002-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_162> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.150833 6.855333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.150833"^^xsd:decimal ;
  dwc:decimalLongitude "6.855333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_162'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '662_162'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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.8'^^xsd:double;
  dwc:longitude '6.855333'^^xsd:double;
  dwc:startLongitude '6.8553333'^^xsd:double;
  dwc:endLongitude '6.8553333'^^xsd:double;
  dwc:latitude '43.150833'^^xsd:double;
  dwc:startLatitude '43.1508333'^^xsd:double;
  dwc:endLatitude '43.1508333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8553333 43.1508333, 6.8553333 43.1508333, 6.8553333 43.1508333, 6.8553333 43.1508333, 6.8553333 43.1508333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_162'^^xsd:string;
  dwc:observationDate '2005-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_240> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3025 6.857667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3025"^^xsd:decimal ;
  dwc:decimalLongitude "6.857667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_240'^^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 '662_240'^^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 '15.1'^^xsd:double;
  dwc:longitude '6.857667'^^xsd:double;
  dwc:startLongitude '6.8576667'^^xsd:double;
  dwc:endLongitude '6.8576667'^^xsd:double;
  dwc:latitude '43.3025'^^xsd:double;
  dwc:startLatitude '43.3025'^^xsd:double;
  dwc:endLatitude '43.3025'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8576667 43.3025, 6.8576667 43.3025, 6.8576667 43.3025, 6.8576667 43.3025, 6.8576667 43.3025))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_240'^^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/2827__662_396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_396> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3185 6.858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3185"^^xsd:decimal ;
  dwc:decimalLongitude "6.858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_396'^^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 '17'^^xsd:integer;
  dwc:collectorNumber '662_396'^^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 '10.3'^^xsd:double;
  dwc:longitude '6.858'^^xsd:double;
  dwc:startLongitude '6.858'^^xsd:double;
  dwc:endLongitude '6.858'^^xsd:double;
  dwc:latitude '43.3185'^^xsd:double;
  dwc:startLatitude '43.3185'^^xsd:double;
  dwc:endLatitude '43.3185'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.858 43.3185, 6.858 43.3185, 6.858 43.3185, 6.858 43.3185, 6.858 43.3185))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_396'^^xsd:string;
  dwc:observationDate '2012-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_238> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.285217 6.85935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.285217"^^xsd:decimal ;
  dwc:decimalLongitude "6.85935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_238'^^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 '12'^^xsd:integer;
  dwc:collectorNumber '662_238'^^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 '10.3'^^xsd:double;
  dwc:longitude '6.85935'^^xsd:double;
  dwc:startLongitude '6.85935'^^xsd:double;
  dwc:endLongitude '6.85935'^^xsd:double;
  dwc:latitude '43.285217'^^xsd:double;
  dwc:startLatitude '43.2852167'^^xsd:double;
  dwc:endLatitude '43.2852167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.85935 43.2852167, 6.85935 43.2852167, 6.85935 43.2852167, 6.85935 43.2852167, 6.85935 43.2852167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_238'^^xsd:string;
  dwc:observationDate '2007-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_217> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.340667 6.863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.340667"^^xsd:decimal ;
  dwc:decimalLongitude "6.863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_217'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '662_217'^^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.1'^^xsd:double;
  dwc:longitude '6.863'^^xsd:double;
  dwc:startLongitude '6.863'^^xsd:double;
  dwc:endLongitude '6.863'^^xsd:double;
  dwc:latitude '43.340667'^^xsd:double;
  dwc:startLatitude '43.3406667'^^xsd:double;
  dwc:endLatitude '43.3406667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.863 43.3406667, 6.863 43.3406667, 6.863 43.3406667, 6.863 43.3406667, 6.863 43.3406667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_217'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_275> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.13819 6.865167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.13819"^^xsd:decimal ;
  dwc:decimalLongitude "6.865167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_275'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_275'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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.75'^^xsd:double;
  dwc:longitude '6.865167'^^xsd:double;
  dwc:startLongitude '6.8651667'^^xsd:double;
  dwc:endLongitude '6.8651667'^^xsd:double;
  dwc:latitude '43.13819'^^xsd:double;
  dwc:startLatitude '43.13819'^^xsd:double;
  dwc:endLatitude '43.13819'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8651667 43.13819, 6.8651667 43.13819, 6.8651667 43.13819, 6.8651667 43.13819, 6.8651667 43.13819))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_275'^^xsd:string;
  dwc:observationDate '2009-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_168> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.283333 6.866667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.283333"^^xsd:decimal ;
  dwc:decimalLongitude "6.866667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_168'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '662_168'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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 '11.633333333333'^^xsd:double;
  dwc:longitude '6.866667'^^xsd:double;
  dwc:startLongitude '6.8666667'^^xsd:double;
  dwc:endLongitude '6.8666667'^^xsd:double;
  dwc:latitude '43.283333'^^xsd:double;
  dwc:startLatitude '43.2833333'^^xsd:double;
  dwc:endLatitude '43.2833333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8666667 43.2833333, 6.8666667 43.2833333, 6.8666667 43.2833333, 6.8666667 43.2833333, 6.8666667 43.2833333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_168'^^xsd:string;
  dwc:observationDate '2005-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_83>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_83> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_83> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.18 6.867833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.18"^^xsd:decimal ;
  dwc:decimalLongitude "6.867833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_83>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_83" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_83'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '662_83'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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.366666666667'^^xsd:double;
  dwc:longitude '6.867833'^^xsd:double;
  dwc:startLongitude '6.8678333'^^xsd:double;
  dwc:endLongitude '6.8678333'^^xsd:double;
  dwc:latitude '43.18'^^xsd:double;
  dwc:startLatitude '43.18'^^xsd:double;
  dwc:endLatitude '43.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8678333 43.18, 6.8678333 43.18, 6.8678333 43.18, 6.8678333 43.18, 6.8678333 43.18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_83'^^xsd:string;
  dwc:observationDate '2010-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_118> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3172 6.8743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3172"^^xsd:decimal ;
  dwc:decimalLongitude "6.8743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_118'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '662_118'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^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 '13.433333333333'^^xsd:double;
  dwc:longitude '6.8743'^^xsd:double;
  dwc:startLongitude '6.8743'^^xsd:double;
  dwc:endLongitude '6.8743'^^xsd:double;
  dwc:latitude '43.3172'^^xsd:double;
  dwc:startLatitude '43.3172'^^xsd:double;
  dwc:endLatitude '43.3172'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8743 43.3172, 6.8743 43.3172, 6.8743 43.3172, 6.8743 43.3172, 6.8743 43.3172))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_118'^^xsd:string;
  dwc:observationDate '2002-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_62>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_62> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_62> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.408667 6.877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.408667"^^xsd:decimal ;
  dwc:decimalLongitude "6.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/2827__662_62>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.408667 6.877)"^^geo:wktLiteral ;
  geo-pos:lat "43.408667"^^xsd:decimal ;
  geo-pos:long "6.877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2827__662_62>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_62" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_62'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '662_62'^^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 '6.75'^^xsd:double;
  dwc:longitude '6.877'^^xsd:double;
  dwc:startLongitude '6.877'^^xsd:double;
  dwc:endLongitude '6.877'^^xsd:double;
  dwc:latitude '43.408667'^^xsd:double;
  dwc:startLatitude '43.4086667'^^xsd:double;
  dwc:endLatitude '43.4086667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.877 43.4086667, 6.877 43.4086667, 6.877 43.4086667, 6.877 43.4086667, 6.877 43.4086667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_62'^^xsd:string;
  dwc:observationDate '2004-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_226> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.197667 6.878167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.197667"^^xsd:decimal ;
  dwc:decimalLongitude "6.878167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_226'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '662_226'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11.316666666667'^^xsd:double;
  dwc:longitude '6.878167'^^xsd:double;
  dwc:startLongitude '6.8781667'^^xsd:double;
  dwc:endLongitude '6.8781667'^^xsd:double;
  dwc:latitude '43.197667'^^xsd:double;
  dwc:startLatitude '43.1976667'^^xsd:double;
  dwc:endLatitude '43.1976667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8781667 43.1976667, 6.8781667 43.1976667, 6.8781667 43.1976667, 6.8781667 43.1976667, 6.8781667 43.1976667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_226'^^xsd:string;
  dwc:observationDate '2006-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_140> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1345 6.883333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1345"^^xsd:decimal ;
  dwc:decimalLongitude "6.883333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_140'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '662_140'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11.616666666667'^^xsd:double;
  dwc:longitude '6.883333'^^xsd:double;
  dwc:startLongitude '6.8833333'^^xsd:double;
  dwc:endLongitude '6.8833333'^^xsd:double;
  dwc:latitude '43.1345'^^xsd:double;
  dwc:startLatitude '43.1345'^^xsd:double;
  dwc:endLatitude '43.1345'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8833333 43.1345, 6.8833333 43.1345, 6.8833333 43.1345, 6.8833333 43.1345, 6.8833333 43.1345))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_140'^^xsd:string;
  dwc:observationDate '2004-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_100> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.184833 6.884667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.184833"^^xsd:decimal ;
  dwc:decimalLongitude "6.884667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_100'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '662_100'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '6.884667'^^xsd:double;
  dwc:startLongitude '6.8846667'^^xsd:double;
  dwc:endLongitude '6.8846667'^^xsd:double;
  dwc:latitude '43.184833'^^xsd:double;
  dwc:startLatitude '43.1848333'^^xsd:double;
  dwc:endLatitude '43.1848333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8846667 43.1848333, 6.8846667 43.1848333, 6.8846667 43.1848333, 6.8846667 43.1848333, 6.8846667 43.1848333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_100'^^xsd:string;
  dwc:observationDate '2001-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_125> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2905 6.887333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2905"^^xsd:decimal ;
  dwc:decimalLongitude "6.887333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_125'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '662_125'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:longitude '6.887333'^^xsd:double;
  dwc:startLongitude '6.8873333'^^xsd:double;
  dwc:endLongitude '6.8873333'^^xsd:double;
  dwc:latitude '43.2905'^^xsd:double;
  dwc:startLatitude '43.2905'^^xsd:double;
  dwc:endLatitude '43.2905'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8873333 43.2905, 6.8873333 43.2905, 6.8873333 43.2905, 6.8873333 43.2905, 6.8873333 43.2905))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_125'^^xsd:string;
  dwc:observationDate '2002-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_296> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.419333 6.888833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.419333"^^xsd:decimal ;
  dwc:decimalLongitude "6.888833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_296'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '662_296'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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.9166666666667'^^xsd:double;
  dwc:longitude '6.888833'^^xsd:double;
  dwc:startLongitude '6.8888333'^^xsd:double;
  dwc:endLongitude '6.8888333'^^xsd:double;
  dwc:latitude '43.419333'^^xsd:double;
  dwc:startLatitude '43.4193333'^^xsd:double;
  dwc:endLatitude '43.4193333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8888333 43.4193333, 6.8888333 43.4193333, 6.8888333 43.4193333, 6.8888333 43.4193333, 6.8888333 43.4193333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_296'^^xsd:string;
  dwc:observationDate '2009-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_386> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.163 6.891)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.163"^^xsd:decimal ;
  dwc:decimalLongitude "6.891"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_386'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '662_386'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.75'^^xsd:double;
  dwc:longitude '6.891'^^xsd:double;
  dwc:startLongitude '6.891'^^xsd:double;
  dwc:endLongitude '6.891'^^xsd:double;
  dwc:latitude '43.163'^^xsd:double;
  dwc:startLatitude '43.163'^^xsd:double;
  dwc:endLatitude '43.163'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.891 43.163, 6.891 43.163, 6.891 43.163, 6.891 43.163, 6.891 43.163))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '662_386'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_336> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.316833 6.891167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.316833"^^xsd:decimal ;
  dwc:decimalLongitude "6.891167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_336'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '662_336'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.45'^^xsd:double;
  dwc:longitude '6.891167'^^xsd:double;
  dwc:startLongitude '6.8911667'^^xsd:double;
  dwc:endLongitude '6.8911667'^^xsd:double;
  dwc:latitude '43.316833'^^xsd:double;
  dwc:startLatitude '43.3168333'^^xsd:double;
  dwc:endLatitude '43.3168333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8911667 43.3168333, 6.8911667 43.3168333, 6.8911667 43.3168333, 6.8911667 43.3168333, 6.8911667 43.3168333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_336'^^xsd:string;
  dwc:observationDate '2011-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_64>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_64> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_64> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.383667 6.891333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.383667"^^xsd:decimal ;
  dwc:decimalLongitude "6.891333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_64>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_64" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_64'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '662_64'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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 '5.8833333333333'^^xsd:double;
  dwc:longitude '6.891333'^^xsd:double;
  dwc:startLongitude '6.8913333'^^xsd:double;
  dwc:endLongitude '6.8913333'^^xsd:double;
  dwc:latitude '43.383667'^^xsd:double;
  dwc:startLatitude '43.3836667'^^xsd:double;
  dwc:endLatitude '43.3836667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8913333 43.3836667, 6.8913333 43.3836667, 6.8913333 43.3836667, 6.8913333 43.3836667, 6.8913333 43.3836667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_64'^^xsd:string;
  dwc:observationDate '2005-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_337> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.326333 6.8915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.326333"^^xsd:decimal ;
  dwc:decimalLongitude "6.8915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_337'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '662_337'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:longitude '6.8915'^^xsd:double;
  dwc:startLongitude '6.8915'^^xsd:double;
  dwc:endLongitude '6.8915'^^xsd:double;
  dwc:latitude '43.326333'^^xsd:double;
  dwc:startLatitude '43.3263333'^^xsd:double;
  dwc:endLatitude '43.3263333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8915 43.3263333, 6.8915 43.3263333, 6.8915 43.3263333, 6.8915 43.3263333, 6.8915 43.3263333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_337'^^xsd:string;
  dwc:observationDate '2011-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_233> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3665 6.8925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3665"^^xsd:decimal ;
  dwc:decimalLongitude "6.8925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_233'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '662_233'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.616666666667'^^xsd:double;
  dwc:longitude '6.8925'^^xsd:double;
  dwc:startLongitude '6.8925'^^xsd:double;
  dwc:endLongitude '6.8925'^^xsd:double;
  dwc:latitude '43.3665'^^xsd:double;
  dwc:startLatitude '43.3665'^^xsd:double;
  dwc:endLatitude '43.3665'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8925 43.3665, 6.8925 43.3665, 6.8925 43.3665, 6.8925 43.3665, 6.8925 43.3665))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_233'^^xsd:string;
  dwc:observationDate '2006-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_274> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.152167 6.895167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.152167"^^xsd:decimal ;
  dwc:decimalLongitude "6.895167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_274'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_274'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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.333333333333'^^xsd:double;
  dwc:longitude '6.895167'^^xsd:double;
  dwc:startLongitude '6.8951667'^^xsd:double;
  dwc:endLongitude '6.8951667'^^xsd:double;
  dwc:latitude '43.152167'^^xsd:double;
  dwc:startLatitude '43.1521667'^^xsd:double;
  dwc:endLatitude '43.1521667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8951667 43.1521667, 6.8951667 43.1521667, 6.8951667 43.1521667, 6.8951667 43.1521667, 6.8951667 43.1521667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_274'^^xsd:string;
  dwc:observationDate '2009-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_63>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_63> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_63> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.245333 6.897333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.245333"^^xsd:decimal ;
  dwc:decimalLongitude "6.897333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_63>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_63" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_63'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '662_63'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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 '15.2'^^xsd:double;
  dwc:longitude '6.897333'^^xsd:double;
  dwc:startLongitude '6.8973333'^^xsd:double;
  dwc:endLongitude '6.8973333'^^xsd:double;
  dwc:latitude '43.245333'^^xsd:double;
  dwc:startLatitude '43.2453333'^^xsd:double;
  dwc:endLatitude '43.2453333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8973333 43.2453333, 6.8973333 43.2453333, 6.8973333 43.2453333, 6.8973333 43.2453333, 6.8973333 43.2453333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_63'^^xsd:string;
  dwc:observationDate '2005-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_208> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.306667 6.898333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.306667"^^xsd:decimal ;
  dwc:decimalLongitude "6.898333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_208'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '662_208'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.6'^^xsd:double;
  dwc:longitude '6.898333'^^xsd:double;
  dwc:startLongitude '6.8983333'^^xsd:double;
  dwc:endLongitude '6.8983333'^^xsd:double;
  dwc:latitude '43.306667'^^xsd:double;
  dwc:startLatitude '43.3066667'^^xsd:double;
  dwc:endLatitude '43.3066667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8983333 43.3066667, 6.8983333 43.3066667, 6.8983333 43.3066667, 6.8983333 43.3066667, 6.8983333 43.3066667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_208'^^xsd:string;
  dwc:observationDate '2006-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_154> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.318167 6.899333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.318167"^^xsd:decimal ;
  dwc:decimalLongitude "6.899333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_154'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '662_154'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.616666666667'^^xsd:double;
  dwc:longitude '6.899333'^^xsd:double;
  dwc:startLongitude '6.8993333'^^xsd:double;
  dwc:endLongitude '6.8993333'^^xsd:double;
  dwc:latitude '43.318167'^^xsd:double;
  dwc:startLatitude '43.3181667'^^xsd:double;
  dwc:endLatitude '43.3181667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8993333 43.3181667, 6.8993333 43.3181667, 6.8993333 43.3181667, 6.8993333 43.3181667, 6.8993333 43.3181667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_154'^^xsd:string;
  dwc:observationDate '2004-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_150> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.147667 6.899833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.147667"^^xsd:decimal ;
  dwc:decimalLongitude "6.899833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_150'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '662_150'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '6.899833'^^xsd:double;
  dwc:startLongitude '6.8998333'^^xsd:double;
  dwc:endLongitude '6.8998333'^^xsd:double;
  dwc:latitude '43.147667'^^xsd:double;
  dwc:startLatitude '43.1476667'^^xsd:double;
  dwc:endLatitude '43.1476667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.8998333 43.1476667, 6.8998333 43.1476667, 6.8998333 43.1476667, 6.8998333 43.1476667, 6.8998333 43.1476667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_150'^^xsd:string;
  dwc:observationDate '2004-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.146333 6.901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.146333"^^xsd:decimal ;
  dwc:decimalLongitude "6.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/2827__662_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.146333 6.901)"^^geo:wktLiteral ;
  geo-pos:lat "43.146333"^^xsd:decimal ;
  geo-pos:long "6.901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2827__662_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_1'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '662_1'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.25'^^xsd:double;
  dwc:longitude '6.901'^^xsd:double;
  dwc:startLongitude '6.901'^^xsd:double;
  dwc:endLongitude '6.901'^^xsd:double;
  dwc:latitude '43.146333'^^xsd:double;
  dwc:startLatitude '43.1463333'^^xsd:double;
  dwc:endLatitude '43.1463333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.901 43.1463333, 6.901 43.1463333, 6.901 43.1463333, 6.901 43.1463333, 6.901 43.1463333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Balaenoptera physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '662_1'^^xsd:string;
  dwc:observationDate '2001-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_164> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.221667 6.904667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.221667"^^xsd:decimal ;
  dwc:decimalLongitude "6.904667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_164'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '662_164'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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 '14.833333333333'^^xsd:double;
  dwc:longitude '6.904667'^^xsd:double;
  dwc:startLongitude '6.9046667'^^xsd:double;
  dwc:endLongitude '6.9046667'^^xsd:double;
  dwc:latitude '43.221667'^^xsd:double;
  dwc:startLatitude '43.2216667'^^xsd:double;
  dwc:endLatitude '43.2216667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9046667 43.2216667, 6.9046667 43.2216667, 6.9046667 43.2216667, 6.9046667 43.2216667, 6.9046667 43.2216667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_164'^^xsd:string;
  dwc:observationDate '2005-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_123> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.332333 6.911667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.332333"^^xsd:decimal ;
  dwc:decimalLongitude "6.911667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_123'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '662_123'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.766666666667'^^xsd:double;
  dwc:longitude '6.911667'^^xsd:double;
  dwc:startLongitude '6.9116667'^^xsd:double;
  dwc:endLongitude '6.9116667'^^xsd:double;
  dwc:latitude '43.332333'^^xsd:double;
  dwc:startLatitude '43.3323333'^^xsd:double;
  dwc:endLatitude '43.3323333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9116667 43.3323333, 6.9116667 43.3323333, 6.9116667 43.3323333, 6.9116667 43.3323333, 6.9116667 43.3323333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_123'^^xsd:string;
  dwc:observationDate '2002-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_483> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.360133 6.916333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.360133"^^xsd:decimal ;
  dwc:decimalLongitude "6.916333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_483'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '662_483'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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 '6.7833333333333'^^xsd:double;
  dwc:longitude '6.916333'^^xsd:double;
  dwc:startLongitude '6.916333'^^xsd:double;
  dwc:endLongitude '6.916333'^^xsd:double;
  dwc:latitude '43.360133'^^xsd:double;
  dwc:startLatitude '43.360133'^^xsd:double;
  dwc:endLatitude '43.360133'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.916333 43.360133, 6.916333 43.360133, 6.916333 43.360133, 6.916333 43.360133, 6.916333 43.360133))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_483'^^xsd:string;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_153> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.146833 6.918333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.146833"^^xsd:decimal ;
  dwc:decimalLongitude "6.918333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_153'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '662_153'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.6666666666667'^^xsd:double;
  dwc:longitude '6.918333'^^xsd:double;
  dwc:startLongitude '6.9183333'^^xsd:double;
  dwc:endLongitude '6.9183333'^^xsd:double;
  dwc:latitude '43.146833'^^xsd:double;
  dwc:startLatitude '43.1468333'^^xsd:double;
  dwc:endLatitude '43.1468333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9183333 43.1468333, 6.9183333 43.1468333, 6.9183333 43.1468333, 6.9183333 43.1468333, 6.9183333 43.1468333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_153'^^xsd:string;
  dwc:observationDate '2004-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_99>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_99> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_99> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.329167 6.921833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.329167"^^xsd:decimal ;
  dwc:decimalLongitude "6.921833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_99>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_99" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_99'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '662_99'^^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 '9.4166666666667'^^xsd:double;
  dwc:longitude '6.921833'^^xsd:double;
  dwc:startLongitude '6.9218333'^^xsd:double;
  dwc:endLongitude '6.9218333'^^xsd:double;
  dwc:latitude '43.329167'^^xsd:double;
  dwc:startLatitude '43.3291667'^^xsd:double;
  dwc:endLatitude '43.3291667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9218333 43.3291667, 6.9218333 43.3291667, 6.9218333 43.3291667, 6.9218333 43.3291667, 6.9218333 43.3291667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_99'^^xsd:string;
  dwc:observationDate '2001-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_209> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.202 6.925667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.202"^^xsd:decimal ;
  dwc:decimalLongitude "6.925667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_209'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '662_209'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.6833333333333'^^xsd:double;
  dwc:longitude '6.925667'^^xsd:double;
  dwc:startLongitude '6.9256667'^^xsd:double;
  dwc:endLongitude '6.9256667'^^xsd:double;
  dwc:latitude '43.202'^^xsd:double;
  dwc:startLatitude '43.202'^^xsd:double;
  dwc:endLatitude '43.202'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9256667 43.202, 6.9256667 43.202, 6.9256667 43.202, 6.9256667 43.202, 6.9256667 43.202))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_209'^^xsd:string;
  dwc:observationDate '2006-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_58> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.232667 6.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.232667"^^xsd:decimal ;
  dwc:decimalLongitude "6.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_58'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '662_58'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.633333333333'^^xsd:double;
  dwc:longitude '6.93'^^xsd:double;
  dwc:startLongitude '6.93'^^xsd:double;
  dwc:endLongitude '6.93'^^xsd:double;
  dwc:latitude '43.232667'^^xsd:double;
  dwc:startLatitude '43.2326667'^^xsd:double;
  dwc:endLatitude '43.2326667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.93 43.2326667, 6.93 43.2326667, 6.93 43.2326667, 6.93 43.2326667, 6.93 43.2326667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_58'^^xsd:string;
  dwc:observationDate '2002-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_219> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.239833 6.9315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.239833"^^xsd:decimal ;
  dwc:decimalLongitude "6.9315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_219'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '662_219'^^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 '9.5166666666667'^^xsd:double;
  dwc:longitude '6.9315'^^xsd:double;
  dwc:startLongitude '6.9315'^^xsd:double;
  dwc:endLongitude '6.9315'^^xsd:double;
  dwc:latitude '43.239833'^^xsd:double;
  dwc:startLatitude '43.2398333'^^xsd:double;
  dwc:endLatitude '43.2398333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9315 43.2398333, 6.9315 43.2398333, 6.9315 43.2398333, 6.9315 43.2398333, 6.9315 43.2398333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_219'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_161> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.218667 6.932833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.218667"^^xsd:decimal ;
  dwc:decimalLongitude "6.932833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_161'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '662_161'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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 '14.016666666667'^^xsd:double;
  dwc:longitude '6.932833'^^xsd:double;
  dwc:startLongitude '6.9328333'^^xsd:double;
  dwc:endLongitude '6.9328333'^^xsd:double;
  dwc:latitude '43.218667'^^xsd:double;
  dwc:startLatitude '43.2186667'^^xsd:double;
  dwc:endLatitude '43.2186667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9328333 43.2186667, 6.9328333 43.2186667, 6.9328333 43.2186667, 6.9328333 43.2186667, 6.9328333 43.2186667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_161'^^xsd:string;
  dwc:observationDate '2005-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_218> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.234167 6.936833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.234167"^^xsd:decimal ;
  dwc:decimalLongitude "6.936833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_218'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '662_218'^^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 '9.5833333333333'^^xsd:double;
  dwc:longitude '6.936833'^^xsd:double;
  dwc:startLongitude '6.9368333'^^xsd:double;
  dwc:endLongitude '6.9368333'^^xsd:double;
  dwc:latitude '43.234167'^^xsd:double;
  dwc:startLatitude '43.2341667'^^xsd:double;
  dwc:endLatitude '43.2341667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9368333 43.2341667, 6.9368333 43.2341667, 6.9368333 43.2341667, 6.9368333 43.2341667, 6.9368333 43.2341667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_218'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_80>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_80> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_80> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3955 6.940667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3955"^^xsd:decimal ;
  dwc:decimalLongitude "6.940667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_80>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_80" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_80'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '662_80'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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 '9.9166666666667'^^xsd:double;
  dwc:longitude '6.940667'^^xsd:double;
  dwc:startLongitude '6.9406667'^^xsd:double;
  dwc:endLongitude '6.9406667'^^xsd:double;
  dwc:latitude '43.3955'^^xsd:double;
  dwc:startLatitude '43.3955'^^xsd:double;
  dwc:endLatitude '43.3955'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9406667 43.3955, 6.9406667 43.3955, 6.9406667 43.3955, 6.9406667 43.3955, 6.9406667 43.3955))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_80'^^xsd:string;
  dwc:observationDate '2009-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_159> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.396833 6.942167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.396833"^^xsd:decimal ;
  dwc:decimalLongitude "6.942167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_159'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '662_159'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.2'^^xsd:double;
  dwc:longitude '6.942167'^^xsd:double;
  dwc:startLongitude '6.9421667'^^xsd:double;
  dwc:endLongitude '6.9421667'^^xsd:double;
  dwc:latitude '43.396833'^^xsd:double;
  dwc:startLatitude '43.3968333'^^xsd:double;
  dwc:endLatitude '43.3968333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9421667 43.3968333, 6.9421667 43.3968333, 6.9421667 43.3968333, 6.9421667 43.3968333, 6.9421667 43.3968333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_159'^^xsd:string;
  dwc:observationDate '2004-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8775 6.944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8775"^^xsd:decimal ;
  dwc:decimalLongitude "6.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/2827__662_7>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8775 6.944)"^^geo:wktLiteral ;
  geo-pos:lat "42.8775"^^xsd:decimal ;
  geo-pos:long "6.944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2827__662_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_7'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '662_7'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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.583333333333'^^xsd:double;
  dwc:longitude '6.944'^^xsd:double;
  dwc:startLongitude '6.944'^^xsd:double;
  dwc:endLongitude '6.944'^^xsd:double;
  dwc:latitude '42.8775'^^xsd:double;
  dwc:startLatitude '42.8775'^^xsd:double;
  dwc:endLatitude '42.8775'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.944 42.8775, 6.944 42.8775, 6.944 42.8775, 6.944 42.8775, 6.944 42.8775))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Balaenoptera physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '662_7'^^xsd:string;
  dwc:observationDate '2005-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_98>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_98> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_98> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.292167 6.944667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.292167"^^xsd:decimal ;
  dwc:decimalLongitude "6.944667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_98>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_98" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_98'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '662_98'^^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 '8.9666666666667'^^xsd:double;
  dwc:longitude '6.944667'^^xsd:double;
  dwc:startLongitude '6.9446667'^^xsd:double;
  dwc:endLongitude '6.9446667'^^xsd:double;
  dwc:latitude '43.292167'^^xsd:double;
  dwc:startLatitude '43.2921667'^^xsd:double;
  dwc:endLatitude '43.2921667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9446667 43.2921667, 6.9446667 43.2921667, 6.9446667 43.2921667, 6.9446667 43.2921667, 6.9446667 43.2921667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_98'^^xsd:string;
  dwc:observationDate '2001-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_323> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.354333 6.944833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.354333"^^xsd:decimal ;
  dwc:decimalLongitude "6.944833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_323'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '662_323'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.766666666667'^^xsd:double;
  dwc:longitude '6.944833'^^xsd:double;
  dwc:startLongitude '6.9448333'^^xsd:double;
  dwc:endLongitude '6.9448333'^^xsd:double;
  dwc:latitude '43.354333'^^xsd:double;
  dwc:startLatitude '43.3543333'^^xsd:double;
  dwc:endLatitude '43.3543333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9448333 43.3543333, 6.9448333 43.3543333, 6.9448333 43.3543333, 6.9448333 43.3543333, 6.9448333 43.3543333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_323'^^xsd:string;
  dwc:observationDate '2010-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_271> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.392167 6.949667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.392167"^^xsd:decimal ;
  dwc:decimalLongitude "6.949667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_271'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '662_271'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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 '11'^^xsd:integer;
  dwc:longitude '6.949667'^^xsd:double;
  dwc:startLongitude '6.9496667'^^xsd:double;
  dwc:endLongitude '6.9496667'^^xsd:double;
  dwc:latitude '43.392167'^^xsd:double;
  dwc:startLatitude '43.3921667'^^xsd:double;
  dwc:endLatitude '43.3921667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9496667 43.3921667, 6.9496667 43.3921667, 6.9496667 43.3921667, 6.9496667 43.3921667, 6.9496667 43.3921667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_271'^^xsd:string;
  dwc:observationDate '2009-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_120> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.378633 6.9541)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.378633"^^xsd:decimal ;
  dwc:decimalLongitude "6.9541"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_120'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '662_120'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^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 '16.416666666667'^^xsd:double;
  dwc:longitude '6.9541'^^xsd:double;
  dwc:startLongitude '6.9541'^^xsd:double;
  dwc:endLongitude '6.9541'^^xsd:double;
  dwc:latitude '43.378633'^^xsd:double;
  dwc:startLatitude '43.3786333'^^xsd:double;
  dwc:endLatitude '43.3786333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9541 43.3786333, 6.9541 43.3786333, 6.9541 43.3786333, 6.9541 43.3786333, 6.9541 43.3786333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_120'^^xsd:string;
  dwc:observationDate '2002-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_107> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.175667 6.956167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.175667"^^xsd:decimal ;
  dwc:decimalLongitude "6.956167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_107'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '662_107'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^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 '10.833333333333'^^xsd:double;
  dwc:longitude '6.956167'^^xsd:double;
  dwc:startLongitude '6.9561667'^^xsd:double;
  dwc:endLongitude '6.9561667'^^xsd:double;
  dwc:latitude '43.175667'^^xsd:double;
  dwc:startLatitude '43.1756667'^^xsd:double;
  dwc:endLatitude '43.1756667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9561667 43.1756667, 6.9561667 43.1756667, 6.9561667 43.1756667, 6.9561667 43.1756667, 6.9561667 43.1756667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_107'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_210> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.184833 6.957833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.184833"^^xsd:decimal ;
  dwc:decimalLongitude "6.957833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_210'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '662_210'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.1'^^xsd:double;
  dwc:longitude '6.957833'^^xsd:double;
  dwc:startLongitude '6.9578333'^^xsd:double;
  dwc:endLongitude '6.9578333'^^xsd:double;
  dwc:latitude '43.184833'^^xsd:double;
  dwc:startLatitude '43.1848333'^^xsd:double;
  dwc:endLatitude '43.1848333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9578333 43.1848333, 6.9578333 43.1848333, 6.9578333 43.1848333, 6.9578333 43.1848333, 6.9578333 43.1848333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_210'^^xsd:string;
  dwc:observationDate '2006-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_211> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.184833 6.957833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.184833"^^xsd:decimal ;
  dwc:decimalLongitude "6.957833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_211'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '662_211'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.2'^^xsd:double;
  dwc:longitude '6.957833'^^xsd:double;
  dwc:startLongitude '6.9578333'^^xsd:double;
  dwc:endLongitude '6.9578333'^^xsd:double;
  dwc:latitude '43.184833'^^xsd:double;
  dwc:startLatitude '43.1848333'^^xsd:double;
  dwc:endLatitude '43.1848333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9578333 43.1848333, 6.9578333 43.1848333, 6.9578333 43.1848333, 6.9578333 43.1848333, 6.9578333 43.1848333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_211'^^xsd:string;
  dwc:observationDate '2006-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_255> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.368333 6.959167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.368333"^^xsd:decimal ;
  dwc:decimalLongitude "6.959167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_255'^^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 '1'^^xsd:integer;
  dwc:collectorNumber '662_255'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '16.633333333333'^^xsd:double;
  dwc:longitude '6.959167'^^xsd:double;
  dwc:startLongitude '6.9591667'^^xsd:double;
  dwc:endLongitude '6.9591667'^^xsd:double;
  dwc:latitude '43.368333'^^xsd:double;
  dwc:startLatitude '43.3683333'^^xsd:double;
  dwc:endLatitude '43.3683333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9591667 43.3683333, 6.9591667 43.3683333, 6.9591667 43.3683333, 6.9591667 43.3683333, 6.9591667 43.3683333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_255'^^xsd:string;
  dwc:observationDate '2008-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_401> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.20551 6.960082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.20551"^^xsd:decimal ;
  dwc:decimalLongitude "6.960082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_401'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '662_401'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.666666666667'^^xsd:double;
  dwc:longitude '6.960082'^^xsd:double;
  dwc:startLongitude '6.960082'^^xsd:double;
  dwc:endLongitude '6.960082'^^xsd:double;
  dwc:latitude '43.20551'^^xsd:double;
  dwc:startLatitude '43.20551'^^xsd:double;
  dwc:endLatitude '43.20551'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.960082 43.20551, 6.960082 43.20551, 6.960082 43.20551, 6.960082 43.20551, 6.960082 43.20551))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_401'^^xsd:string;
  dwc:observationDate '2013-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_272> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.405 6.960167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.405"^^xsd:decimal ;
  dwc:decimalLongitude "6.960167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_272'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '662_272'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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 '11.15'^^xsd:double;
  dwc:longitude '6.960167'^^xsd:double;
  dwc:startLongitude '6.9601667'^^xsd:double;
  dwc:endLongitude '6.9601667'^^xsd:double;
  dwc:latitude '43.405'^^xsd:double;
  dwc:startLatitude '43.405'^^xsd:double;
  dwc:endLatitude '43.405'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9601667 43.405, 6.9601667 43.405, 6.9601667 43.405, 6.9601667 43.405, 6.9601667 43.405))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_272'^^xsd:string;
  dwc:observationDate '2009-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.123333 6.962333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.123333"^^xsd:decimal ;
  dwc:decimalLongitude "6.962333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_28'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '662_28'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:longitude '6.962333'^^xsd:double;
  dwc:startLongitude '6.9623333'^^xsd:double;
  dwc:endLongitude '6.9623333'^^xsd:double;
  dwc:latitude '43.123333'^^xsd:double;
  dwc:startLatitude '43.1233333'^^xsd:double;
  dwc:endLatitude '43.1233333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9623333 43.1233333, 6.9623333 43.1233333, 6.9623333 43.1233333, 6.9623333 43.1233333, 6.9623333 43.1233333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '662_28'^^xsd:string;
  dwc:observationDate '2007-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_75>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_75> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_75> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.415333 6.96634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.415333"^^xsd:decimal ;
  dwc:decimalLongitude "6.96634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_75>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_75" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_75'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '662_75'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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 '10.733333333333'^^xsd:double;
  dwc:longitude '6.96634'^^xsd:double;
  dwc:startLongitude '6.96634'^^xsd:double;
  dwc:endLongitude '6.96634'^^xsd:double;
  dwc:latitude '43.415333'^^xsd:double;
  dwc:startLatitude '43.4153333'^^xsd:double;
  dwc:endLatitude '43.4153333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.96634 43.4153333, 6.96634 43.4153333, 6.96634 43.4153333, 6.96634 43.4153333, 6.96634 43.4153333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_75'^^xsd:string;
  dwc:observationDate '2009-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_197> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.247167 6.9785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.247167"^^xsd:decimal ;
  dwc:decimalLongitude "6.9785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_197'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '662_197'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.5833333333333'^^xsd:double;
  dwc:longitude '6.9785'^^xsd:double;
  dwc:startLongitude '6.9785'^^xsd:double;
  dwc:endLongitude '6.9785'^^xsd:double;
  dwc:latitude '43.247167'^^xsd:double;
  dwc:startLatitude '43.2471667'^^xsd:double;
  dwc:endLatitude '43.2471667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9785 43.2471667, 6.9785 43.2471667, 6.9785 43.2471667, 6.9785 43.2471667, 6.9785 43.2471667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_197'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_317> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3325 6.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3325"^^xsd:decimal ;
  dwc:decimalLongitude "6.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_317'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '662_317'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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 '15.383333333333'^^xsd:double;
  dwc:longitude '6.98'^^xsd:double;
  dwc:startLongitude '6.98'^^xsd:double;
  dwc:endLongitude '6.98'^^xsd:double;
  dwc:latitude '43.3325'^^xsd:double;
  dwc:startLatitude '43.3325'^^xsd:double;
  dwc:endLatitude '43.3325'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.98 43.3325, 6.98 43.3325, 6.98 43.3325, 6.98 43.3325, 6.98 43.3325))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_317'^^xsd:string;
  dwc:observationDate '2010-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_206> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.187833 6.983833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.187833"^^xsd:decimal ;
  dwc:decimalLongitude "6.983833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_206'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '662_206'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.2833333333333'^^xsd:double;
  dwc:longitude '6.983833'^^xsd:double;
  dwc:startLongitude '6.9838333'^^xsd:double;
  dwc:endLongitude '6.9838333'^^xsd:double;
  dwc:latitude '43.187833'^^xsd:double;
  dwc:startLatitude '43.1878333'^^xsd:double;
  dwc:endLatitude '43.1878333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9838333 43.1878333, 6.9838333 43.1878333, 6.9838333 43.1878333, 6.9838333 43.1878333, 6.9838333 43.1878333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_206'^^xsd:string;
  dwc:observationDate '2006-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_57> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.456667 6.985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.456667"^^xsd:decimal ;
  dwc:decimalLongitude "6.985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_57'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '662_57'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^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.083333333333'^^xsd:double;
  dwc:longitude '6.985'^^xsd:double;
  dwc:startLongitude '6.985'^^xsd:double;
  dwc:endLongitude '6.985'^^xsd:double;
  dwc:latitude '43.456667'^^xsd:double;
  dwc:startLatitude '43.4566667'^^xsd:double;
  dwc:endLatitude '43.4566667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.985 43.4566667, 6.985 43.4566667, 6.985 43.4566667, 6.985 43.4566667, 6.985 43.4566667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_57'^^xsd:string;
  dwc:observationDate '2002-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_43> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.441667 6.988333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.441667"^^xsd:decimal ;
  dwc:decimalLongitude "6.988333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_43'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '662_43'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^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.75'^^xsd:double;
  dwc:longitude '6.988333'^^xsd:double;
  dwc:startLongitude '6.9883333'^^xsd:double;
  dwc:endLongitude '6.9883333'^^xsd:double;
  dwc:latitude '43.441667'^^xsd:double;
  dwc:startLatitude '43.4416667'^^xsd:double;
  dwc:endLatitude '43.4416667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9883333 43.4416667, 6.9883333 43.4416667, 6.9883333 43.4416667, 6.9883333 43.4416667, 6.9883333 43.4416667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Grampus griseus" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '662_43'^^xsd:string;
  dwc:observationDate '2002-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_207> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.188333 6.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.188333"^^xsd:decimal ;
  dwc:decimalLongitude "6.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_207'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '662_207'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.45'^^xsd:double;
  dwc:longitude '6.99'^^xsd:double;
  dwc:startLongitude '6.99'^^xsd:double;
  dwc:endLongitude '6.99'^^xsd:double;
  dwc:latitude '43.188333'^^xsd:double;
  dwc:startLatitude '43.1883333'^^xsd:double;
  dwc:endLatitude '43.1883333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.99 43.1883333, 6.99 43.1883333, 6.99 43.1883333, 6.99 43.1883333, 6.99 43.1883333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_207'^^xsd:string;
  dwc:observationDate '2006-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.196333 6.991167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.196333"^^xsd:decimal ;
  dwc:decimalLongitude "6.991167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_3'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '662_3'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.383333333333'^^xsd:double;
  dwc:longitude '6.991167'^^xsd:double;
  dwc:startLongitude '6.9911667'^^xsd:double;
  dwc:endLongitude '6.9911667'^^xsd:double;
  dwc:latitude '43.196333'^^xsd:double;
  dwc:startLatitude '43.1963333'^^xsd:double;
  dwc:endLatitude '43.1963333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9911667 43.1963333, 6.9911667 43.1963333, 6.9911667 43.1963333, 6.9911667 43.1963333, 6.9911667 43.1963333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Balaenoptera physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '662_3'^^xsd:string;
  dwc:observationDate '2003-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_195> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2275 6.9955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2275"^^xsd:decimal ;
  dwc:decimalLongitude "6.9955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_195'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '662_195'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:longitude '6.9955'^^xsd:double;
  dwc:startLongitude '6.9955'^^xsd:double;
  dwc:endLongitude '6.9955'^^xsd:double;
  dwc:latitude '43.2275'^^xsd:double;
  dwc:startLatitude '43.2275'^^xsd:double;
  dwc:endLatitude '43.2275'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9955 43.2275, 6.9955 43.2275, 6.9955 43.2275, 6.9955 43.2275, 6.9955 43.2275))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_195'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_220> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.169167 7.000167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.169167"^^xsd:decimal ;
  dwc:decimalLongitude "7.000167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_220'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '662_220'^^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 '10.45'^^xsd:double;
  dwc:longitude '7.000167'^^xsd:double;
  dwc:startLongitude '7.0001667'^^xsd:double;
  dwc:endLongitude '7.0001667'^^xsd:double;
  dwc:latitude '43.169167'^^xsd:double;
  dwc:startLatitude '43.1691667'^^xsd:double;
  dwc:endLatitude '43.1691667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0001667 43.1691667, 7.0001667 43.1691667, 7.0001667 43.1691667, 7.0001667 43.1691667, 7.0001667 43.1691667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_220'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_350> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.220667 7.003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.220667"^^xsd:decimal ;
  dwc:decimalLongitude "7.003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_350'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '662_350'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '11.65'^^xsd:double;
  dwc:longitude '7.003'^^xsd:double;
  dwc:startLongitude '7.003'^^xsd:double;
  dwc:endLongitude '7.003'^^xsd:double;
  dwc:latitude '43.220667'^^xsd:double;
  dwc:startLatitude '43.2206667'^^xsd:double;
  dwc:endLatitude '43.2206667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.003 43.2206667, 7.003 43.2206667, 7.003 43.2206667, 7.003 43.2206667, 7.003 43.2206667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_350'^^xsd:string;
  dwc:observationDate '2011-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_341> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4025 7.003667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4025"^^xsd:decimal ;
  dwc:decimalLongitude "7.003667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_341'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '662_341'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.216666666667'^^xsd:double;
  dwc:longitude '7.003667'^^xsd:double;
  dwc:startLongitude '7.0036667'^^xsd:double;
  dwc:endLongitude '7.0036667'^^xsd:double;
  dwc:latitude '43.4025'^^xsd:double;
  dwc:startLatitude '43.4025'^^xsd:double;
  dwc:endLatitude '43.4025'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0036667 43.4025, 7.0036667 43.4025, 7.0036667 43.4025, 7.0036667 43.4025, 7.0036667 43.4025))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_341'^^xsd:string;
  dwc:observationDate '2011-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_259> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.37 7.007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.37"^^xsd:decimal ;
  dwc:decimalLongitude "7.007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_259'^^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 '14'^^xsd:integer;
  dwc:collectorNumber '662_259'^^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 '14.833333333333'^^xsd:double;
  dwc:longitude '7.007'^^xsd:double;
  dwc:startLongitude '7.007'^^xsd:double;
  dwc:endLongitude '7.007'^^xsd:double;
  dwc:latitude '43.37'^^xsd:double;
  dwc:startLatitude '43.37'^^xsd:double;
  dwc:endLatitude '43.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.007 43.37, 7.007 43.37, 7.007 43.37, 7.007 43.37, 7.007 43.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_259'^^xsd:string;
  dwc:observationDate '2008-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_213> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.204 7.008167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.204"^^xsd:decimal ;
  dwc:decimalLongitude "7.008167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_213'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '662_213'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.283333333333'^^xsd:double;
  dwc:longitude '7.008167'^^xsd:double;
  dwc:startLongitude '7.0081667'^^xsd:double;
  dwc:endLongitude '7.0081667'^^xsd:double;
  dwc:latitude '43.204'^^xsd:double;
  dwc:startLatitude '43.204'^^xsd:double;
  dwc:endLatitude '43.204'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0081667 43.204, 7.0081667 43.204, 7.0081667 43.204, 7.0081667 43.204, 7.0081667 43.204))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_213'^^xsd:string;
  dwc:observationDate '2006-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_237> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.144 7.009333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.144"^^xsd:decimal ;
  dwc:decimalLongitude "7.009333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_237'^^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 '7'^^xsd:integer;
  dwc:collectorNumber '662_237'^^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 '14'^^xsd:integer;
  dwc:longitude '7.009333'^^xsd:double;
  dwc:startLongitude '7.0093333'^^xsd:double;
  dwc:endLongitude '7.0093333'^^xsd:double;
  dwc:latitude '43.144'^^xsd:double;
  dwc:startLatitude '43.144'^^xsd:double;
  dwc:endLatitude '43.144'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0093333 43.144, 7.0093333 43.144, 7.0093333 43.144, 7.0093333 43.144, 7.0093333 43.144))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_237'^^xsd:string;
  dwc:observationDate '2007-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_185> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.133333 7.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.133333"^^xsd:decimal ;
  dwc:decimalLongitude "7.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_185'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '662_185'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.6'^^xsd:double;
  dwc:longitude '7.01'^^xsd:double;
  dwc:startLongitude '7.01'^^xsd:double;
  dwc:endLongitude '7.01'^^xsd:double;
  dwc:latitude '43.133333'^^xsd:double;
  dwc:startLatitude '43.1333333'^^xsd:double;
  dwc:endLatitude '43.1333333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.01 43.1333333, 7.01 43.1333333, 7.01 43.1333333, 7.01 43.1333333, 7.01 43.1333333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_185'^^xsd:string;
  dwc:observationDate '2005-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_315> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.252333 7.010167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.252333"^^xsd:decimal ;
  dwc:decimalLongitude "7.010167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_315'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '662_315'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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.466666666667'^^xsd:double;
  dwc:longitude '7.010167'^^xsd:double;
  dwc:startLongitude '7.0101667'^^xsd:double;
  dwc:endLongitude '7.0101667'^^xsd:double;
  dwc:latitude '43.252333'^^xsd:double;
  dwc:startLatitude '43.2523333'^^xsd:double;
  dwc:endLatitude '43.2523333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0101667 43.2523333, 7.0101667 43.2523333, 7.0101667 43.2523333, 7.0101667 43.2523333, 7.0101667 43.2523333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_315'^^xsd:string;
  dwc:observationDate '2010-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_475> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.408733 7.014317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.408733"^^xsd:decimal ;
  dwc:decimalLongitude "7.014317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_475'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '662_475'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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.916666666667'^^xsd:double;
  dwc:longitude '7.014317'^^xsd:double;
  dwc:startLongitude '7.014317'^^xsd:double;
  dwc:endLongitude '7.014317'^^xsd:double;
  dwc:latitude '43.408733'^^xsd:double;
  dwc:startLatitude '43.408733'^^xsd:double;
  dwc:endLatitude '43.408733'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.014317 43.408733, 7.014317 43.408733, 7.014317 43.408733, 7.014317 43.408733, 7.014317 43.408733))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_475'^^xsd:string;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_476> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4225 7.015667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4225"^^xsd:decimal ;
  dwc:decimalLongitude "7.015667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_476'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '662_476'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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 '12.166666666667'^^xsd:double;
  dwc:longitude '7.015667'^^xsd:double;
  dwc:startLongitude '7.015667'^^xsd:double;
  dwc:endLongitude '7.015667'^^xsd:double;
  dwc:latitude '43.4225'^^xsd:double;
  dwc:startLatitude '43.4225'^^xsd:double;
  dwc:endLatitude '43.4225'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.015667 43.4225, 7.015667 43.4225, 7.015667 43.4225, 7.015667 43.4225, 7.015667 43.4225))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_476'^^xsd:string;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_44> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.339167 7.016333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.339167"^^xsd:decimal ;
  dwc:decimalLongitude "7.016333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_44'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '662_44'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^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 '12'^^xsd:integer;
  dwc:longitude '7.016333'^^xsd:double;
  dwc:startLongitude '7.0163333'^^xsd:double;
  dwc:endLongitude '7.0163333'^^xsd:double;
  dwc:latitude '43.339167'^^xsd:double;
  dwc:startLatitude '43.3391667'^^xsd:double;
  dwc:endLatitude '43.3391667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0163333 43.3391667, 7.0163333 43.3391667, 7.0163333 43.3391667, 7.0163333 43.3391667, 7.0163333 43.3391667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Grampus griseus" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '662_44'^^xsd:string;
  dwc:observationDate '2002-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_397> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.364717 7.0166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.364717"^^xsd:decimal ;
  dwc:decimalLongitude "7.0166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_397'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_397'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.75'^^xsd:double;
  dwc:longitude '7.0166'^^xsd:double;
  dwc:startLongitude '7.0166'^^xsd:double;
  dwc:endLongitude '7.0166'^^xsd:double;
  dwc:latitude '43.364717'^^xsd:double;
  dwc:startLatitude '43.3647167'^^xsd:double;
  dwc:endLatitude '43.3647167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0166 43.3647167, 7.0166 43.3647167, 7.0166 43.3647167, 7.0166 43.3647167, 7.0166 43.3647167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_397'^^xsd:string;
  dwc:observationDate '2013-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_474> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.415333 7.021467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.415333"^^xsd:decimal ;
  dwc:decimalLongitude "7.021467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_474'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '662_474'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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.75'^^xsd:double;
  dwc:longitude '7.021467'^^xsd:double;
  dwc:startLongitude '7.021467'^^xsd:double;
  dwc:endLongitude '7.021467'^^xsd:double;
  dwc:latitude '43.415333'^^xsd:double;
  dwc:startLatitude '43.415333'^^xsd:double;
  dwc:endLatitude '43.415333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.021467 43.415333, 7.021467 43.415333, 7.021467 43.415333, 7.021467 43.415333, 7.021467 43.415333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_474'^^xsd:string;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_402> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.409833 7.027833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.409833"^^xsd:decimal ;
  dwc:decimalLongitude "7.027833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_402'^^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 '1'^^xsd:integer;
  dwc:collectorNumber '662_402'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.333333333333'^^xsd:double;
  dwc:longitude '7.027833'^^xsd:double;
  dwc:startLongitude '7.0278333'^^xsd:double;
  dwc:endLongitude '7.0278333'^^xsd:double;
  dwc:latitude '43.409833'^^xsd:double;
  dwc:startLatitude '43.4098333'^^xsd:double;
  dwc:endLatitude '43.4098333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0278333 43.4098333, 7.0278333 43.4098333, 7.0278333 43.4098333, 7.0278333 43.4098333, 7.0278333 43.4098333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_402'^^xsd:string;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_463> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.30747 7.029542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.30747"^^xsd:decimal ;
  dwc:decimalLongitude "7.029542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_463'^^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 '29'^^xsd:integer;
  dwc:collectorNumber '662_463'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.383333333333'^^xsd:double;
  dwc:longitude '7.029542'^^xsd:double;
  dwc:startLongitude '7.029542'^^xsd:double;
  dwc:endLongitude '7.029542'^^xsd:double;
  dwc:latitude '43.30747'^^xsd:double;
  dwc:startLatitude '43.30747'^^xsd:double;
  dwc:endLatitude '43.30747'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.029542 43.30747, 7.029542 43.30747, 7.029542 43.30747, 7.029542 43.30747, 7.029542 43.30747))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_463'^^xsd:string;
  dwc:observationDate '2013-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.901667 7.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.901667"^^xsd:decimal ;
  dwc:decimalLongitude "7.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_18'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '662_18'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '16.916666666667'^^xsd:double;
  dwc:longitude '7.03'^^xsd:double;
  dwc:startLongitude '7.03'^^xsd:double;
  dwc:endLongitude '7.03'^^xsd:double;
  dwc:latitude '42.901667'^^xsd:double;
  dwc:startLatitude '42.9016667'^^xsd:double;
  dwc:endLatitude '42.9016667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.03 42.9016667, 7.03 42.9016667, 7.03 42.9016667, 7.03 42.9016667, 7.03 42.9016667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Balaenoptera physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '662_18'^^xsd:string;
  dwc:observationDate '2011-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_115> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.426667 7.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.426667"^^xsd:decimal ;
  dwc:decimalLongitude "7.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_115'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '662_115'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^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 '11'^^xsd:integer;
  dwc:longitude '7.03'^^xsd:double;
  dwc:startLongitude '7.03'^^xsd:double;
  dwc:endLongitude '7.03'^^xsd:double;
  dwc:latitude '43.426667'^^xsd:double;
  dwc:startLatitude '43.4266667'^^xsd:double;
  dwc:endLatitude '43.4266667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.03 43.4266667, 7.03 43.4266667, 7.03 43.4266667, 7.03 43.4266667, 7.03 43.4266667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_115'^^xsd:string;
  dwc:observationDate '2002-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_462> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.312683 7.032633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.312683"^^xsd:decimal ;
  dwc:decimalLongitude "7.032633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_462'^^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 '29'^^xsd:integer;
  dwc:collectorNumber '662_462'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:longitude '7.032633'^^xsd:double;
  dwc:startLongitude '7.0326333'^^xsd:double;
  dwc:endLongitude '7.0326333'^^xsd:double;
  dwc:latitude '43.312683'^^xsd:double;
  dwc:startLatitude '43.3126833'^^xsd:double;
  dwc:endLatitude '43.3126833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0326333 43.3126833, 7.0326333 43.3126833, 7.0326333 43.3126833, 7.0326333 43.3126833, 7.0326333 43.3126833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_462'^^xsd:string;
  dwc:observationDate '2013-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_245> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.209667 7.033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.209667"^^xsd:decimal ;
  dwc:decimalLongitude "7.033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_245'^^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 '26'^^xsd:integer;
  dwc:collectorNumber '662_245'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.7'^^xsd:double;
  dwc:longitude '7.033'^^xsd:double;
  dwc:startLongitude '7.033'^^xsd:double;
  dwc:endLongitude '7.033'^^xsd:double;
  dwc:latitude '43.209667'^^xsd:double;
  dwc:startLatitude '43.2096667'^^xsd:double;
  dwc:endLatitude '43.2096667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.033 43.2096667, 7.033 43.2096667, 7.033 43.2096667, 7.033 43.2096667, 7.033 43.2096667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_245'^^xsd:string;
  dwc:observationDate '2007-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_309> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.323167 7.0355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.323167"^^xsd:decimal ;
  dwc:decimalLongitude "7.0355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_309'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '662_309'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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 '15.866666666667'^^xsd:double;
  dwc:longitude '7.0355'^^xsd:double;
  dwc:startLongitude '7.0355'^^xsd:double;
  dwc:endLongitude '7.0355'^^xsd:double;
  dwc:latitude '43.323167'^^xsd:double;
  dwc:startLatitude '43.3231667'^^xsd:double;
  dwc:endLatitude '43.3231667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0355 43.3231667, 7.0355 43.3231667, 7.0355 43.3231667, 7.0355 43.3231667, 7.0355 43.3231667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_309'^^xsd:string;
  dwc:observationDate '2010-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_149> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1415 7.036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1415"^^xsd:decimal ;
  dwc:decimalLongitude "7.036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_149'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '662_149'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.8166666666667'^^xsd:double;
  dwc:longitude '7.036'^^xsd:double;
  dwc:startLongitude '7.036'^^xsd:double;
  dwc:endLongitude '7.036'^^xsd:double;
  dwc:latitude '43.1415'^^xsd:double;
  dwc:startLatitude '43.1415'^^xsd:double;
  dwc:endLatitude '43.1415'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.036 43.1415, 7.036 43.1415, 7.036 43.1415, 7.036 43.1415, 7.036 43.1415))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_149'^^xsd:string;
  dwc:observationDate '2004-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_246> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.223333 7.0365)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.223333"^^xsd:decimal ;
  dwc:decimalLongitude "7.0365"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_246'^^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 '26'^^xsd:integer;
  dwc:collectorNumber '662_246'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.083333333333'^^xsd:double;
  dwc:longitude '7.0365'^^xsd:double;
  dwc:startLongitude '7.0365'^^xsd:double;
  dwc:endLongitude '7.0365'^^xsd:double;
  dwc:latitude '43.223333'^^xsd:double;
  dwc:startLatitude '43.2233333'^^xsd:double;
  dwc:endLatitude '43.2233333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0365 43.2233333, 7.0365 43.2233333, 7.0365 43.2233333, 7.0365 43.2233333, 7.0365 43.2233333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_246'^^xsd:string;
  dwc:observationDate '2007-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_196> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.243833 7.037167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.243833"^^xsd:decimal ;
  dwc:decimalLongitude "7.037167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_196'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '662_196'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:longitude '7.037167'^^xsd:double;
  dwc:startLongitude '7.0371667'^^xsd:double;
  dwc:endLongitude '7.0371667'^^xsd:double;
  dwc:latitude '43.243833'^^xsd:double;
  dwc:startLatitude '43.2438333'^^xsd:double;
  dwc:endLatitude '43.2438333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0371667 43.2438333, 7.0371667 43.2438333, 7.0371667 43.2438333, 7.0371667 43.2438333, 7.0371667 43.2438333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_196'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_38> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2805 7.0375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2805"^^xsd:decimal ;
  dwc:decimalLongitude "7.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/2827__662_38>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2805 7.0375)"^^geo:wktLiteral ;
  geo-pos:lat "43.2805"^^xsd:decimal ;
  geo-pos:long "7.0375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2827__662_38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_38'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '662_38'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '14.8'^^xsd:double;
  dwc:longitude '7.0375'^^xsd:double;
  dwc:startLongitude '7.0375'^^xsd:double;
  dwc:endLongitude '7.0375'^^xsd:double;
  dwc:latitude '43.2805'^^xsd:double;
  dwc:startLatitude '43.2805'^^xsd:double;
  dwc:endLatitude '43.2805'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0375 43.2805, 7.0375 43.2805, 7.0375 43.2805, 7.0375 43.2805, 7.0375 43.2805))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Globicephala melas" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '662_38'^^xsd:string;
  dwc:observationDate '2010-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_85>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_85> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_85> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.350667 7.037667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.350667"^^xsd:decimal ;
  dwc:decimalLongitude "7.037667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_85>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_85" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_85'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '662_85'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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.25'^^xsd:double;
  dwc:longitude '7.037667'^^xsd:double;
  dwc:startLongitude '7.0376667'^^xsd:double;
  dwc:endLongitude '7.0376667'^^xsd:double;
  dwc:latitude '43.350667'^^xsd:double;
  dwc:startLatitude '43.3506667'^^xsd:double;
  dwc:endLatitude '43.3506667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0376667 43.3506667, 7.0376667 43.3506667, 7.0376667 43.3506667, 7.0376667 43.3506667, 7.0376667 43.3506667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_85'^^xsd:string;
  dwc:observationDate '2010-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_359> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4665 7.037833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4665"^^xsd:decimal ;
  dwc:decimalLongitude "7.037833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_359'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '662_359'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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.283333333333'^^xsd:double;
  dwc:longitude '7.037833'^^xsd:double;
  dwc:startLongitude '7.0378333'^^xsd:double;
  dwc:endLongitude '7.0378333'^^xsd:double;
  dwc:latitude '43.4665'^^xsd:double;
  dwc:startLatitude '43.4665'^^xsd:double;
  dwc:endLatitude '43.4665'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0378333 43.4665, 7.0378333 43.4665, 7.0378333 43.4665, 7.0378333 43.4665, 7.0378333 43.4665))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_359'^^xsd:string;
  dwc:observationDate '2011-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_433> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.460733 7.038067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.460733"^^xsd:decimal ;
  dwc:decimalLongitude "7.038067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_433'^^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 '21'^^xsd:integer;
  dwc:collectorNumber '662_433'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.0833333333333'^^xsd:double;
  dwc:longitude '7.038067'^^xsd:double;
  dwc:startLongitude '7.0380667'^^xsd:double;
  dwc:endLongitude '7.0380667'^^xsd:double;
  dwc:latitude '43.460733'^^xsd:double;
  dwc:startLatitude '43.4607333'^^xsd:double;
  dwc:endLatitude '43.4607333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0380667 43.4607333, 7.0380667 43.4607333, 7.0380667 43.4607333, 7.0380667 43.4607333, 7.0380667 43.4607333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_433'^^xsd:string;
  dwc:observationDate '2013-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_39> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.278333 7.041667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.278333"^^xsd:decimal ;
  dwc:decimalLongitude "7.041667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_39'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '662_39'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '14.733333333333'^^xsd:double;
  dwc:longitude '7.041667'^^xsd:double;
  dwc:startLongitude '7.0416667'^^xsd:double;
  dwc:endLongitude '7.0416667'^^xsd:double;
  dwc:latitude '43.278333'^^xsd:double;
  dwc:startLatitude '43.2783333'^^xsd:double;
  dwc:endLatitude '43.2783333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0416667 43.2783333, 7.0416667 43.2783333, 7.0416667 43.2783333, 7.0416667 43.2783333, 7.0416667 43.2783333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Globicephala melas" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '662_39'^^xsd:string;
  dwc:observationDate '2010-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_49>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_49> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_49> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.35036 7.042012)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.35036"^^xsd:decimal ;
  dwc:decimalLongitude "7.042012"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_49'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '662_49'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.416666666667'^^xsd:double;
  dwc:longitude '7.042012'^^xsd:double;
  dwc:startLongitude '7.042012'^^xsd:double;
  dwc:endLongitude '7.042012'^^xsd:double;
  dwc:latitude '43.35036'^^xsd:double;
  dwc:startLatitude '43.35036'^^xsd:double;
  dwc:endLatitude '43.35036'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.042012 43.35036, 7.042012 43.35036, 7.042012 43.35036, 7.042012 43.35036, 7.042012 43.35036))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Grampus griseus" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '662_49'^^xsd:string;
  dwc:observationDate '2010-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_74>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_74> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_74> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.360833 7.047333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.360833"^^xsd:decimal ;
  dwc:decimalLongitude "7.047333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_74>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_74" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_74'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '662_74'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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.916666666667'^^xsd:double;
  dwc:longitude '7.047333'^^xsd:double;
  dwc:startLongitude '7.0473333'^^xsd:double;
  dwc:endLongitude '7.0473333'^^xsd:double;
  dwc:latitude '43.360833'^^xsd:double;
  dwc:startLatitude '43.3608333'^^xsd:double;
  dwc:endLatitude '43.3608333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0473333 43.3608333, 7.0473333 43.3608333, 7.0473333 43.3608333, 7.0473333 43.3608333, 7.0473333 43.3608333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_74'^^xsd:string;
  dwc:observationDate '2009-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_40> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 7.048333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.29"^^xsd:decimal ;
  dwc:decimalLongitude "7.048333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_40'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '662_40'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.083333333333'^^xsd:double;
  dwc:longitude '7.048333'^^xsd:double;
  dwc:startLongitude '7.0483333'^^xsd:double;
  dwc:endLongitude '7.0483333'^^xsd:double;
  dwc:latitude '43.29'^^xsd:double;
  dwc:startLatitude '43.29'^^xsd:double;
  dwc:endLatitude '43.29'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0483333 43.29, 7.0483333 43.29, 7.0483333 43.29, 7.0483333 43.29, 7.0483333 43.29))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Globicephala melas" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '662_40'^^xsd:string;
  dwc:observationDate '2010-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_91>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_91> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_91> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.383667 7.049)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.383667"^^xsd:decimal ;
  dwc:decimalLongitude "7.049"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_91>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_91" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_91'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '662_91'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '7.7833333333333'^^xsd:double;
  dwc:longitude '7.049'^^xsd:double;
  dwc:startLongitude '7.049'^^xsd:double;
  dwc:endLongitude '7.049'^^xsd:double;
  dwc:latitude '43.383667'^^xsd:double;
  dwc:startLatitude '43.3836667'^^xsd:double;
  dwc:endLatitude '43.3836667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.049 43.3836667, 7.049 43.3836667, 7.049 43.3836667, 7.049 43.3836667, 7.049 43.3836667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_91'^^xsd:string;
  dwc:observationDate '2011-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_280> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.387167 7.049)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.387167"^^xsd:decimal ;
  dwc:decimalLongitude "7.049"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_280'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '662_280'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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 '8.1833333333333'^^xsd:double;
  dwc:longitude '7.049'^^xsd:double;
  dwc:startLongitude '7.049'^^xsd:double;
  dwc:endLongitude '7.049'^^xsd:double;
  dwc:latitude '43.387167'^^xsd:double;
  dwc:startLatitude '43.3871667'^^xsd:double;
  dwc:endLatitude '43.3871667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.049 43.3871667, 7.049 43.3871667, 7.049 43.3871667, 7.049 43.3871667, 7.049 43.3871667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_280'^^xsd:string;
  dwc:observationDate '2009-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.443833 7.051667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.443833"^^xsd:decimal ;
  dwc:decimalLongitude "7.051667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_30'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '662_30'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '9.3333333333333'^^xsd:double;
  dwc:longitude '7.051667'^^xsd:double;
  dwc:startLongitude '7.0516667'^^xsd:double;
  dwc:endLongitude '7.0516667'^^xsd:double;
  dwc:latitude '43.443833'^^xsd:double;
  dwc:startLatitude '43.4438333'^^xsd:double;
  dwc:endLatitude '43.4438333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0516667 43.4438333, 7.0516667 43.4438333, 7.0516667 43.4438333, 7.0516667 43.4438333, 7.0516667 43.4438333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '662_30'^^xsd:string;
  dwc:observationDate '2011-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_468> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.468467 7.05215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.468467"^^xsd:decimal ;
  dwc:decimalLongitude "7.05215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_468'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '662_468'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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'^^xsd:integer;
  dwc:longitude '7.05215'^^xsd:double;
  dwc:startLongitude '7.05215'^^xsd:double;
  dwc:endLongitude '7.05215'^^xsd:double;
  dwc:latitude '43.468467'^^xsd:double;
  dwc:startLatitude '43.468467'^^xsd:double;
  dwc:endLatitude '43.468467'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.05215 43.468467, 7.05215 43.468467, 7.05215 43.468467, 7.05215 43.468467, 7.05215 43.468467))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_468'^^xsd:string;
  dwc:observationDate '2014-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_254> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3305 7.052833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3305"^^xsd:decimal ;
  dwc:decimalLongitude "7.052833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_254'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '662_254'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.416666666667'^^xsd:double;
  dwc:longitude '7.052833'^^xsd:double;
  dwc:startLongitude '7.0528333'^^xsd:double;
  dwc:endLongitude '7.0528333'^^xsd:double;
  dwc:latitude '43.3305'^^xsd:double;
  dwc:startLatitude '43.3305'^^xsd:double;
  dwc:endLatitude '43.3305'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0528333 43.3305, 7.0528333 43.3305, 7.0528333 43.3305, 7.0528333 43.3305, 7.0528333 43.3305))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_254'^^xsd:string;
  dwc:observationDate '2008-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_167> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.291667 7.053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.291667"^^xsd:decimal ;
  dwc:decimalLongitude "7.053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_167'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '662_167'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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 '12.05'^^xsd:double;
  dwc:longitude '7.053'^^xsd:double;
  dwc:startLongitude '7.053'^^xsd:double;
  dwc:endLongitude '7.053'^^xsd:double;
  dwc:latitude '43.291667'^^xsd:double;
  dwc:startLatitude '43.2916667'^^xsd:double;
  dwc:endLatitude '43.2916667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.053 43.2916667, 7.053 43.2916667, 7.053 43.2916667, 7.053 43.2916667, 7.053 43.2916667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_167'^^xsd:string;
  dwc:observationDate '2005-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_349> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.457 7.055667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.457"^^xsd:decimal ;
  dwc:decimalLongitude "7.055667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_349'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '662_349'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '13.833333333333'^^xsd:double;
  dwc:longitude '7.055667'^^xsd:double;
  dwc:startLongitude '7.0556667'^^xsd:double;
  dwc:endLongitude '7.0556667'^^xsd:double;
  dwc:latitude '43.457'^^xsd:double;
  dwc:startLatitude '43.457'^^xsd:double;
  dwc:endLatitude '43.457'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0556667 43.457, 7.0556667 43.457, 7.0556667 43.457, 7.0556667 43.457, 7.0556667 43.457))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_349'^^xsd:string;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_311> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.430333 7.063833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.430333"^^xsd:decimal ;
  dwc:decimalLongitude "7.063833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_311'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '662_311'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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 '10.516666666667'^^xsd:double;
  dwc:longitude '7.063833'^^xsd:double;
  dwc:startLongitude '7.0638333'^^xsd:double;
  dwc:endLongitude '7.0638333'^^xsd:double;
  dwc:latitude '43.430333'^^xsd:double;
  dwc:startLatitude '43.4303333'^^xsd:double;
  dwc:endLatitude '43.4303333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0638333 43.4303333, 7.0638333 43.4303333, 7.0638333 43.4303333, 7.0638333 43.4303333, 7.0638333 43.4303333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_311'^^xsd:string;
  dwc:observationDate '2010-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_289> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.095 7.065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.095"^^xsd:decimal ;
  dwc:decimalLongitude "7.065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_289'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '662_289'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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.4'^^xsd:double;
  dwc:longitude '7.065'^^xsd:double;
  dwc:startLongitude '7.065'^^xsd:double;
  dwc:endLongitude '7.065'^^xsd:double;
  dwc:latitude '43.095'^^xsd:double;
  dwc:startLatitude '43.095'^^xsd:double;
  dwc:endLatitude '43.095'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.065 43.095, 7.065 43.095, 7.065 43.095, 7.065 43.095, 7.065 43.095))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_289'^^xsd:string;
  dwc:observationDate '2009-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_310> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.447667 7.066667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.447667"^^xsd:decimal ;
  dwc:decimalLongitude "7.066667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_310'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '662_310'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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 '10.233333333333'^^xsd:double;
  dwc:longitude '7.066667'^^xsd:double;
  dwc:startLongitude '7.0666667'^^xsd:double;
  dwc:endLongitude '7.0666667'^^xsd:double;
  dwc:latitude '43.447667'^^xsd:double;
  dwc:startLatitude '43.4476667'^^xsd:double;
  dwc:endLatitude '43.4476667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0666667 43.4476667, 7.0666667 43.4476667, 7.0666667 43.4476667, 7.0666667 43.4476667, 7.0666667 43.4476667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_310'^^xsd:string;
  dwc:observationDate '2010-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_69>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_69> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_69> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.211833 7.066833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.211833"^^xsd:decimal ;
  dwc:decimalLongitude "7.066833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_69>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_69" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_69'^^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 '20'^^xsd:integer;
  dwc:collectorNumber '662_69'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:longitude '7.066833'^^xsd:double;
  dwc:startLongitude '7.0668333'^^xsd:double;
  dwc:endLongitude '7.0668333'^^xsd:double;
  dwc:latitude '43.211833'^^xsd:double;
  dwc:startLatitude '43.2118333'^^xsd:double;
  dwc:endLatitude '43.2118333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0668333 43.2118333, 7.0668333 43.2118333, 7.0668333 43.2118333, 7.0668333 43.2118333, 7.0668333 43.2118333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_69'^^xsd:string;
  dwc:observationDate '2008-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_215> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 7.067833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "7.067833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_215'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '662_215'^^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 '14.833333333333'^^xsd:double;
  dwc:longitude '7.067833'^^xsd:double;
  dwc:startLongitude '7.0678333'^^xsd:double;
  dwc:endLongitude '7.0678333'^^xsd:double;
  dwc:latitude '43.16'^^xsd:double;
  dwc:startLatitude '43.16'^^xsd:double;
  dwc:endLatitude '43.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0678333 43.16, 7.0678333 43.16, 7.0678333 43.16, 7.0678333 43.16, 7.0678333 43.16))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_215'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_147> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1405 7.068667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1405"^^xsd:decimal ;
  dwc:decimalLongitude "7.068667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_147'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '662_147'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:longitude '7.068667'^^xsd:double;
  dwc:startLongitude '7.0686667'^^xsd:double;
  dwc:endLongitude '7.0686667'^^xsd:double;
  dwc:latitude '43.1405'^^xsd:double;
  dwc:startLatitude '43.1405'^^xsd:double;
  dwc:endLatitude '43.1405'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0686667 43.1405, 7.0686667 43.1405, 7.0686667 43.1405, 7.0686667 43.1405, 7.0686667 43.1405))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_147'^^xsd:string;
  dwc:observationDate '2004-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_262> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.394333 7.069167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.394333"^^xsd:decimal ;
  dwc:decimalLongitude "7.069167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_262'^^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 '18'^^xsd:integer;
  dwc:collectorNumber '662_262'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.4'^^xsd:double;
  dwc:longitude '7.069167'^^xsd:double;
  dwc:startLongitude '7.0691667'^^xsd:double;
  dwc:endLongitude '7.0691667'^^xsd:double;
  dwc:latitude '43.394333'^^xsd:double;
  dwc:startLatitude '43.3943333'^^xsd:double;
  dwc:endLatitude '43.3943333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0691667 43.3943333, 7.0691667 43.3943333, 7.0691667 43.3943333, 7.0691667 43.3943333, 7.0691667 43.3943333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_262'^^xsd:string;
  dwc:observationDate '2008-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_221> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.103 7.071333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.103"^^xsd:decimal ;
  dwc:decimalLongitude "7.071333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_221'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '662_221'^^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 '11.5'^^xsd:double;
  dwc:longitude '7.071333'^^xsd:double;
  dwc:startLongitude '7.0713333'^^xsd:double;
  dwc:endLongitude '7.0713333'^^xsd:double;
  dwc:latitude '43.103'^^xsd:double;
  dwc:startLatitude '43.103'^^xsd:double;
  dwc:endLatitude '43.103'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0713333 43.103, 7.0713333 43.103, 7.0713333 43.103, 7.0713333 43.103, 7.0713333 43.103))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_221'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_145> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.487833 7.071833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.487833"^^xsd:decimal ;
  dwc:decimalLongitude "7.071833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_145'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '662_145'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.15'^^xsd:double;
  dwc:longitude '7.071833'^^xsd:double;
  dwc:startLongitude '7.0718333'^^xsd:double;
  dwc:endLongitude '7.0718333'^^xsd:double;
  dwc:latitude '43.487833'^^xsd:double;
  dwc:startLatitude '43.4878333'^^xsd:double;
  dwc:endLatitude '43.4878333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0718333 43.4878333, 7.0718333 43.4878333, 7.0718333 43.4878333, 7.0718333 43.4878333, 7.0718333 43.4878333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_145'^^xsd:string;
  dwc:observationDate '2004-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_471> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.400167 7.071983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.400167"^^xsd:decimal ;
  dwc:decimalLongitude "7.071983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_471'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '662_471'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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 '14.183333333333'^^xsd:double;
  dwc:longitude '7.071983'^^xsd:double;
  dwc:startLongitude '7.071983'^^xsd:double;
  dwc:endLongitude '7.071983'^^xsd:double;
  dwc:latitude '43.400167'^^xsd:double;
  dwc:startLatitude '43.400167'^^xsd:double;
  dwc:endLatitude '43.400167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.071983 43.400167, 7.071983 43.400167, 7.071983 43.400167, 7.071983 43.400167, 7.071983 43.400167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_471'^^xsd:string;
  dwc:observationDate '2014-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_194> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.214667 7.072333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.214667"^^xsd:decimal ;
  dwc:decimalLongitude "7.072333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_194'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '662_194'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.1'^^xsd:double;
  dwc:longitude '7.072333'^^xsd:double;
  dwc:startLongitude '7.0723333'^^xsd:double;
  dwc:endLongitude '7.0723333'^^xsd:double;
  dwc:latitude '43.214667'^^xsd:double;
  dwc:startLatitude '43.2146667'^^xsd:double;
  dwc:endLatitude '43.2146667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0723333 43.2146667, 7.0723333 43.2146667, 7.0723333 43.2146667, 7.0723333 43.2146667, 7.0723333 43.2146667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_194'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_224> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.067 7.074333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.067"^^xsd:decimal ;
  dwc:decimalLongitude "7.074333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_224'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '662_224'^^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 '11.933333333333'^^xsd:double;
  dwc:longitude '7.074333'^^xsd:double;
  dwc:startLongitude '7.0743333'^^xsd:double;
  dwc:endLongitude '7.0743333'^^xsd:double;
  dwc:latitude '43.067'^^xsd:double;
  dwc:startLatitude '43.067'^^xsd:double;
  dwc:endLatitude '43.067'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0743333 43.067, 7.0743333 43.067, 7.0743333 43.067, 7.0743333 43.067, 7.0743333 43.067))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_224'^^xsd:string;
  dwc:observationDate '2006-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_316> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4395 7.075833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4395"^^xsd:decimal ;
  dwc:decimalLongitude "7.075833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_316'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '662_316'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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.4166666666667'^^xsd:double;
  dwc:longitude '7.075833'^^xsd:double;
  dwc:startLongitude '7.0758333'^^xsd:double;
  dwc:endLongitude '7.0758333'^^xsd:double;
  dwc:latitude '43.4395'^^xsd:double;
  dwc:startLatitude '43.4395'^^xsd:double;
  dwc:endLatitude '43.4395'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0758333 43.4395, 7.0758333 43.4395, 7.0758333 43.4395, 7.0758333 43.4395, 7.0758333 43.4395))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_316'^^xsd:string;
  dwc:observationDate '2010-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_253> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.200167 7.076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.200167"^^xsd:decimal ;
  dwc:decimalLongitude "7.076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_253'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '662_253'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '9.4'^^xsd:double;
  dwc:longitude '7.076'^^xsd:double;
  dwc:startLongitude '7.076'^^xsd:double;
  dwc:endLongitude '7.076'^^xsd:double;
  dwc:latitude '43.200167'^^xsd:double;
  dwc:startLatitude '43.2001667'^^xsd:double;
  dwc:endLatitude '43.2001667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.076 43.2001667, 7.076 43.2001667, 7.076 43.2001667, 7.076 43.2001667, 7.076 43.2001667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_253'^^xsd:string;
  dwc:observationDate '2008-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_119> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.395 7.076667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.395"^^xsd:decimal ;
  dwc:decimalLongitude "7.076667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_119'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '662_119'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^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 '11.233333333333'^^xsd:double;
  dwc:longitude '7.076667'^^xsd:double;
  dwc:startLongitude '7.0766667'^^xsd:double;
  dwc:endLongitude '7.0766667'^^xsd:double;
  dwc:latitude '43.395'^^xsd:double;
  dwc:startLatitude '43.395'^^xsd:double;
  dwc:endLatitude '43.395'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0766667 43.395, 7.0766667 43.395, 7.0766667 43.395, 7.0766667 43.395, 7.0766667 43.395))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_119'^^xsd:string;
  dwc:observationDate '2002-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_198> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.147833 7.080167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.147833"^^xsd:decimal ;
  dwc:decimalLongitude "7.080167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_198'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '662_198'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:longitude '7.080167'^^xsd:double;
  dwc:startLongitude '7.0801667'^^xsd:double;
  dwc:endLongitude '7.0801667'^^xsd:double;
  dwc:latitude '43.147833'^^xsd:double;
  dwc:startLatitude '43.1478333'^^xsd:double;
  dwc:endLatitude '43.1478333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0801667 43.1478333, 7.0801667 43.1478333, 7.0801667 43.1478333, 7.0801667 43.1478333, 7.0801667 43.1478333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_198'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_84>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_84> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_84> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.334 7.0815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.334"^^xsd:decimal ;
  dwc:decimalLongitude "7.0815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_84>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_84" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_84'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '662_84'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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.416666666667'^^xsd:double;
  dwc:longitude '7.0815'^^xsd:double;
  dwc:startLongitude '7.0815'^^xsd:double;
  dwc:endLongitude '7.0815'^^xsd:double;
  dwc:latitude '43.334'^^xsd:double;
  dwc:startLatitude '43.334'^^xsd:double;
  dwc:endLatitude '43.334'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0815 43.334, 7.0815 43.334, 7.0815 43.334, 7.0815 43.334, 7.0815 43.334))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_84'^^xsd:string;
  dwc:observationDate '2010-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_426> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4306 7.082267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4306"^^xsd:decimal ;
  dwc:decimalLongitude "7.082267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_426'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '662_426'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '16.583333333333'^^xsd:double;
  dwc:longitude '7.082267'^^xsd:double;
  dwc:startLongitude '7.0822667'^^xsd:double;
  dwc:endLongitude '7.0822667'^^xsd:double;
  dwc:latitude '43.4306'^^xsd:double;
  dwc:startLatitude '43.4306'^^xsd:double;
  dwc:endLatitude '43.4306'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0822667 43.4306, 7.0822667 43.4306, 7.0822667 43.4306, 7.0822667 43.4306, 7.0822667 43.4306))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_426'^^xsd:string;
  dwc:observationDate '2012-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_50> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.491667 7.0825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.491667"^^xsd:decimal ;
  dwc:decimalLongitude "7.0825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_50'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '662_50'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '10.5'^^xsd:double;
  dwc:longitude '7.0825'^^xsd:double;
  dwc:startLongitude '7.0825'^^xsd:double;
  dwc:endLongitude '7.0825'^^xsd:double;
  dwc:latitude '43.491667'^^xsd:double;
  dwc:startLatitude '43.4916667'^^xsd:double;
  dwc:endLatitude '43.4916667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0825 43.4916667, 7.0825 43.4916667, 7.0825 43.4916667, 7.0825 43.4916667, 7.0825 43.4916667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Grampus griseus" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '662_50'^^xsd:string;
  dwc:observationDate '2011-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_352> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3755 7.084667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3755"^^xsd:decimal ;
  dwc:decimalLongitude "7.084667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_352'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '662_352'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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.25'^^xsd:double;
  dwc:longitude '7.084667'^^xsd:double;
  dwc:startLongitude '7.0846667'^^xsd:double;
  dwc:endLongitude '7.0846667'^^xsd:double;
  dwc:latitude '43.3755'^^xsd:double;
  dwc:startLatitude '43.3755'^^xsd:double;
  dwc:endLatitude '43.3755'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0846667 43.3755, 7.0846667 43.3755, 7.0846667 43.3755, 7.0846667 43.3755, 7.0846667 43.3755))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_352'^^xsd:string;
  dwc:observationDate '2011-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_273> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.352833 7.0855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.352833"^^xsd:decimal ;
  dwc:decimalLongitude "7.0855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_273'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '662_273'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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.35'^^xsd:double;
  dwc:longitude '7.0855'^^xsd:double;
  dwc:startLongitude '7.0855'^^xsd:double;
  dwc:endLongitude '7.0855'^^xsd:double;
  dwc:latitude '43.352833'^^xsd:double;
  dwc:startLatitude '43.3528333'^^xsd:double;
  dwc:endLatitude '43.3528333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0855 43.3528333, 7.0855 43.3528333, 7.0855 43.3528333, 7.0855 43.3528333, 7.0855 43.3528333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_273'^^xsd:string;
  dwc:observationDate '2009-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_408> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3755 7.0855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3755"^^xsd:decimal ;
  dwc:decimalLongitude "7.0855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_408'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '662_408'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10.333333333333'^^xsd:double;
  dwc:longitude '7.0855'^^xsd:double;
  dwc:startLongitude '7.0855'^^xsd:double;
  dwc:endLongitude '7.0855'^^xsd:double;
  dwc:latitude '43.3755'^^xsd:double;
  dwc:startLatitude '43.3755'^^xsd:double;
  dwc:endLatitude '43.3755'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0855 43.3755, 7.0855 43.3755, 7.0855 43.3755, 7.0855 43.3755, 7.0855 43.3755))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_408'^^xsd:string;
  dwc:observationDate '2012-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_186> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.373333 7.085833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.373333"^^xsd:decimal ;
  dwc:decimalLongitude "7.085833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_186'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '662_186'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.45'^^xsd:double;
  dwc:longitude '7.085833'^^xsd:double;
  dwc:startLongitude '7.0858333'^^xsd:double;
  dwc:endLongitude '7.0858333'^^xsd:double;
  dwc:latitude '43.373333'^^xsd:double;
  dwc:startLatitude '43.3733333'^^xsd:double;
  dwc:endLatitude '43.3733333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0858333 43.3733333, 7.0858333 43.3733333, 7.0858333 43.3733333, 7.0858333 43.3733333, 7.0858333 43.3733333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_186'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_412> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4193 7.08655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4193"^^xsd:decimal ;
  dwc:decimalLongitude "7.08655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_412'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '662_412'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.966666666667'^^xsd:double;
  dwc:longitude '7.08655'^^xsd:double;
  dwc:startLongitude '7.08655'^^xsd:double;
  dwc:endLongitude '7.08655'^^xsd:double;
  dwc:latitude '43.4193'^^xsd:double;
  dwc:startLatitude '43.4193'^^xsd:double;
  dwc:endLatitude '43.4193'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.08655 43.4193, 7.08655 43.4193, 7.08655 43.4193, 7.08655 43.4193, 7.08655 43.4193))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_412'^^xsd:string;
  dwc:observationDate '2012-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_156> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.399333 7.086667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.399333"^^xsd:decimal ;
  dwc:decimalLongitude "7.086667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_156'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '662_156'^^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 '10.966666666667'^^xsd:double;
  dwc:longitude '7.086667'^^xsd:double;
  dwc:startLongitude '7.0866667'^^xsd:double;
  dwc:endLongitude '7.0866667'^^xsd:double;
  dwc:latitude '43.399333'^^xsd:double;
  dwc:startLatitude '43.3993333'^^xsd:double;
  dwc:endLatitude '43.3993333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0866667 43.3993333, 7.0866667 43.3993333, 7.0866667 43.3993333, 7.0866667 43.3993333, 7.0866667 43.3993333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_156'^^xsd:string;
  dwc:observationDate '2004-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_389> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.308167 7.086833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.308167"^^xsd:decimal ;
  dwc:decimalLongitude "7.086833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_389'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '662_389'^^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 '12.016666666667'^^xsd:double;
  dwc:longitude '7.086833'^^xsd:double;
  dwc:startLongitude '7.0868333'^^xsd:double;
  dwc:endLongitude '7.0868333'^^xsd:double;
  dwc:latitude '43.308167'^^xsd:double;
  dwc:startLatitude '43.3081667'^^xsd:double;
  dwc:endLatitude '43.3081667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0868333 43.3081667, 7.0868333 43.3081667, 7.0868333 43.3081667, 7.0868333 43.3081667, 7.0868333 43.3081667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '662_389'^^xsd:string;
  dwc:observationDate '2008-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_292> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1005 7.087167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1005"^^xsd:decimal ;
  dwc:decimalLongitude "7.087167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_292'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '662_292'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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.216666666667'^^xsd:double;
  dwc:longitude '7.087167'^^xsd:double;
  dwc:startLongitude '7.0871667'^^xsd:double;
  dwc:endLongitude '7.0871667'^^xsd:double;
  dwc:latitude '43.1005'^^xsd:double;
  dwc:startLatitude '43.1005'^^xsd:double;
  dwc:endLatitude '43.1005'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0871667 43.1005, 7.0871667 43.1005, 7.0871667 43.1005, 7.0871667 43.1005, 7.0871667 43.1005))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_292'^^xsd:string;
  dwc:observationDate '2009-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_303> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.479167 7.0875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.479167"^^xsd:decimal ;
  dwc:decimalLongitude "7.0875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_303'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '662_303'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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 '8.6666666666667'^^xsd:double;
  dwc:longitude '7.0875'^^xsd:double;
  dwc:startLongitude '7.0875'^^xsd:double;
  dwc:endLongitude '7.0875'^^xsd:double;
  dwc:latitude '43.479167'^^xsd:double;
  dwc:startLatitude '43.4791667'^^xsd:double;
  dwc:endLatitude '43.4791667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0875 43.4791667, 7.0875 43.4791667, 7.0875 43.4791667, 7.0875 43.4791667, 7.0875 43.4791667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_303'^^xsd:string;
  dwc:observationDate '2010-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_440> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.335667 7.088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.335667"^^xsd:decimal ;
  dwc:decimalLongitude "7.088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_440'^^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 '662_440'^^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 '14.25'^^xsd:double;
  dwc:longitude '7.088'^^xsd:double;
  dwc:startLongitude '7.088'^^xsd:double;
  dwc:endLongitude '7.088'^^xsd:double;
  dwc:latitude '43.335667'^^xsd:double;
  dwc:startLatitude '43.3356667'^^xsd:double;
  dwc:endLatitude '43.3356667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.088 43.3356667, 7.088 43.3356667, 7.088 43.3356667, 7.088 43.3356667, 7.088 43.3356667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_440'^^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/2827__662_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 7.088333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "7.088333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_29'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '662_29'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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 '9.65'^^xsd:double;
  dwc:longitude '7.088333'^^xsd:double;
  dwc:startLongitude '7.0883333'^^xsd:double;
  dwc:endLongitude '7.0883333'^^xsd:double;
  dwc:latitude '43.26'^^xsd:double;
  dwc:startLatitude '43.26'^^xsd:double;
  dwc:endLatitude '43.26'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0883333 43.26, 7.0883333 43.26, 7.0883333 43.26, 7.0883333 43.26, 7.0883333 43.26))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '662_29'^^xsd:string;
  dwc:observationDate '2009-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_288> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.395 7.090167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.395"^^xsd:decimal ;
  dwc:decimalLongitude "7.090167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_288'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '662_288'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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 '16.233333333333'^^xsd:double;
  dwc:longitude '7.090167'^^xsd:double;
  dwc:startLongitude '7.0901667'^^xsd:double;
  dwc:endLongitude '7.0901667'^^xsd:double;
  dwc:latitude '43.395'^^xsd:double;
  dwc:startLatitude '43.395'^^xsd:double;
  dwc:endLatitude '43.395'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0901667 43.395, 7.0901667 43.395, 7.0901667 43.395, 7.0901667 43.395, 7.0901667 43.395))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_288'^^xsd:string;
  dwc:observationDate '2009-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_484> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.344567 7.09115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.344567"^^xsd:decimal ;
  dwc:decimalLongitude "7.09115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_484'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '662_484'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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 '11.233333333333'^^xsd:double;
  dwc:longitude '7.09115'^^xsd:double;
  dwc:startLongitude '7.09115'^^xsd:double;
  dwc:endLongitude '7.09115'^^xsd:double;
  dwc:latitude '43.344567'^^xsd:double;
  dwc:startLatitude '43.344567'^^xsd:double;
  dwc:endLatitude '43.344567'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.09115 43.344567, 7.09115 43.344567, 7.09115 43.344567, 7.09115 43.344567, 7.09115 43.344567))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_484'^^xsd:string;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_415> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.398317 7.091233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.398317"^^xsd:decimal ;
  dwc:decimalLongitude "7.091233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_415'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '662_415'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:longitude '7.091233'^^xsd:double;
  dwc:startLongitude '7.0912333'^^xsd:double;
  dwc:endLongitude '7.0912333'^^xsd:double;
  dwc:latitude '43.398317'^^xsd:double;
  dwc:startLatitude '43.3983167'^^xsd:double;
  dwc:endLatitude '43.3983167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0912333 43.3983167, 7.0912333 43.3983167, 7.0912333 43.3983167, 7.0912333 43.3983167, 7.0912333 43.3983167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_415'^^xsd:string;
  dwc:observationDate '2012-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_424> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.380983 7.091283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.380983"^^xsd:decimal ;
  dwc:decimalLongitude "7.091283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_424'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '662_424'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.716666666667'^^xsd:double;
  dwc:longitude '7.091283'^^xsd:double;
  dwc:startLongitude '7.0912833'^^xsd:double;
  dwc:endLongitude '7.0912833'^^xsd:double;
  dwc:latitude '43.380983'^^xsd:double;
  dwc:startLatitude '43.3809833'^^xsd:double;
  dwc:endLatitude '43.3809833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0912833 43.3809833, 7.0912833 43.3809833, 7.0912833 43.3809833, 7.0912833 43.3809833, 7.0912833 43.3809833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_424'^^xsd:string;
  dwc:observationDate '2012-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_425> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.385083 7.092117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.385083"^^xsd:decimal ;
  dwc:decimalLongitude "7.092117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_425'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '662_425'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.75'^^xsd:double;
  dwc:longitude '7.092117'^^xsd:double;
  dwc:startLongitude '7.0921167'^^xsd:double;
  dwc:endLongitude '7.0921167'^^xsd:double;
  dwc:latitude '43.385083'^^xsd:double;
  dwc:startLatitude '43.3850833'^^xsd:double;
  dwc:endLatitude '43.3850833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0921167 43.3850833, 7.0921167 43.3850833, 7.0921167 43.3850833, 7.0921167 43.3850833, 7.0921167 43.3850833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_425'^^xsd:string;
  dwc:observationDate '2012-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_247> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3905 7.092333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3905"^^xsd:decimal ;
  dwc:decimalLongitude "7.092333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_247'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '662_247'^^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 '11.416666666667'^^xsd:double;
  dwc:longitude '7.092333'^^xsd:double;
  dwc:startLongitude '7.0923333'^^xsd:double;
  dwc:endLongitude '7.0923333'^^xsd:double;
  dwc:latitude '43.3905'^^xsd:double;
  dwc:startLatitude '43.3905'^^xsd:double;
  dwc:endLatitude '43.3905'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0923333 43.3905, 7.0923333 43.3905, 7.0923333 43.3905, 7.0923333 43.3905, 7.0923333 43.3905))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_247'^^xsd:string;
  dwc:observationDate '2008-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_320> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.480667 7.0975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.480667"^^xsd:decimal ;
  dwc:decimalLongitude "7.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/2827__662_320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.480667 7.0975)"^^geo:wktLiteral ;
  geo-pos:lat "43.480667"^^xsd:decimal ;
  geo-pos:long "7.0975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2827__662_320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_320'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '662_320'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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.916666666667'^^xsd:double;
  dwc:longitude '7.0975'^^xsd:double;
  dwc:startLongitude '7.0975'^^xsd:double;
  dwc:endLongitude '7.0975'^^xsd:double;
  dwc:latitude '43.480667'^^xsd:double;
  dwc:startLatitude '43.4806667'^^xsd:double;
  dwc:endLatitude '43.4806667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0975 43.4806667, 7.0975 43.4806667, 7.0975 43.4806667, 7.0975 43.4806667, 7.0975 43.4806667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_320'^^xsd:string;
  dwc:observationDate '2010-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_302> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3865 7.097833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3865"^^xsd:decimal ;
  dwc:decimalLongitude "7.097833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_302'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '662_302'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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.6'^^xsd:double;
  dwc:longitude '7.097833'^^xsd:double;
  dwc:startLongitude '7.0978333'^^xsd:double;
  dwc:endLongitude '7.0978333'^^xsd:double;
  dwc:latitude '43.3865'^^xsd:double;
  dwc:startLatitude '43.3865'^^xsd:double;
  dwc:endLatitude '43.3865'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0978333 43.3865, 7.0978333 43.3865, 7.0978333 43.3865, 7.0978333 43.3865, 7.0978333 43.3865))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_302'^^xsd:string;
  dwc:observationDate '2010-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_351> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.243167 7.098333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.243167"^^xsd:decimal ;
  dwc:decimalLongitude "7.098333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_351'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '662_351'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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'^^xsd:integer;
  dwc:longitude '7.098333'^^xsd:double;
  dwc:startLongitude '7.0983333'^^xsd:double;
  dwc:endLongitude '7.0983333'^^xsd:double;
  dwc:latitude '43.243167'^^xsd:double;
  dwc:startLatitude '43.2431667'^^xsd:double;
  dwc:endLatitude '43.2431667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0983333 43.2431667, 7.0983333 43.2431667, 7.0983333 43.2431667, 7.0983333 43.2431667, 7.0983333 43.2431667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_351'^^xsd:string;
  dwc:observationDate '2011-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.261333 7.098833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.261333"^^xsd:decimal ;
  dwc:decimalLongitude "7.098833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_22'^^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 '31'^^xsd:integer;
  dwc:collectorNumber '662_22'^^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 '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:longitude '7.098833'^^xsd:double;
  dwc:startLongitude '7.0988333'^^xsd:double;
  dwc:endLongitude '7.0988333'^^xsd:double;
  dwc:latitude '43.261333'^^xsd:double;
  dwc:startLatitude '43.2613333'^^xsd:double;
  dwc:endLatitude '43.2613333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0988333 43.2613333, 7.0988333 43.2613333, 7.0988333 43.2613333, 7.0988333 43.2613333, 7.0988333 43.2613333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '662_22'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_393> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.477783 7.099117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.477783"^^xsd:decimal ;
  dwc:decimalLongitude "7.099117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_393'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '662_393'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.416666666667'^^xsd:double;
  dwc:longitude '7.099117'^^xsd:double;
  dwc:startLongitude '7.0991167'^^xsd:double;
  dwc:endLongitude '7.0991167'^^xsd:double;
  dwc:latitude '43.477783'^^xsd:double;
  dwc:startLatitude '43.4777833'^^xsd:double;
  dwc:endLatitude '43.4777833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0991167 43.4777833, 7.0991167 43.4777833, 7.0991167 43.4777833, 7.0991167 43.4777833, 7.0991167 43.4777833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Grampus griseus" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '662_393'^^xsd:string;
  dwc:observationDate '2012-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_413> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.376783 7.099683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.376783"^^xsd:decimal ;
  dwc:decimalLongitude "7.099683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_413'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '662_413'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.466666666667'^^xsd:double;
  dwc:longitude '7.099683'^^xsd:double;
  dwc:startLongitude '7.0996833'^^xsd:double;
  dwc:endLongitude '7.0996833'^^xsd:double;
  dwc:latitude '43.376783'^^xsd:double;
  dwc:startLatitude '43.3767833'^^xsd:double;
  dwc:endLatitude '43.3767833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.0996833 43.3767833, 7.0996833 43.3767833, 7.0996833 43.3767833, 7.0996833 43.3767833, 7.0996833 43.3767833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_413'^^xsd:string;
  dwc:observationDate '2012-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_414> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.370767 7.101917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.370767"^^xsd:decimal ;
  dwc:decimalLongitude "7.101917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_414'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '662_414'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.566666666667'^^xsd:double;
  dwc:longitude '7.101917'^^xsd:double;
  dwc:startLongitude '7.1019167'^^xsd:double;
  dwc:endLongitude '7.1019167'^^xsd:double;
  dwc:latitude '43.370767'^^xsd:double;
  dwc:startLatitude '43.3707667'^^xsd:double;
  dwc:endLatitude '43.3707667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1019167 43.3707667, 7.1019167 43.3707667, 7.1019167 43.3707667, 7.1019167 43.3707667, 7.1019167 43.3707667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_414'^^xsd:string;
  dwc:observationDate '2012-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_200> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.351167 7.102333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.351167"^^xsd:decimal ;
  dwc:decimalLongitude "7.102333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_200'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '662_200'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.3'^^xsd:double;
  dwc:longitude '7.102333'^^xsd:double;
  dwc:startLongitude '7.1023333'^^xsd:double;
  dwc:endLongitude '7.1023333'^^xsd:double;
  dwc:latitude '43.351167'^^xsd:double;
  dwc:startLatitude '43.3511667'^^xsd:double;
  dwc:endLatitude '43.3511667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1023333 43.3511667, 7.1023333 43.3511667, 7.1023333 43.3511667, 7.1023333 43.3511667, 7.1023333 43.3511667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_200'^^xsd:string;
  dwc:observationDate '2006-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_86>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_86> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_86> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4215 7.106167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4215"^^xsd:decimal ;
  dwc:decimalLongitude "7.106167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_86>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_86" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_86'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '662_86'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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 '9.5'^^xsd:double;
  dwc:longitude '7.106167'^^xsd:double;
  dwc:startLongitude '7.1061667'^^xsd:double;
  dwc:endLongitude '7.1061667'^^xsd:double;
  dwc:latitude '43.4215'^^xsd:double;
  dwc:startLatitude '43.4215'^^xsd:double;
  dwc:endLatitude '43.4215'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1061667 43.4215, 7.1061667 43.4215, 7.1061667 43.4215, 7.1061667 43.4215, 7.1061667 43.4215))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_86'^^xsd:string;
  dwc:observationDate '2010-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_423> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.388433 7.106267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.388433"^^xsd:decimal ;
  dwc:decimalLongitude "7.106267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_423'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '662_423'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.416666666667'^^xsd:double;
  dwc:longitude '7.106267'^^xsd:double;
  dwc:startLongitude '7.1062667'^^xsd:double;
  dwc:endLongitude '7.1062667'^^xsd:double;
  dwc:latitude '43.388433'^^xsd:double;
  dwc:startLatitude '43.3884333'^^xsd:double;
  dwc:endLatitude '43.3884333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1062667 43.3884333, 7.1062667 43.3884333, 7.1062667 43.3884333, 7.1062667 43.3884333, 7.1062667 43.3884333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_423'^^xsd:string;
  dwc:observationDate '2012-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_79>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_79> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_79> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4195 7.106833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4195"^^xsd:decimal ;
  dwc:decimalLongitude "7.106833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_79>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_79" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_79'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '662_79'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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 '10.383333333333'^^xsd:double;
  dwc:longitude '7.106833'^^xsd:double;
  dwc:startLongitude '7.1068333'^^xsd:double;
  dwc:endLongitude '7.1068333'^^xsd:double;
  dwc:latitude '43.4195'^^xsd:double;
  dwc:startLatitude '43.4195'^^xsd:double;
  dwc:endLatitude '43.4195'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1068333 43.4195, 7.1068333 43.4195, 7.1068333 43.4195, 7.1068333 43.4195, 7.1068333 43.4195))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_79'^^xsd:string;
  dwc:observationDate '2009-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_469> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.461533 7.1112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.461533"^^xsd:decimal ;
  dwc:decimalLongitude "7.1112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_469'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '662_469'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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.05'^^xsd:double;
  dwc:longitude '7.1112'^^xsd:double;
  dwc:startLongitude '7.1112'^^xsd:double;
  dwc:endLongitude '7.1112'^^xsd:double;
  dwc:latitude '43.461533'^^xsd:double;
  dwc:startLatitude '43.461533'^^xsd:double;
  dwc:endLatitude '43.461533'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1112 43.461533, 7.1112 43.461533, 7.1112 43.461533, 7.1112 43.461533, 7.1112 43.461533))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_469'^^xsd:string;
  dwc:observationDate '2014-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_490> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.461533 7.1112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.461533"^^xsd:decimal ;
  dwc:decimalLongitude "7.1112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_490'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '662_490'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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.05'^^xsd:double;
  dwc:longitude '7.1112'^^xsd:double;
  dwc:startLongitude '7.1112'^^xsd:double;
  dwc:endLongitude '7.1112'^^xsd:double;
  dwc:latitude '43.461533'^^xsd:double;
  dwc:startLatitude '43.461533'^^xsd:double;
  dwc:endLatitude '43.461533'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1112 43.461533, 7.1112 43.461533, 7.1112 43.461533, 7.1112 43.461533, 7.1112 43.461533))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_490'^^xsd:string;
  dwc:observationDate '2014-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_47>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_47> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_47> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.158333 7.111667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.158333"^^xsd:decimal ;
  dwc:decimalLongitude "7.111667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_47'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '662_47'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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 '10.85'^^xsd:double;
  dwc:longitude '7.111667'^^xsd:double;
  dwc:startLongitude '7.1116667'^^xsd:double;
  dwc:endLongitude '7.1116667'^^xsd:double;
  dwc:latitude '43.158333'^^xsd:double;
  dwc:startLatitude '43.1583333'^^xsd:double;
  dwc:endLatitude '43.1583333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1116667 43.1583333, 7.1116667 43.1583333, 7.1116667 43.1583333, 7.1116667 43.1583333, 7.1116667 43.1583333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Grampus griseus" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '662_47'^^xsd:string;
  dwc:observationDate '2009-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_365> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.907333 7.111833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.907333"^^xsd:decimal ;
  dwc:decimalLongitude "7.111833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_365'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '662_365'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '17.75'^^xsd:double;
  dwc:longitude '7.111833'^^xsd:double;
  dwc:startLongitude '7.1118333'^^xsd:double;
  dwc:endLongitude '7.1118333'^^xsd:double;
  dwc:latitude '42.907333'^^xsd:double;
  dwc:startLatitude '42.9073333'^^xsd:double;
  dwc:endLatitude '42.9073333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1118333 42.9073333, 7.1118333 42.9073333, 7.1118333 42.9073333, 7.1118333 42.9073333, 7.1118333 42.9073333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_365'^^xsd:string;
  dwc:observationDate '2011-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_485> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.460167 7.1122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.460167"^^xsd:decimal ;
  dwc:decimalLongitude "7.1122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_485'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '662_485'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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 '12.916666666667'^^xsd:double;
  dwc:longitude '7.1122'^^xsd:double;
  dwc:startLongitude '7.1122'^^xsd:double;
  dwc:endLongitude '7.1122'^^xsd:double;
  dwc:latitude '43.460167'^^xsd:double;
  dwc:startLatitude '43.460167'^^xsd:double;
  dwc:endLatitude '43.460167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1122 43.460167, 7.1122 43.460167, 7.1122 43.460167, 7.1122 43.460167, 7.1122 43.460167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_485'^^xsd:string;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_199> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.360167 7.1155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.360167"^^xsd:decimal ;
  dwc:decimalLongitude "7.1155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_199'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '662_199'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.166666666667'^^xsd:double;
  dwc:longitude '7.1155'^^xsd:double;
  dwc:startLongitude '7.1155'^^xsd:double;
  dwc:endLongitude '7.1155'^^xsd:double;
  dwc:latitude '43.360167'^^xsd:double;
  dwc:startLatitude '43.3601667'^^xsd:double;
  dwc:endLatitude '43.3601667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1155 43.3601667, 7.1155 43.3601667, 7.1155 43.3601667, 7.1155 43.3601667, 7.1155 43.3601667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_199'^^xsd:string;
  dwc:observationDate '2006-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_357> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.506 7.116833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.506"^^xsd:decimal ;
  dwc:decimalLongitude "7.116833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_357'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '662_357'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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.8333333333333'^^xsd:double;
  dwc:longitude '7.116833'^^xsd:double;
  dwc:startLongitude '7.1168333'^^xsd:double;
  dwc:endLongitude '7.1168333'^^xsd:double;
  dwc:latitude '43.506'^^xsd:double;
  dwc:startLatitude '43.506'^^xsd:double;
  dwc:endLatitude '43.506'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1168333 43.506, 7.1168333 43.506, 7.1168333 43.506, 7.1168333 43.506, 7.1168333 43.506))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_357'^^xsd:string;
  dwc:observationDate '2011-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.479833 7.117667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.479833"^^xsd:decimal ;
  dwc:decimalLongitude "7.117667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_23'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '662_23'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^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.75'^^xsd:double;
  dwc:longitude '7.117667'^^xsd:double;
  dwc:startLongitude '7.1176667'^^xsd:double;
  dwc:endLongitude '7.1176667'^^xsd:double;
  dwc:latitude '43.479833'^^xsd:double;
  dwc:startLatitude '43.4798333'^^xsd:double;
  dwc:endLatitude '43.4798333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1176667 43.4798333, 7.1176667 43.4798333, 7.1176667 43.4798333, 7.1176667 43.4798333, 7.1176667 43.4798333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '662_23'^^xsd:string;
  dwc:observationDate '2002-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_36> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.221333 7.1185)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.221333"^^xsd:decimal ;
  dwc:decimalLongitude "7.1185"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_36'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '662_36'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.733333333333'^^xsd:double;
  dwc:longitude '7.1185'^^xsd:double;
  dwc:startLongitude '7.1185'^^xsd:double;
  dwc:endLongitude '7.1185'^^xsd:double;
  dwc:latitude '43.221333'^^xsd:double;
  dwc:startLatitude '43.2213333'^^xsd:double;
  dwc:endLatitude '43.2213333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1185 43.2213333, 7.1185 43.2213333, 7.1185 43.2213333, 7.1185 43.2213333, 7.1185 43.2213333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Globicephala melas" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '662_36'^^xsd:string;
  dwc:observationDate '2008-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_488> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.457883 7.1194)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.457883"^^xsd:decimal ;
  dwc:decimalLongitude "7.1194"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_488'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '662_488'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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 '7.5833333333333'^^xsd:double;
  dwc:longitude '7.1194'^^xsd:double;
  dwc:startLongitude '7.1194'^^xsd:double;
  dwc:endLongitude '7.1194'^^xsd:double;
  dwc:latitude '43.457883'^^xsd:double;
  dwc:startLatitude '43.457883'^^xsd:double;
  dwc:endLatitude '43.457883'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1194 43.457883, 7.1194 43.457883, 7.1194 43.457883, 7.1194 43.457883, 7.1194 43.457883))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_488'^^xsd:string;
  dwc:observationDate '2014-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_312> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1935 7.121333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1935"^^xsd:decimal ;
  dwc:decimalLongitude "7.121333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_312'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '662_312'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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.716666666667'^^xsd:double;
  dwc:longitude '7.121333'^^xsd:double;
  dwc:startLongitude '7.1213333'^^xsd:double;
  dwc:endLongitude '7.1213333'^^xsd:double;
  dwc:latitude '43.1935'^^xsd:double;
  dwc:startLatitude '43.1935'^^xsd:double;
  dwc:endLatitude '43.1935'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1213333 43.1935, 7.1213333 43.1935, 7.1213333 43.1935, 7.1213333 43.1935, 7.1213333 43.1935))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_312'^^xsd:string;
  dwc:observationDate '2010-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_453> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.31242 7.123168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.31242"^^xsd:decimal ;
  dwc:decimalLongitude "7.123168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_453'^^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 '14'^^xsd:integer;
  dwc:collectorNumber '662_453'^^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 '14.75'^^xsd:double;
  dwc:longitude '7.123168'^^xsd:double;
  dwc:startLongitude '7.123168'^^xsd:double;
  dwc:endLongitude '7.123168'^^xsd:double;
  dwc:latitude '43.31242'^^xsd:double;
  dwc:startLatitude '43.31242'^^xsd:double;
  dwc:endLatitude '43.31242'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.123168 43.31242, 7.123168 43.31242, 7.123168 43.31242, 7.123168 43.31242, 7.123168 43.31242))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_453'^^xsd:string;
  dwc:observationDate '2013-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_249> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 7.123667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "7.123667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_249'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '662_249'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.083333333333'^^xsd:double;
  dwc:longitude '7.123667'^^xsd:double;
  dwc:startLongitude '7.1236667'^^xsd:double;
  dwc:endLongitude '7.1236667'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:startLatitude '43.3'^^xsd:double;
  dwc:endLatitude '43.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1236667 43.3, 7.1236667 43.3, 7.1236667 43.3, 7.1236667 43.3, 7.1236667 43.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_249'^^xsd:string;
  dwc:observationDate '2008-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_248> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.297667 7.124833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.297667"^^xsd:decimal ;
  dwc:decimalLongitude "7.124833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_248'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '662_248'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:longitude '7.124833'^^xsd:double;
  dwc:startLongitude '7.1248333'^^xsd:double;
  dwc:endLongitude '7.1248333'^^xsd:double;
  dwc:latitude '43.297667'^^xsd:double;
  dwc:startLatitude '43.2976667'^^xsd:double;
  dwc:endLatitude '43.2976667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1248333 43.2976667, 7.1248333 43.2976667, 7.1248333 43.2976667, 7.1248333 43.2976667, 7.1248333 43.2976667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_248'^^xsd:string;
  dwc:observationDate '2008-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.946667 7.125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.946667"^^xsd:decimal ;
  dwc:decimalLongitude "7.125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_20'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '662_20'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '10.333333333333'^^xsd:double;
  dwc:longitude '7.125'^^xsd:double;
  dwc:startLongitude '7.125'^^xsd:double;
  dwc:endLongitude '7.125'^^xsd:double;
  dwc:latitude '42.946667'^^xsd:double;
  dwc:startLatitude '42.9466667'^^xsd:double;
  dwc:endLatitude '42.9466667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.125 42.9466667, 7.125 42.9466667, 7.125 42.9466667, 7.125 42.9466667, 7.125 42.9466667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Balaenoptera physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '662_20'^^xsd:string;
  dwc:observationDate '2011-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_148> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.139167 7.125833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.139167"^^xsd:decimal ;
  dwc:decimalLongitude "7.125833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_148'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '662_148'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.55'^^xsd:double;
  dwc:longitude '7.125833'^^xsd:double;
  dwc:startLongitude '7.1258333'^^xsd:double;
  dwc:endLongitude '7.1258333'^^xsd:double;
  dwc:latitude '43.139167'^^xsd:double;
  dwc:startLatitude '43.1391667'^^xsd:double;
  dwc:endLatitude '43.1391667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1258333 43.1391667, 7.1258333 43.1391667, 7.1258333 43.1391667, 7.1258333 43.1391667, 7.1258333 43.1391667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_148'^^xsd:string;
  dwc:observationDate '2004-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_340> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.495667 7.1308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.495667"^^xsd:decimal ;
  dwc:decimalLongitude "7.1308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_340'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '662_340'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.65'^^xsd:double;
  dwc:longitude '7.1308'^^xsd:double;
  dwc:startLongitude '7.1308'^^xsd:double;
  dwc:endLongitude '7.1308'^^xsd:double;
  dwc:latitude '43.495667'^^xsd:double;
  dwc:startLatitude '43.4956667'^^xsd:double;
  dwc:endLatitude '43.4956667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1308 43.4956667, 7.1308 43.4956667, 7.1308 43.4956667, 7.1308 43.4956667, 7.1308 43.4956667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_340'^^xsd:string;
  dwc:observationDate '2011-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_489> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.464483 7.133233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.464483"^^xsd:decimal ;
  dwc:decimalLongitude "7.133233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_489'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '662_489'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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 '7.85'^^xsd:double;
  dwc:longitude '7.133233'^^xsd:double;
  dwc:startLongitude '7.133233'^^xsd:double;
  dwc:endLongitude '7.133233'^^xsd:double;
  dwc:latitude '43.464483'^^xsd:double;
  dwc:startLatitude '43.464483'^^xsd:double;
  dwc:endLatitude '43.464483'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.133233 43.464483, 7.133233 43.464483, 7.133233 43.464483, 7.133233 43.464483, 7.133233 43.464483))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_489'^^xsd:string;
  dwc:observationDate '2014-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_214> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.049333 7.1345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.049333"^^xsd:decimal ;
  dwc:decimalLongitude "7.1345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_214'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '662_214'^^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 '12.35'^^xsd:double;
  dwc:longitude '7.1345'^^xsd:double;
  dwc:startLongitude '7.1345'^^xsd:double;
  dwc:endLongitude '7.1345'^^xsd:double;
  dwc:latitude '43.049333'^^xsd:double;
  dwc:startLatitude '43.0493333'^^xsd:double;
  dwc:endLatitude '43.0493333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1345 43.0493333, 7.1345 43.0493333, 7.1345 43.0493333, 7.1345 43.0493333, 7.1345 43.0493333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_214'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_166> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.306167 7.141333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.306167"^^xsd:decimal ;
  dwc:decimalLongitude "7.141333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_166'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '662_166'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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.95'^^xsd:double;
  dwc:longitude '7.141333'^^xsd:double;
  dwc:startLongitude '7.1413333'^^xsd:double;
  dwc:endLongitude '7.1413333'^^xsd:double;
  dwc:latitude '43.306167'^^xsd:double;
  dwc:startLatitude '43.3061667'^^xsd:double;
  dwc:endLatitude '43.3061667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1413333 43.3061667, 7.1413333 43.3061667, 7.1413333 43.3061667, 7.1413333 43.3061667, 7.1413333 43.3061667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_166'^^xsd:string;
  dwc:observationDate '2005-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_279> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.302333 7.1415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.302333"^^xsd:decimal ;
  dwc:decimalLongitude "7.1415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_279'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '662_279'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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 '9.55'^^xsd:double;
  dwc:longitude '7.1415'^^xsd:double;
  dwc:startLongitude '7.1415'^^xsd:double;
  dwc:endLongitude '7.1415'^^xsd:double;
  dwc:latitude '43.302333'^^xsd:double;
  dwc:startLatitude '43.3023333'^^xsd:double;
  dwc:endLatitude '43.3023333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1415 43.3023333, 7.1415 43.3023333, 7.1415 43.3023333, 7.1415 43.3023333, 7.1415 43.3023333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_279'^^xsd:string;
  dwc:observationDate '2009-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_339> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.441833 7.142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.441833"^^xsd:decimal ;
  dwc:decimalLongitude "7.142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_339'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '662_339'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.516666666667'^^xsd:double;
  dwc:longitude '7.142'^^xsd:double;
  dwc:startLongitude '7.142'^^xsd:double;
  dwc:endLongitude '7.142'^^xsd:double;
  dwc:latitude '43.441833'^^xsd:double;
  dwc:startLatitude '43.4418333'^^xsd:double;
  dwc:endLatitude '43.4418333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.142 43.4418333, 7.142 43.4418333, 7.142 43.4418333, 7.142 43.4418333, 7.142 43.4418333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_339'^^xsd:string;
  dwc:observationDate '2011-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_88>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_88> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_88> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.489667 7.143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.489667"^^xsd:decimal ;
  dwc:decimalLongitude "7.143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_88>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_88" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_88'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '662_88'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '10.666666666667'^^xsd:double;
  dwc:longitude '7.143'^^xsd:double;
  dwc:startLongitude '7.143'^^xsd:double;
  dwc:endLongitude '7.143'^^xsd:double;
  dwc:latitude '43.489667'^^xsd:double;
  dwc:startLatitude '43.4896667'^^xsd:double;
  dwc:endLatitude '43.4896667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.143 43.4896667, 7.143 43.4896667, 7.143 43.4896667, 7.143 43.4896667, 7.143 43.4896667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_88'^^xsd:string;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_422> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.374 7.144633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.374"^^xsd:decimal ;
  dwc:decimalLongitude "7.144633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_422'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_422'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.833333333333'^^xsd:double;
  dwc:longitude '7.144633'^^xsd:double;
  dwc:startLongitude '7.1446333'^^xsd:double;
  dwc:endLongitude '7.1446333'^^xsd:double;
  dwc:latitude '43.374'^^xsd:double;
  dwc:startLatitude '43.374'^^xsd:double;
  dwc:endLatitude '43.374'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1446333 43.374, 7.1446333 43.374, 7.1446333 43.374, 7.1446333 43.374, 7.1446333 43.374))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_422'^^xsd:string;
  dwc:observationDate '2012-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.915167 7.144833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.915167"^^xsd:decimal ;
  dwc:decimalLongitude "7.144833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_17'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '662_17'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '18'^^xsd:integer;
  dwc:longitude '7.144833'^^xsd:double;
  dwc:startLongitude '7.1448333'^^xsd:double;
  dwc:endLongitude '7.1448333'^^xsd:double;
  dwc:latitude '42.915167'^^xsd:double;
  dwc:startLatitude '42.9151667'^^xsd:double;
  dwc:endLatitude '42.9151667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1448333 42.9151667, 7.1448333 42.9151667, 7.1448333 42.9151667, 7.1448333 42.9151667, 7.1448333 42.9151667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Balaenoptera physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '662_17'^^xsd:string;
  dwc:observationDate '2011-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_416> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.406517 7.145467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.406517"^^xsd:decimal ;
  dwc:decimalLongitude "7.145467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_416'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '662_416'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:longitude '7.145467'^^xsd:double;
  dwc:startLongitude '7.1454667'^^xsd:double;
  dwc:endLongitude '7.1454667'^^xsd:double;
  dwc:latitude '43.406517'^^xsd:double;
  dwc:startLatitude '43.4065167'^^xsd:double;
  dwc:endLatitude '43.4065167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1454667 43.4065167, 7.1454667 43.4065167, 7.1454667 43.4065167, 7.1454667 43.4065167, 7.1454667 43.4065167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_416'^^xsd:string;
  dwc:observationDate '2012-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_129> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.479667 7.146667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.479667"^^xsd:decimal ;
  dwc:decimalLongitude "7.146667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_129'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '662_129'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.4666666666667'^^xsd:double;
  dwc:longitude '7.146667'^^xsd:double;
  dwc:startLongitude '7.1466667'^^xsd:double;
  dwc:endLongitude '7.1466667'^^xsd:double;
  dwc:latitude '43.479667'^^xsd:double;
  dwc:startLatitude '43.4796667'^^xsd:double;
  dwc:endLatitude '43.4796667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1466667 43.4796667, 7.1466667 43.4796667, 7.1466667 43.4796667, 7.1466667 43.4796667, 7.1466667 43.4796667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_129'^^xsd:string;
  dwc:observationDate '2003-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_417> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.408067 7.151167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.408067"^^xsd:decimal ;
  dwc:decimalLongitude "7.151167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_417'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '662_417'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.65'^^xsd:double;
  dwc:longitude '7.151167'^^xsd:double;
  dwc:startLongitude '7.1511667'^^xsd:double;
  dwc:endLongitude '7.1511667'^^xsd:double;
  dwc:latitude '43.408067'^^xsd:double;
  dwc:startLatitude '43.4080667'^^xsd:double;
  dwc:endLatitude '43.4080667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1511667 43.4080667, 7.1511667 43.4080667, 7.1511667 43.4080667, 7.1511667 43.4080667, 7.1511667 43.4080667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_417'^^xsd:string;
  dwc:observationDate '2012-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_165> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3265 7.151333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3265"^^xsd:decimal ;
  dwc:decimalLongitude "7.151333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_165'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '662_165'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^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 '10.666666666667'^^xsd:double;
  dwc:longitude '7.151333'^^xsd:double;
  dwc:startLongitude '7.1513333'^^xsd:double;
  dwc:endLongitude '7.1513333'^^xsd:double;
  dwc:latitude '43.3265'^^xsd:double;
  dwc:startLatitude '43.3265'^^xsd:double;
  dwc:endLatitude '43.3265'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1513333 43.3265, 7.1513333 43.3265, 7.1513333 43.3265, 7.1513333 43.3265, 7.1513333 43.3265))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_165'^^xsd:string;
  dwc:observationDate '2005-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.131167 7.153333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.131167"^^xsd:decimal ;
  dwc:decimalLongitude "7.153333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_14'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '662_14'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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 '10.75'^^xsd:double;
  dwc:longitude '7.153333'^^xsd:double;
  dwc:startLongitude '7.1533333'^^xsd:double;
  dwc:endLongitude '7.1533333'^^xsd:double;
  dwc:latitude '43.131167'^^xsd:double;
  dwc:startLatitude '43.1311667'^^xsd:double;
  dwc:endLatitude '43.1311667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1533333 43.1311667, 7.1533333 43.1311667, 7.1533333 43.1311667, 7.1533333 43.1311667, 7.1533333 43.1311667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Balaenoptera physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '662_14'^^xsd:string;
  dwc:observationDate '2010-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_313> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.18 7.154167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.18"^^xsd:decimal ;
  dwc:decimalLongitude "7.154167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_313'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '662_313'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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 '14.366666666667'^^xsd:double;
  dwc:longitude '7.154167'^^xsd:double;
  dwc:startLongitude '7.1541667'^^xsd:double;
  dwc:endLongitude '7.1541667'^^xsd:double;
  dwc:latitude '43.18'^^xsd:double;
  dwc:startLatitude '43.18'^^xsd:double;
  dwc:endLatitude '43.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1541667 43.18, 7.1541667 43.18, 7.1541667 43.18, 7.1541667 43.18, 7.1541667 43.18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_313'^^xsd:string;
  dwc:observationDate '2010-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_362> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.341 7.154333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.341"^^xsd:decimal ;
  dwc:decimalLongitude "7.154333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_362'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '662_362'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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.816666666667'^^xsd:double;
  dwc:longitude '7.154333'^^xsd:double;
  dwc:startLongitude '7.1543333'^^xsd:double;
  dwc:endLongitude '7.1543333'^^xsd:double;
  dwc:latitude '43.341'^^xsd:double;
  dwc:startLatitude '43.341'^^xsd:double;
  dwc:endLatitude '43.341'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1543333 43.341, 7.1543333 43.341, 7.1543333 43.341, 7.1543333 43.341, 7.1543333 43.341))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_362'^^xsd:string;
  dwc:observationDate '2011-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_338> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.443667 7.157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.443667"^^xsd:decimal ;
  dwc:decimalLongitude "7.157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_338'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '662_338'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.433333333333'^^xsd:double;
  dwc:longitude '7.157'^^xsd:double;
  dwc:startLongitude '7.157'^^xsd:double;
  dwc:endLongitude '7.157'^^xsd:double;
  dwc:latitude '43.443667'^^xsd:double;
  dwc:startLatitude '43.4436667'^^xsd:double;
  dwc:endLatitude '43.4436667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.157 43.4436667, 7.157 43.4436667, 7.157 43.4436667, 7.157 43.4436667, 7.157 43.4436667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_338'^^xsd:string;
  dwc:observationDate '2011-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_128> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.304667 7.159333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.304667"^^xsd:decimal ;
  dwc:decimalLongitude "7.159333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_128'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '662_128'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.733333333333'^^xsd:double;
  dwc:longitude '7.159333'^^xsd:double;
  dwc:startLongitude '7.1593333'^^xsd:double;
  dwc:endLongitude '7.1593333'^^xsd:double;
  dwc:latitude '43.304667'^^xsd:double;
  dwc:startLatitude '43.3046667'^^xsd:double;
  dwc:endLatitude '43.3046667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1593333 43.3046667, 7.1593333 43.3046667, 7.1593333 43.3046667, 7.1593333 43.3046667, 7.1593333 43.3046667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_128'^^xsd:string;
  dwc:observationDate '2003-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_363> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.341 7.160333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.341"^^xsd:decimal ;
  dwc:decimalLongitude "7.160333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_363'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '662_363'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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.983333333333'^^xsd:double;
  dwc:longitude '7.160333'^^xsd:double;
  dwc:startLongitude '7.1603333'^^xsd:double;
  dwc:endLongitude '7.1603333'^^xsd:double;
  dwc:latitude '43.341'^^xsd:double;
  dwc:startLatitude '43.341'^^xsd:double;
  dwc:endLatitude '43.341'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1603333 43.341, 7.1603333 43.341, 7.1603333 43.341, 7.1603333 43.341, 7.1603333 43.341))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_363'^^xsd:string;
  dwc:observationDate '2011-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_322> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.348333 7.165833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.348333"^^xsd:decimal ;
  dwc:decimalLongitude "7.165833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_322'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '662_322'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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 '10.833333333333'^^xsd:double;
  dwc:longitude '7.165833'^^xsd:double;
  dwc:startLongitude '7.1658333'^^xsd:double;
  dwc:endLongitude '7.1658333'^^xsd:double;
  dwc:latitude '43.348333'^^xsd:double;
  dwc:startLatitude '43.3483333'^^xsd:double;
  dwc:endLatitude '43.3483333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1658333 43.3483333, 7.1658333 43.3483333, 7.1658333 43.3483333, 7.1658333 43.3483333, 7.1658333 43.3483333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_322'^^xsd:string;
  dwc:observationDate '2010-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_451> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42925 7.16635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42925"^^xsd:decimal ;
  dwc:decimalLongitude "7.16635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_451'^^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 '14'^^xsd:integer;
  dwc:collectorNumber '662_451'^^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 '12.616666666667'^^xsd:double;
  dwc:longitude '7.16635'^^xsd:double;
  dwc:startLongitude '7.16635'^^xsd:double;
  dwc:endLongitude '7.16635'^^xsd:double;
  dwc:latitude '43.42925'^^xsd:double;
  dwc:startLatitude '43.42925'^^xsd:double;
  dwc:endLatitude '43.42925'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.16635 43.42925, 7.16635 43.42925, 7.16635 43.42925, 7.16635 43.42925, 7.16635 43.42925))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_451'^^xsd:string;
  dwc:observationDate '2013-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_388> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.529667 7.166667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.529667"^^xsd:decimal ;
  dwc:decimalLongitude "7.166667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_388'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '662_388'^^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.2833333333333'^^xsd:double;
  dwc:longitude '7.166667'^^xsd:double;
  dwc:startLongitude '7.1666667'^^xsd:double;
  dwc:endLongitude '7.1666667'^^xsd:double;
  dwc:latitude '43.529667'^^xsd:double;
  dwc:startLatitude '43.5296667'^^xsd:double;
  dwc:endLatitude '43.5296667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1666667 43.5296667, 7.1666667 43.5296667, 7.1666667 43.5296667, 7.1666667 43.5296667, 7.1666667 43.5296667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Tursiops truncatus" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '662_388'^^xsd:string;
  dwc:observationDate '2008-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_293> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.452833 7.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.452833"^^xsd:decimal ;
  dwc:decimalLongitude "7.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_293'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '662_293'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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 '9.5'^^xsd:double;
  dwc:longitude '7.167'^^xsd:double;
  dwc:startLongitude '7.167'^^xsd:double;
  dwc:endLongitude '7.167'^^xsd:double;
  dwc:latitude '43.452833'^^xsd:double;
  dwc:startLatitude '43.4528333'^^xsd:double;
  dwc:endLatitude '43.4528333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.167 43.4528333, 7.167 43.4528333, 7.167 43.4528333, 7.167 43.4528333, 7.167 43.4528333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_293'^^xsd:string;
  dwc:observationDate '2009-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_250> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.485833 7.167333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.485833"^^xsd:decimal ;
  dwc:decimalLongitude "7.167333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_250'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '662_250'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:longitude '7.167333'^^xsd:double;
  dwc:startLongitude '7.1673333'^^xsd:double;
  dwc:endLongitude '7.1673333'^^xsd:double;
  dwc:latitude '43.485833'^^xsd:double;
  dwc:startLatitude '43.4858333'^^xsd:double;
  dwc:endLatitude '43.4858333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1673333 43.4858333, 7.1673333 43.4858333, 7.1673333 43.4858333, 7.1673333 43.4858333, 7.1673333 43.4858333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_250'^^xsd:string;
  dwc:observationDate '2008-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_324> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.318333 7.168333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.318333"^^xsd:decimal ;
  dwc:decimalLongitude "7.168333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_324'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '662_324'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.65'^^xsd:double;
  dwc:longitude '7.168333'^^xsd:double;
  dwc:startLongitude '7.1683333'^^xsd:double;
  dwc:endLongitude '7.1683333'^^xsd:double;
  dwc:latitude '43.318333'^^xsd:double;
  dwc:startLatitude '43.3183333'^^xsd:double;
  dwc:endLatitude '43.3183333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1683333 43.3183333, 7.1683333 43.3183333, 7.1683333 43.3183333, 7.1683333 43.3183333, 7.1683333 43.3183333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_324'^^xsd:string;
  dwc:observationDate '2010-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_87>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_87> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_87> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.492667 7.168333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.492667"^^xsd:decimal ;
  dwc:decimalLongitude "7.168333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_87>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_87" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_87'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '662_87'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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 '15'^^xsd:integer;
  dwc:longitude '7.168333'^^xsd:double;
  dwc:startLongitude '7.1683333'^^xsd:double;
  dwc:endLongitude '7.1683333'^^xsd:double;
  dwc:latitude '43.492667'^^xsd:double;
  dwc:startLatitude '43.4926667'^^xsd:double;
  dwc:endLatitude '43.4926667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1683333 43.4926667, 7.1683333 43.4926667, 7.1683333 43.4926667, 7.1683333 43.4926667, 7.1683333 43.4926667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_87'^^xsd:string;
  dwc:observationDate '2010-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_439> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.36245 7.177283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.36245"^^xsd:decimal ;
  dwc:decimalLongitude "7.177283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_439'^^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 '662_439'^^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 '11.25'^^xsd:double;
  dwc:longitude '7.177283'^^xsd:double;
  dwc:startLongitude '7.1772833'^^xsd:double;
  dwc:endLongitude '7.1772833'^^xsd:double;
  dwc:latitude '43.36245'^^xsd:double;
  dwc:startLatitude '43.36245'^^xsd:double;
  dwc:endLatitude '43.36245'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1772833 43.36245, 7.1772833 43.36245, 7.1772833 43.36245, 7.1772833 43.36245, 7.1772833 43.36245))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_439'^^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/2827__662_492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_492> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.513883 7.177333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.513883"^^xsd:decimal ;
  dwc:decimalLongitude "7.177333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_492'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '662_492'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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 '15.35'^^xsd:double;
  dwc:longitude '7.177333'^^xsd:double;
  dwc:startLongitude '7.177333'^^xsd:double;
  dwc:endLongitude '7.177333'^^xsd:double;
  dwc:latitude '43.513883'^^xsd:double;
  dwc:startLatitude '43.513883'^^xsd:double;
  dwc:endLatitude '43.513883'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.177333 43.513883, 7.177333 43.513883, 7.177333 43.513883, 7.177333 43.513883, 7.177333 43.513883))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_492'^^xsd:string;
  dwc:observationDate '2014-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_295> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4629 7.178997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4629"^^xsd:decimal ;
  dwc:decimalLongitude "7.178997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_295'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '662_295'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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 '11.666666666667'^^xsd:double;
  dwc:longitude '7.178997'^^xsd:double;
  dwc:startLongitude '7.178997'^^xsd:double;
  dwc:endLongitude '7.178997'^^xsd:double;
  dwc:latitude '43.4629'^^xsd:double;
  dwc:startLatitude '43.4629'^^xsd:double;
  dwc:endLatitude '43.4629'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.178997 43.4629, 7.178997 43.4629, 7.178997 43.4629, 7.178997 43.4629, 7.178997 43.4629))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_295'^^xsd:string;
  dwc:observationDate '2009-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_450> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42885 7.179634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42885"^^xsd:decimal ;
  dwc:decimalLongitude "7.179634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_450'^^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 '11'^^xsd:integer;
  dwc:collectorNumber '662_450'^^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 '12.7'^^xsd:double;
  dwc:longitude '7.179634'^^xsd:double;
  dwc:startLongitude '7.179634'^^xsd:double;
  dwc:endLongitude '7.179634'^^xsd:double;
  dwc:latitude '43.42885'^^xsd:double;
  dwc:startLatitude '43.42885'^^xsd:double;
  dwc:endLatitude '43.42885'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.179634 43.42885, 7.179634 43.42885, 7.179634 43.42885, 7.179634 43.42885, 7.179634 43.42885))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_450'^^xsd:string;
  dwc:observationDate '2013-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.903333 7.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.903333"^^xsd:decimal ;
  dwc:decimalLongitude "7.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_31'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '662_31'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '8.75'^^xsd:double;
  dwc:longitude '7.18'^^xsd:double;
  dwc:startLongitude '7.18'^^xsd:double;
  dwc:endLongitude '7.18'^^xsd:double;
  dwc:latitude '42.903333'^^xsd:double;
  dwc:startLatitude '42.9033333'^^xsd:double;
  dwc:endLatitude '42.9033333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.18 42.9033333, 7.18 42.9033333, 7.18 42.9033333, 7.18 42.9033333, 7.18 42.9033333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Delphinus delphis" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '662_31'^^xsd:string;
  dwc:observationDate '2011-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.903333 7.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.903333"^^xsd:decimal ;
  dwc:decimalLongitude "7.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_19'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '662_19'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '8.75'^^xsd:double;
  dwc:longitude '7.18'^^xsd:double;
  dwc:startLongitude '7.18'^^xsd:double;
  dwc:endLongitude '7.18'^^xsd:double;
  dwc:latitude '42.903333'^^xsd:double;
  dwc:startLatitude '42.9033333'^^xsd:double;
  dwc:endLatitude '42.9033333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.18 42.9033333, 7.18 42.9033333, 7.18 42.9033333, 7.18 42.9033333, 7.18 42.9033333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Balaenoptera physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '662_19'^^xsd:string;
  dwc:observationDate '2011-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_400> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 7.1815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "7.1815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_400'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '662_400'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '16.266666666667'^^xsd:double;
  dwc:longitude '7.1815'^^xsd:double;
  dwc:startLongitude '7.1815'^^xsd:double;
  dwc:endLongitude '7.1815'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:startLatitude '43.44'^^xsd:double;
  dwc:endLatitude '43.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1815 43.44, 7.1815 43.44, 7.1815 43.44, 7.1815 43.44, 7.1815 43.44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_400'^^xsd:string;
  dwc:observationDate '2013-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_216> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.052667 7.181833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.052667"^^xsd:decimal ;
  dwc:decimalLongitude "7.181833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_216'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '662_216'^^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 '12.933333333333'^^xsd:double;
  dwc:longitude '7.181833'^^xsd:double;
  dwc:startLongitude '7.1818333'^^xsd:double;
  dwc:endLongitude '7.1818333'^^xsd:double;
  dwc:latitude '43.052667'^^xsd:double;
  dwc:startLatitude '43.0526667'^^xsd:double;
  dwc:endLatitude '43.0526667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1818333 43.0526667, 7.1818333 43.0526667, 7.1818333 43.0526667, 7.1818333 43.0526667, 7.1818333 43.0526667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_216'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_486> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.600767 7.1845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.600767"^^xsd:decimal ;
  dwc:decimalLongitude "7.1845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_486'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '662_486'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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 '16.25'^^xsd:double;
  dwc:longitude '7.1845'^^xsd:double;
  dwc:startLongitude '7.1845'^^xsd:double;
  dwc:endLongitude '7.1845'^^xsd:double;
  dwc:latitude '43.600767'^^xsd:double;
  dwc:startLatitude '43.600767'^^xsd:double;
  dwc:endLatitude '43.600767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1845 43.600767, 7.1845 43.600767, 7.1845 43.600767, 7.1845 43.600767, 7.1845 43.600767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_486'^^xsd:string;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_409> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.418167 7.185333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.418167"^^xsd:decimal ;
  dwc:decimalLongitude "7.185333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_409'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '662_409'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.416666666667'^^xsd:double;
  dwc:longitude '7.185333'^^xsd:double;
  dwc:startLongitude '7.1853333'^^xsd:double;
  dwc:endLongitude '7.1853333'^^xsd:double;
  dwc:latitude '43.418167'^^xsd:double;
  dwc:startLatitude '43.4181667'^^xsd:double;
  dwc:endLatitude '43.4181667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1853333 43.4181667, 7.1853333 43.4181667, 7.1853333 43.4181667, 7.1853333 43.4181667, 7.1853333 43.4181667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_409'^^xsd:string;
  dwc:observationDate '2012-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_130> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.404167 7.188333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.404167"^^xsd:decimal ;
  dwc:decimalLongitude "7.188333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_130'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '662_130'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.2833333333333'^^xsd:double;
  dwc:longitude '7.188333'^^xsd:double;
  dwc:startLongitude '7.1883333'^^xsd:double;
  dwc:endLongitude '7.1883333'^^xsd:double;
  dwc:latitude '43.404167'^^xsd:double;
  dwc:startLatitude '43.4041667'^^xsd:double;
  dwc:endLatitude '43.4041667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1883333 43.4041667, 7.1883333 43.4041667, 7.1883333 43.4041667, 7.1883333 43.4041667, 7.1883333 43.4041667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_130'^^xsd:string;
  dwc:observationDate '2003-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_70>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_70> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_70> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4685 7.189333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4685"^^xsd:decimal ;
  dwc:decimalLongitude "7.189333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_70>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_70" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_70'^^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 '20'^^xsd:integer;
  dwc:collectorNumber '662_70'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15.516666666667'^^xsd:double;
  dwc:longitude '7.189333'^^xsd:double;
  dwc:startLongitude '7.1893333'^^xsd:double;
  dwc:endLongitude '7.1893333'^^xsd:double;
  dwc:latitude '43.4685'^^xsd:double;
  dwc:startLatitude '43.4685'^^xsd:double;
  dwc:endLatitude '43.4685'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1893333 43.4685, 7.1893333 43.4685, 7.1893333 43.4685, 7.1893333 43.4685, 7.1893333 43.4685))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_70'^^xsd:string;
  dwc:observationDate '2008-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_449> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.332383 7.194483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.332383"^^xsd:decimal ;
  dwc:decimalLongitude "7.194483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_449'^^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 '5'^^xsd:integer;
  dwc:collectorNumber '662_449'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '7.194483'^^xsd:double;
  dwc:startLongitude '7.1944833'^^xsd:double;
  dwc:endLongitude '7.1944833'^^xsd:double;
  dwc:latitude '43.332383'^^xsd:double;
  dwc:startLatitude '43.3323833'^^xsd:double;
  dwc:endLatitude '43.3323833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1944833 43.3323833, 7.1944833 43.3323833, 7.1944833 43.3323833, 7.1944833 43.3323833, 7.1944833 43.3323833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_449'^^xsd:string;
  dwc:observationDate '2013-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.315167 7.199667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.315167"^^xsd:decimal ;
  dwc:decimalLongitude "7.199667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_5'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '662_5'^^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 '15.533333333333'^^xsd:double;
  dwc:longitude '7.199667'^^xsd:double;
  dwc:startLongitude '7.1996667'^^xsd:double;
  dwc:endLongitude '7.1996667'^^xsd:double;
  dwc:latitude '43.315167'^^xsd:double;
  dwc:startLatitude '43.3151667'^^xsd:double;
  dwc:endLatitude '43.3151667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.1996667 43.3151667, 7.1996667 43.3151667, 7.1996667 43.3151667, 7.1996667 43.3151667, 7.1996667 43.3151667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Balaenoptera physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '662_5'^^xsd:string;
  dwc:observationDate '2004-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_325> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.35 7.201667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.35"^^xsd:decimal ;
  dwc:decimalLongitude "7.201667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_325'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '662_325'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.8'^^xsd:double;
  dwc:longitude '7.201667'^^xsd:double;
  dwc:startLongitude '7.2016667'^^xsd:double;
  dwc:endLongitude '7.2016667'^^xsd:double;
  dwc:latitude '43.35'^^xsd:double;
  dwc:startLatitude '43.35'^^xsd:double;
  dwc:endLatitude '43.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.2016667 43.35, 7.2016667 43.35, 7.2016667 43.35, 7.2016667 43.35, 7.2016667 43.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_325'^^xsd:string;
  dwc:observationDate '2010-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_89>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_89> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_89> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.491333 7.201667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.491333"^^xsd:decimal ;
  dwc:decimalLongitude "7.201667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_89>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_89" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_89'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '662_89'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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.333333333333'^^xsd:double;
  dwc:longitude '7.201667'^^xsd:double;
  dwc:startLongitude '7.2016667'^^xsd:double;
  dwc:endLongitude '7.2016667'^^xsd:double;
  dwc:latitude '43.491333'^^xsd:double;
  dwc:startLatitude '43.4913333'^^xsd:double;
  dwc:endLatitude '43.4913333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.2016667 43.4913333, 7.2016667 43.4913333, 7.2016667 43.4913333, 7.2016667 43.4913333, 7.2016667 43.4913333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_89'^^xsd:string;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_152> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.334167 7.204667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.334167"^^xsd:decimal ;
  dwc:decimalLongitude "7.204667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_152'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '662_152'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:longitude '7.204667'^^xsd:double;
  dwc:startLongitude '7.2046667'^^xsd:double;
  dwc:endLongitude '7.2046667'^^xsd:double;
  dwc:latitude '43.334167'^^xsd:double;
  dwc:startLatitude '43.3341667'^^xsd:double;
  dwc:endLatitude '43.3341667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.2046667 43.3341667, 7.2046667 43.3341667, 7.2046667 43.3341667, 7.2046667 43.3341667, 7.2046667 43.3341667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_152'^^xsd:string;
  dwc:observationDate '2004-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_319> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1005 7.207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1005"^^xsd:decimal ;
  dwc:decimalLongitude "7.207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_319'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '662_319'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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.633333333333'^^xsd:double;
  dwc:longitude '7.207'^^xsd:double;
  dwc:startLongitude '7.207'^^xsd:double;
  dwc:endLongitude '7.207'^^xsd:double;
  dwc:latitude '43.1005'^^xsd:double;
  dwc:startLatitude '43.1005'^^xsd:double;
  dwc:endLatitude '43.1005'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.207 43.1005, 7.207 43.1005, 7.207 43.1005, 7.207 43.1005, 7.207 43.1005))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_319'^^xsd:string;
  dwc:observationDate '2010-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_441> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.396383 7.207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.396383"^^xsd:decimal ;
  dwc:decimalLongitude "7.207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_441'^^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 '1'^^xsd:integer;
  dwc:collectorNumber '662_441'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.6'^^xsd:double;
  dwc:longitude '7.207'^^xsd:double;
  dwc:startLongitude '7.207'^^xsd:double;
  dwc:endLongitude '7.207'^^xsd:double;
  dwc:latitude '43.396383'^^xsd:double;
  dwc:startLatitude '43.3963833'^^xsd:double;
  dwc:endLatitude '43.3963833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.207 43.3963833, 7.207 43.3963833, 7.207 43.3963833, 7.207 43.3963833, 7.207 43.3963833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_441'^^xsd:string;
  dwc:observationDate '2013-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_411> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.443667 7.207833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.443667"^^xsd:decimal ;
  dwc:decimalLongitude "7.207833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_411'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '662_411'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14.3'^^xsd:double;
  dwc:longitude '7.207833'^^xsd:double;
  dwc:startLongitude '7.2078333'^^xsd:double;
  dwc:endLongitude '7.2078333'^^xsd:double;
  dwc:latitude '43.443667'^^xsd:double;
  dwc:startLatitude '43.4436667'^^xsd:double;
  dwc:endLatitude '43.4436667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.2078333 43.4436667, 7.2078333 43.4436667, 7.2078333 43.4436667, 7.2078333 43.4436667, 7.2078333 43.4436667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_411'^^xsd:string;
  dwc:observationDate '2012-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_71>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_71> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_71> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4565 7.209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4565"^^xsd:decimal ;
  dwc:decimalLongitude "7.209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_71>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_71" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_71'^^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 '20'^^xsd:integer;
  dwc:collectorNumber '662_71'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.783333333333'^^xsd:double;
  dwc:longitude '7.209'^^xsd:double;
  dwc:startLongitude '7.209'^^xsd:double;
  dwc:endLongitude '7.209'^^xsd:double;
  dwc:latitude '43.4565'^^xsd:double;
  dwc:startLatitude '43.4565'^^xsd:double;
  dwc:endLatitude '43.4565'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.209 43.4565, 7.209 43.4565, 7.209 43.4565, 7.209 43.4565, 7.209 43.4565))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_71'^^xsd:string;
  dwc:observationDate '2008-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_41>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_41> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_41> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.553333 7.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.553333"^^xsd:decimal ;
  dwc:decimalLongitude "7.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_41'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '662_41'^^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 '10.533333333333'^^xsd:double;
  dwc:longitude '7.21'^^xsd:double;
  dwc:startLongitude '7.21'^^xsd:double;
  dwc:endLongitude '7.21'^^xsd:double;
  dwc:latitude '43.553333'^^xsd:double;
  dwc:startLatitude '43.5533333'^^xsd:double;
  dwc:endLatitude '43.5533333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.21 43.5533333, 7.21 43.5533333, 7.21 43.5533333, 7.21 43.5533333, 7.21 43.5533333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Globicephala melas" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '662_41'^^xsd:string;
  dwc:observationDate '2010-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_452> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.36369 7.212474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.36369"^^xsd:decimal ;
  dwc:decimalLongitude "7.212474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_452'^^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 '14'^^xsd:integer;
  dwc:collectorNumber '662_452'^^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 '13.766666666667'^^xsd:double;
  dwc:longitude '7.212474'^^xsd:double;
  dwc:startLongitude '7.212474'^^xsd:double;
  dwc:endLongitude '7.212474'^^xsd:double;
  dwc:latitude '43.36369'^^xsd:double;
  dwc:startLatitude '43.36369'^^xsd:double;
  dwc:endLatitude '43.36369'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.212474 43.36369, 7.212474 43.36369, 7.212474 43.36369, 7.212474 43.36369, 7.212474 43.36369))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_452'^^xsd:string;
  dwc:observationDate '2013-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_399> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.434817 7.218417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.434817"^^xsd:decimal ;
  dwc:decimalLongitude "7.218417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_399'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '662_399'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '15.316666666667'^^xsd:double;
  dwc:longitude '7.218417'^^xsd:double;
  dwc:startLongitude '7.2184167'^^xsd:double;
  dwc:endLongitude '7.2184167'^^xsd:double;
  dwc:latitude '43.434817'^^xsd:double;
  dwc:startLatitude '43.4348167'^^xsd:double;
  dwc:endLatitude '43.4348167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.2184167 43.4348167, 7.2184167 43.4348167, 7.2184167 43.4348167, 7.2184167 43.4348167, 7.2184167 43.4348167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_399'^^xsd:string;
  dwc:observationDate '2013-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_223> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.205833 7.219333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.205833"^^xsd:decimal ;
  dwc:decimalLongitude "7.219333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_223'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '662_223'^^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 '9.85'^^xsd:double;
  dwc:longitude '7.219333'^^xsd:double;
  dwc:startLongitude '7.2193333'^^xsd:double;
  dwc:endLongitude '7.2193333'^^xsd:double;
  dwc:latitude '43.205833'^^xsd:double;
  dwc:startLatitude '43.2058333'^^xsd:double;
  dwc:endLatitude '43.2058333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.2193333 43.2058333, 7.2193333 43.2058333, 7.2193333 43.2058333, 7.2193333 43.2058333, 7.2193333 43.2058333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_223'^^xsd:string;
  dwc:observationDate '2006-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.485 7.220333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.485"^^xsd:decimal ;
  dwc:decimalLongitude "7.220333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_15'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '662_15'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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.833333333333'^^xsd:double;
  dwc:longitude '7.220333'^^xsd:double;
  dwc:startLongitude '7.2203333'^^xsd:double;
  dwc:endLongitude '7.2203333'^^xsd:double;
  dwc:latitude '43.485'^^xsd:double;
  dwc:startLatitude '43.485'^^xsd:double;
  dwc:endLatitude '43.485'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.2203333 43.485, 7.2203333 43.485, 7.2203333 43.485, 7.2203333 43.485, 7.2203333 43.485))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Balaenoptera physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '662_15'^^xsd:string;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_277> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.226833 7.222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.226833"^^xsd:decimal ;
  dwc:decimalLongitude "7.222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_277'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '662_277'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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 '10.75'^^xsd:double;
  dwc:longitude '7.222'^^xsd:double;
  dwc:startLongitude '7.222'^^xsd:double;
  dwc:endLongitude '7.222'^^xsd:double;
  dwc:latitude '43.226833'^^xsd:double;
  dwc:startLatitude '43.2268333'^^xsd:double;
  dwc:endLatitude '43.2268333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.222 43.2268333, 7.222 43.2268333, 7.222 43.2268333, 7.222 43.2268333, 7.222 43.2268333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_277'^^xsd:string;
  dwc:observationDate '2009-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_281> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.548333 7.223167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.548333"^^xsd:decimal ;
  dwc:decimalLongitude "7.223167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_281'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '662_281'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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.166666666667'^^xsd:double;
  dwc:longitude '7.223167'^^xsd:double;
  dwc:startLongitude '7.2231667'^^xsd:double;
  dwc:endLongitude '7.2231667'^^xsd:double;
  dwc:latitude '43.548333'^^xsd:double;
  dwc:startLatitude '43.5483333'^^xsd:double;
  dwc:endLatitude '43.5483333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.2231667 43.5483333, 7.2231667 43.5483333, 7.2231667 43.5483333, 7.2231667 43.5483333, 7.2231667 43.5483333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_281'^^xsd:string;
  dwc:observationDate '2009-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_263> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.454 7.2285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.454"^^xsd:decimal ;
  dwc:decimalLongitude "7.2285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_263'^^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 '23'^^xsd:integer;
  dwc:collectorNumber '662_263'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '14.783333333333'^^xsd:double;
  dwc:longitude '7.2285'^^xsd:double;
  dwc:startLongitude '7.2285'^^xsd:double;
  dwc:endLongitude '7.2285'^^xsd:double;
  dwc:latitude '43.454'^^xsd:double;
  dwc:startLatitude '43.454'^^xsd:double;
  dwc:endLatitude '43.454'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.2285 43.454, 7.2285 43.454, 7.2285 43.454, 7.2285 43.454, 7.2285 43.454))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_263'^^xsd:string;
  dwc:observationDate '2008-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_278> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.219667 7.230833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.219667"^^xsd:decimal ;
  dwc:decimalLongitude "7.230833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_278'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '662_278'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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 '10.85'^^xsd:double;
  dwc:longitude '7.230833'^^xsd:double;
  dwc:startLongitude '7.2308333'^^xsd:double;
  dwc:endLongitude '7.2308333'^^xsd:double;
  dwc:latitude '43.219667'^^xsd:double;
  dwc:startLatitude '43.2196667'^^xsd:double;
  dwc:endLatitude '43.2196667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.2308333 43.2196667, 7.2308333 43.2196667, 7.2308333 43.2196667, 7.2308333 43.2196667, 7.2308333 43.2196667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_278'^^xsd:string;
  dwc:observationDate '2009-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_466> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.464033 7.23205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.464033"^^xsd:decimal ;
  dwc:decimalLongitude "7.23205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_466'^^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 '13'^^xsd:integer;
  dwc:collectorNumber '662_466'^^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 '15.116666666667'^^xsd:double;
  dwc:longitude '7.23205'^^xsd:double;
  dwc:startLongitude '7.23205'^^xsd:double;
  dwc:endLongitude '7.23205'^^xsd:double;
  dwc:latitude '43.464033'^^xsd:double;
  dwc:startLatitude '43.4640333'^^xsd:double;
  dwc:endLatitude '43.4640333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.23205 43.4640333, 7.23205 43.4640333, 7.23205 43.4640333, 7.23205 43.4640333, 7.23205 43.4640333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_466'^^xsd:string;
  dwc:observationDate '2013-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_379> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.499333 7.232833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.499333"^^xsd:decimal ;
  dwc:decimalLongitude "7.232833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_379'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '662_379'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '13.216666666667'^^xsd:double;
  dwc:longitude '7.232833'^^xsd:double;
  dwc:startLongitude '7.2328333'^^xsd:double;
  dwc:endLongitude '7.2328333'^^xsd:double;
  dwc:latitude '43.499333'^^xsd:double;
  dwc:startLatitude '43.4993333'^^xsd:double;
  dwc:endLatitude '43.4993333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.2328333 43.4993333, 7.2328333 43.4993333, 7.2328333 43.4993333, 7.2328333 43.4993333, 7.2328333 43.4993333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_379'^^xsd:string;
  dwc:observationDate '2011-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_465> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.407083 7.2381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.407083"^^xsd:decimal ;
  dwc:decimalLongitude "7.2381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_465'^^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 '13'^^xsd:integer;
  dwc:collectorNumber '662_465'^^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 '14.416666666667'^^xsd:double;
  dwc:longitude '7.2381'^^xsd:double;
  dwc:startLongitude '7.2381'^^xsd:double;
  dwc:endLongitude '7.2381'^^xsd:double;
  dwc:latitude '43.407083'^^xsd:double;
  dwc:startLatitude '43.4070833'^^xsd:double;
  dwc:endLatitude '43.4070833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.2381 43.4070833, 7.2381 43.4070833, 7.2381 43.4070833, 7.2381 43.4070833, 7.2381 43.4070833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_465'^^xsd:string;
  dwc:observationDate '2013-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_398> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.433967 7.24705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.433967"^^xsd:decimal ;
  dwc:decimalLongitude "7.24705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_398'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '662_398'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.333333333333'^^xsd:double;
  dwc:longitude '7.24705'^^xsd:double;
  dwc:startLongitude '7.24705'^^xsd:double;
  dwc:endLongitude '7.24705'^^xsd:double;
  dwc:latitude '43.433967'^^xsd:double;
  dwc:startLatitude '43.4339667'^^xsd:double;
  dwc:endLatitude '43.4339667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.24705 43.4339667, 7.24705 43.4339667, 7.24705 43.4339667, 7.24705 43.4339667, 7.24705 43.4339667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_398'^^xsd:string;
  dwc:observationDate '2013-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_410> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.488567 7.250533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.488567"^^xsd:decimal ;
  dwc:decimalLongitude "7.250533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_410'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '662_410'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.316666666667'^^xsd:double;
  dwc:longitude '7.250533'^^xsd:double;
  dwc:startLongitude '7.2505333'^^xsd:double;
  dwc:endLongitude '7.2505333'^^xsd:double;
  dwc:latitude '43.488567'^^xsd:double;
  dwc:startLatitude '43.4885667'^^xsd:double;
  dwc:endLatitude '43.4885667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.2505333 43.4885667, 7.2505333 43.4885667, 7.2505333 43.4885667, 7.2505333 43.4885667, 7.2505333 43.4885667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_410'^^xsd:string;
  dwc:observationDate '2012-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_356> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5915 7.250833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5915"^^xsd:decimal ;
  dwc:decimalLongitude "7.250833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_356'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '662_356'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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.333333333333'^^xsd:double;
  dwc:longitude '7.250833'^^xsd:double;
  dwc:startLongitude '7.2508333'^^xsd:double;
  dwc:endLongitude '7.2508333'^^xsd:double;
  dwc:latitude '43.5915'^^xsd:double;
  dwc:startLatitude '43.5915'^^xsd:double;
  dwc:endLatitude '43.5915'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.2508333 43.5915, 7.2508333 43.5915, 7.2508333 43.5915, 7.2508333 43.5915, 7.2508333 43.5915))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_356'^^xsd:string;
  dwc:observationDate '2011-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_42>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_42> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_42> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.494 7.253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.494"^^xsd:decimal ;
  dwc:decimalLongitude "7.253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_42>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_42" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_42'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '662_42'^^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 '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '9.5833333333333'^^xsd:double;
  dwc:longitude '7.253'^^xsd:double;
  dwc:startLongitude '7.253'^^xsd:double;
  dwc:endLongitude '7.253'^^xsd:double;
  dwc:latitude '43.494'^^xsd:double;
  dwc:startLatitude '43.494'^^xsd:double;
  dwc:endLatitude '43.494'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.253 43.494, 7.253 43.494, 7.253 43.494, 7.253 43.494, 7.253 43.494))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Grampus griseus" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '662_42'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_258> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.475833 7.253667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.475833"^^xsd:decimal ;
  dwc:decimalLongitude "7.253667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_258'^^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 '2'^^xsd:integer;
  dwc:collectorNumber '662_258'^^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 '9.0166666666667'^^xsd:double;
  dwc:longitude '7.253667'^^xsd:double;
  dwc:startLongitude '7.2536667'^^xsd:double;
  dwc:endLongitude '7.2536667'^^xsd:double;
  dwc:latitude '43.475833'^^xsd:double;
  dwc:startLatitude '43.4758333'^^xsd:double;
  dwc:endLatitude '43.4758333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.2536667 43.4758333, 7.2536667 43.4758333, 7.2536667 43.4758333, 7.2536667 43.4758333, 7.2536667 43.4758333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_258'^^xsd:string;
  dwc:observationDate '2008-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_342> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.576167 7.255167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.576167"^^xsd:decimal ;
  dwc:decimalLongitude "7.255167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_342'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '662_342'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.666666666667'^^xsd:double;
  dwc:longitude '7.255167'^^xsd:double;
  dwc:startLongitude '7.2551667'^^xsd:double;
  dwc:endLongitude '7.2551667'^^xsd:double;
  dwc:latitude '43.576167'^^xsd:double;
  dwc:startLatitude '43.5761667'^^xsd:double;
  dwc:endLatitude '43.5761667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.2551667 43.5761667, 7.2551667 43.5761667, 7.2551667 43.5761667, 7.2551667 43.5761667, 7.2551667 43.5761667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_342'^^xsd:string;
  dwc:observationDate '2011-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_45> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6095 7.256333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6095"^^xsd:decimal ;
  dwc:decimalLongitude "7.256333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_45'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '662_45'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^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.833333333333'^^xsd:double;
  dwc:longitude '7.256333'^^xsd:double;
  dwc:startLongitude '7.2563333'^^xsd:double;
  dwc:endLongitude '7.2563333'^^xsd:double;
  dwc:latitude '43.6095'^^xsd:double;
  dwc:startLatitude '43.6095'^^xsd:double;
  dwc:endLatitude '43.6095'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.2563333 43.6095, 7.2563333 43.6095, 7.2563333 43.6095, 7.2563333 43.6095, 7.2563333 43.6095))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Grampus griseus" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '662_45'^^xsd:string;
  dwc:observationDate '2002-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_360> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.531833 7.2605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.531833"^^xsd:decimal ;
  dwc:decimalLongitude "7.2605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_360'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '662_360'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '13.666666666667'^^xsd:double;
  dwc:longitude '7.2605'^^xsd:double;
  dwc:startLongitude '7.2605'^^xsd:double;
  dwc:endLongitude '7.2605'^^xsd:double;
  dwc:latitude '43.531833'^^xsd:double;
  dwc:startLatitude '43.5318333'^^xsd:double;
  dwc:endLatitude '43.5318333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.2605 43.5318333, 7.2605 43.5318333, 7.2605 43.5318333, 7.2605 43.5318333, 7.2605 43.5318333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_360'^^xsd:string;
  dwc:observationDate '2011-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_487> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.50625 7.263)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.50625"^^xsd:decimal ;
  dwc:decimalLongitude "7.263"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_487'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '662_487'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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.55'^^xsd:double;
  dwc:longitude '7.263'^^xsd:double;
  dwc:startLongitude '7.263'^^xsd:double;
  dwc:endLongitude '7.263'^^xsd:double;
  dwc:latitude '43.50625'^^xsd:double;
  dwc:startLatitude '43.50625'^^xsd:double;
  dwc:endLatitude '43.50625'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.263 43.50625, 7.263 43.50625, 7.263 43.50625, 7.263 43.50625, 7.263 43.50625))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_487'^^xsd:string;
  dwc:observationDate '2014-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_282> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.204833 7.264833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.204833"^^xsd:decimal ;
  dwc:decimalLongitude "7.264833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_282'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '662_282'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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.383333333333'^^xsd:double;
  dwc:longitude '7.264833'^^xsd:double;
  dwc:startLongitude '7.2648333'^^xsd:double;
  dwc:endLongitude '7.2648333'^^xsd:double;
  dwc:latitude '43.204833'^^xsd:double;
  dwc:startLatitude '43.2048333'^^xsd:double;
  dwc:endLatitude '43.2048333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.2648333 43.2048333, 7.2648333 43.2048333, 7.2648333 43.2048333, 7.2648333 43.2048333, 7.2648333 43.2048333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_282'^^xsd:string;
  dwc:observationDate '2009-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_458> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45745 7.266477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45745"^^xsd:decimal ;
  dwc:decimalLongitude "7.266477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_458'^^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 '19'^^xsd:integer;
  dwc:collectorNumber '662_458'^^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 '9.7166666666667'^^xsd:double;
  dwc:longitude '7.266477'^^xsd:double;
  dwc:startLongitude '7.266477'^^xsd:double;
  dwc:endLongitude '7.266477'^^xsd:double;
  dwc:latitude '43.45745'^^xsd:double;
  dwc:startLatitude '43.45745'^^xsd:double;
  dwc:endLatitude '43.45745'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.266477 43.45745, 7.266477 43.45745, 7.266477 43.45745, 7.266477 43.45745, 7.266477 43.45745))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_458'^^xsd:string;
  dwc:observationDate '2013-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_491> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4989 7.2705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4989"^^xsd:decimal ;
  dwc:decimalLongitude "7.2705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_491'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '662_491'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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 '10.833333333333'^^xsd:double;
  dwc:longitude '7.2705'^^xsd:double;
  dwc:startLongitude '7.2705'^^xsd:double;
  dwc:endLongitude '7.2705'^^xsd:double;
  dwc:latitude '43.4989'^^xsd:double;
  dwc:startLatitude '43.4989'^^xsd:double;
  dwc:endLatitude '43.4989'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.2705 43.4989, 7.2705 43.4989, 7.2705 43.4989, 7.2705 43.4989, 7.2705 43.4989))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_491'^^xsd:string;
  dwc:observationDate '2014-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_395> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.510667 7.272167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.510667"^^xsd:decimal ;
  dwc:decimalLongitude "7.272167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_395'^^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 '10'^^xsd:integer;
  dwc:collectorNumber '662_395'^^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.266666666667'^^xsd:double;
  dwc:longitude '7.272167'^^xsd:double;
  dwc:startLongitude '7.2721667'^^xsd:double;
  dwc:endLongitude '7.2721667'^^xsd:double;
  dwc:latitude '43.510667'^^xsd:double;
  dwc:startLatitude '43.5106667'^^xsd:double;
  dwc:endLatitude '43.5106667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.2721667 43.5106667, 7.2721667 43.5106667, 7.2721667 43.5106667, 7.2721667 43.5106667, 7.2721667 43.5106667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_395'^^xsd:string;
  dwc:observationDate '2012-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_482> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5365 7.280333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5365"^^xsd:decimal ;
  dwc:decimalLongitude "7.280333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_482'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '662_482'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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 '10.833333333333'^^xsd:double;
  dwc:longitude '7.280333'^^xsd:double;
  dwc:startLongitude '7.280333'^^xsd:double;
  dwc:endLongitude '7.280333'^^xsd:double;
  dwc:latitude '43.5365'^^xsd:double;
  dwc:startLatitude '43.5365'^^xsd:double;
  dwc:endLatitude '43.5365'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.280333 43.5365, 7.280333 43.5365, 7.280333 43.5365, 7.280333 43.5365, 7.280333 43.5365))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_482'^^xsd:string;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_480> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.459167 7.281667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.459167"^^xsd:decimal ;
  dwc:decimalLongitude "7.281667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_480'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '662_480'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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 '12.55'^^xsd:double;
  dwc:longitude '7.281667'^^xsd:double;
  dwc:startLongitude '7.281667'^^xsd:double;
  dwc:endLongitude '7.281667'^^xsd:double;
  dwc:latitude '43.459167'^^xsd:double;
  dwc:startLatitude '43.459167'^^xsd:double;
  dwc:endLatitude '43.459167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.281667 43.459167, 7.281667 43.459167, 7.281667 43.459167, 7.281667 43.459167, 7.281667 43.459167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_480'^^xsd:string;
  dwc:observationDate '2014-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_151> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.254333 7.288)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.254333"^^xsd:decimal ;
  dwc:decimalLongitude "7.288"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_151'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '662_151'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.316666666667'^^xsd:double;
  dwc:longitude '7.288'^^xsd:double;
  dwc:startLongitude '7.288'^^xsd:double;
  dwc:endLongitude '7.288'^^xsd:double;
  dwc:latitude '43.254333'^^xsd:double;
  dwc:startLatitude '43.2543333'^^xsd:double;
  dwc:endLatitude '43.2543333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.288 43.2543333, 7.288 43.2543333, 7.288 43.2543333, 7.288 43.2543333, 7.288 43.2543333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_151'^^xsd:string;
  dwc:observationDate '2004-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_457> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.496033 7.288733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.496033"^^xsd:decimal ;
  dwc:decimalLongitude "7.288733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_457'^^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 '19'^^xsd:integer;
  dwc:collectorNumber '662_457'^^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 '9'^^xsd:integer;
  dwc:longitude '7.288733'^^xsd:double;
  dwc:startLongitude '7.2887333'^^xsd:double;
  dwc:endLongitude '7.2887333'^^xsd:double;
  dwc:latitude '43.496033'^^xsd:double;
  dwc:startLatitude '43.4960333'^^xsd:double;
  dwc:endLatitude '43.4960333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.2887333 43.4960333, 7.2887333 43.4960333, 7.2887333 43.4960333, 7.2887333 43.4960333, 7.2887333 43.4960333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_457'^^xsd:string;
  dwc:observationDate '2013-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_290> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.408333 7.293333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.408333"^^xsd:decimal ;
  dwc:decimalLongitude "7.293333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_290'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '662_290'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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.15'^^xsd:double;
  dwc:longitude '7.293333'^^xsd:double;
  dwc:startLongitude '7.2933333'^^xsd:double;
  dwc:endLongitude '7.2933333'^^xsd:double;
  dwc:latitude '43.408333'^^xsd:double;
  dwc:startLatitude '43.4083333'^^xsd:double;
  dwc:endLatitude '43.4083333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.2933333 43.4083333, 7.2933333 43.4083333, 7.2933333 43.4083333, 7.2933333 43.4083333, 7.2933333 43.4083333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_290'^^xsd:string;
  dwc:observationDate '2009-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_266> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.414667 7.293333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.414667"^^xsd:decimal ;
  dwc:decimalLongitude "7.293333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_266'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '662_266'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.716666666667'^^xsd:double;
  dwc:longitude '7.293333'^^xsd:double;
  dwc:startLongitude '7.2933333'^^xsd:double;
  dwc:endLongitude '7.2933333'^^xsd:double;
  dwc:latitude '43.414667'^^xsd:double;
  dwc:startLatitude '43.4146667'^^xsd:double;
  dwc:endLatitude '43.4146667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.2933333 43.4146667, 7.2933333 43.4146667, 7.2933333 43.4146667, 7.2933333 43.4146667, 7.2933333 43.4146667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_266'^^xsd:string;
  dwc:observationDate '2009-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_419> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.428667 7.300833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.428667"^^xsd:decimal ;
  dwc:decimalLongitude "7.300833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_419'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_419'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.033333333333'^^xsd:double;
  dwc:longitude '7.300833'^^xsd:double;
  dwc:startLongitude '7.3008333'^^xsd:double;
  dwc:endLongitude '7.3008333'^^xsd:double;
  dwc:latitude '43.428667'^^xsd:double;
  dwc:startLatitude '43.4286667'^^xsd:double;
  dwc:endLatitude '43.4286667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3008333 43.4286667, 7.3008333 43.4286667, 7.3008333 43.4286667, 7.3008333 43.4286667, 7.3008333 43.4286667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_419'^^xsd:string;
  dwc:observationDate '2012-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_420> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42375 7.301017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42375"^^xsd:decimal ;
  dwc:decimalLongitude "7.301017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_420'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_420'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.1'^^xsd:double;
  dwc:longitude '7.301017'^^xsd:double;
  dwc:startLongitude '7.3010167'^^xsd:double;
  dwc:endLongitude '7.3010167'^^xsd:double;
  dwc:latitude '43.42375'^^xsd:double;
  dwc:startLatitude '43.42375'^^xsd:double;
  dwc:endLatitude '43.42375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3010167 43.42375, 7.3010167 43.42375, 7.3010167 43.42375, 7.3010167 43.42375, 7.3010167 43.42375))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_420'^^xsd:string;
  dwc:observationDate '2012-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_421> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4046 7.301883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4046"^^xsd:decimal ;
  dwc:decimalLongitude "7.301883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_421'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_421'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '7.301883'^^xsd:double;
  dwc:startLongitude '7.3018833'^^xsd:double;
  dwc:endLongitude '7.3018833'^^xsd:double;
  dwc:latitude '43.4046'^^xsd:double;
  dwc:startLatitude '43.4046'^^xsd:double;
  dwc:endLatitude '43.4046'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3018833 43.4046, 7.3018833 43.4046, 7.3018833 43.4046, 7.3018833 43.4046, 7.3018833 43.4046))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_421'^^xsd:string;
  dwc:observationDate '2012-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_394> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.372667 7.30435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.372667"^^xsd:decimal ;
  dwc:decimalLongitude "7.30435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_394'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_394'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.75'^^xsd:double;
  dwc:longitude '7.30435'^^xsd:double;
  dwc:startLongitude '7.30435'^^xsd:double;
  dwc:endLongitude '7.30435'^^xsd:double;
  dwc:latitude '43.372667'^^xsd:double;
  dwc:startLatitude '43.3726667'^^xsd:double;
  dwc:endLatitude '43.3726667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.30435 43.3726667, 7.30435 43.3726667, 7.30435 43.3726667, 7.30435 43.3726667, 7.30435 43.3726667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Megaptera novaeangliae" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '662_394'^^xsd:string;
  dwc:observationDate '2012-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_346> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.55 7.307333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.55"^^xsd:decimal ;
  dwc:decimalLongitude "7.307333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_346'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_346'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.15'^^xsd:double;
  dwc:longitude '7.307333'^^xsd:double;
  dwc:startLongitude '7.3073333'^^xsd:double;
  dwc:endLongitude '7.3073333'^^xsd:double;
  dwc:latitude '43.55'^^xsd:double;
  dwc:startLatitude '43.55'^^xsd:double;
  dwc:endLatitude '43.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3073333 43.55, 7.3073333 43.55, 7.3073333 43.55, 7.3073333 43.55, 7.3073333 43.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_346'^^xsd:string;
  dwc:observationDate '2011-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_448> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4722 7.309967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4722"^^xsd:decimal ;
  dwc:decimalLongitude "7.309967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_448'^^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 '4'^^xsd:integer;
  dwc:collectorNumber '662_448'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:longitude '7.309967'^^xsd:double;
  dwc:startLongitude '7.3099667'^^xsd:double;
  dwc:endLongitude '7.3099667'^^xsd:double;
  dwc:latitude '43.4722'^^xsd:double;
  dwc:startLatitude '43.4722'^^xsd:double;
  dwc:endLatitude '43.4722'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3099667 43.4722, 7.3099667 43.4722, 7.3099667 43.4722, 7.3099667 43.4722, 7.3099667 43.4722))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_448'^^xsd:string;
  dwc:observationDate '2013-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.523833 7.310167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.523833"^^xsd:decimal ;
  dwc:decimalLongitude "7.310167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_12'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '662_12'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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 '15.083333333333'^^xsd:double;
  dwc:longitude '7.310167'^^xsd:double;
  dwc:startLongitude '7.3101667'^^xsd:double;
  dwc:endLongitude '7.3101667'^^xsd:double;
  dwc:latitude '43.523833'^^xsd:double;
  dwc:startLatitude '43.5238333'^^xsd:double;
  dwc:endLatitude '43.5238333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3101667 43.5238333, 7.3101667 43.5238333, 7.3101667 43.5238333, 7.3101667 43.5238333, 7.3101667 43.5238333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Balaenoptera physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '662_12'^^xsd:string;
  dwc:observationDate '2009-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_345> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.598167 7.314833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.598167"^^xsd:decimal ;
  dwc:decimalLongitude "7.314833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_345'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_345'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.583333333333'^^xsd:double;
  dwc:longitude '7.314833'^^xsd:double;
  dwc:startLongitude '7.3148333'^^xsd:double;
  dwc:endLongitude '7.3148333'^^xsd:double;
  dwc:latitude '43.598167'^^xsd:double;
  dwc:startLatitude '43.5981667'^^xsd:double;
  dwc:endLatitude '43.5981667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3148333 43.5981667, 7.3148333 43.5981667, 7.3148333 43.5981667, 7.3148333 43.5981667, 7.3148333 43.5981667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_345'^^xsd:string;
  dwc:observationDate '2011-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_361> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.596833 7.315167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.596833"^^xsd:decimal ;
  dwc:decimalLongitude "7.315167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_361'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '662_361'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '16.083333333333'^^xsd:double;
  dwc:longitude '7.315167'^^xsd:double;
  dwc:startLongitude '7.3151667'^^xsd:double;
  dwc:endLongitude '7.3151667'^^xsd:double;
  dwc:latitude '43.596833'^^xsd:double;
  dwc:startLatitude '43.5968333'^^xsd:double;
  dwc:endLatitude '43.5968333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3151667 43.5968333, 7.3151667 43.5968333, 7.3151667 43.5968333, 7.3151667 43.5968333, 7.3151667 43.5968333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_361'^^xsd:string;
  dwc:observationDate '2011-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_371> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.673167 7.316333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.673167"^^xsd:decimal ;
  dwc:decimalLongitude "7.316333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_371'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '662_371'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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.95'^^xsd:double;
  dwc:longitude '7.316333'^^xsd:double;
  dwc:startLongitude '7.3163333'^^xsd:double;
  dwc:endLongitude '7.3163333'^^xsd:double;
  dwc:latitude '43.673167'^^xsd:double;
  dwc:startLatitude '43.6731667'^^xsd:double;
  dwc:endLatitude '43.6731667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3163333 43.6731667, 7.3163333 43.6731667, 7.3163333 43.6731667, 7.3163333 43.6731667, 7.3163333 43.6731667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_371'^^xsd:string;
  dwc:observationDate '2011-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_481> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65085 7.317833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65085"^^xsd:decimal ;
  dwc:decimalLongitude "7.317833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_481'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '662_481'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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 '9.1'^^xsd:double;
  dwc:longitude '7.317833'^^xsd:double;
  dwc:startLongitude '7.317833'^^xsd:double;
  dwc:endLongitude '7.317833'^^xsd:double;
  dwc:latitude '43.65085'^^xsd:double;
  dwc:startLatitude '43.65085'^^xsd:double;
  dwc:endLatitude '43.65085'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.317833 43.65085, 7.317833 43.65085, 7.317833 43.65085, 7.317833 43.65085, 7.317833 43.65085))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_481'^^xsd:string;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_344> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6455 7.319167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6455"^^xsd:decimal ;
  dwc:decimalLongitude "7.319167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_344'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_344'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.15'^^xsd:double;
  dwc:longitude '7.319167'^^xsd:double;
  dwc:startLongitude '7.3191667'^^xsd:double;
  dwc:endLongitude '7.3191667'^^xsd:double;
  dwc:latitude '43.6455'^^xsd:double;
  dwc:startLatitude '43.6455'^^xsd:double;
  dwc:endLatitude '43.6455'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3191667 43.6455, 7.3191667 43.6455, 7.3191667 43.6455, 7.3191667 43.6455, 7.3191667 43.6455))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_344'^^xsd:string;
  dwc:observationDate '2011-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_269> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5335 7.319667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5335"^^xsd:decimal ;
  dwc:decimalLongitude "7.319667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_269'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '662_269'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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 '13.983333333333'^^xsd:double;
  dwc:longitude '7.319667'^^xsd:double;
  dwc:startLongitude '7.3196667'^^xsd:double;
  dwc:endLongitude '7.3196667'^^xsd:double;
  dwc:latitude '43.5335'^^xsd:double;
  dwc:startLatitude '43.5335'^^xsd:double;
  dwc:endLatitude '43.5335'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3196667 43.5335, 7.3196667 43.5335, 7.3196667 43.5335, 7.3196667 43.5335, 7.3196667 43.5335))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_269'^^xsd:string;
  dwc:observationDate '2009-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_268> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.439833 7.324667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.439833"^^xsd:decimal ;
  dwc:decimalLongitude "7.324667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_268'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '662_268'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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 '10.216666666667'^^xsd:double;
  dwc:longitude '7.324667'^^xsd:double;
  dwc:startLongitude '7.3246667'^^xsd:double;
  dwc:endLongitude '7.3246667'^^xsd:double;
  dwc:latitude '43.439833'^^xsd:double;
  dwc:startLatitude '43.4398333'^^xsd:double;
  dwc:endLatitude '43.4398333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3246667 43.4398333, 7.3246667 43.4398333, 7.3246667 43.4398333, 7.3246667 43.4398333, 7.3246667 43.4398333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_268'^^xsd:string;
  dwc:observationDate '2009-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_418> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.442167 7.325167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.442167"^^xsd:decimal ;
  dwc:decimalLongitude "7.325167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_418'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '662_418'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.1'^^xsd:double;
  dwc:longitude '7.325167'^^xsd:double;
  dwc:startLongitude '7.3251667'^^xsd:double;
  dwc:endLongitude '7.3251667'^^xsd:double;
  dwc:latitude '43.442167'^^xsd:double;
  dwc:startLatitude '43.4421667'^^xsd:double;
  dwc:endLatitude '43.4421667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3251667 43.4421667, 7.3251667 43.4421667, 7.3251667 43.4421667, 7.3251667 43.4421667, 7.3251667 43.4421667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_418'^^xsd:string;
  dwc:observationDate '2012-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_366> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5075 7.331167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5075"^^xsd:decimal ;
  dwc:decimalLongitude "7.331167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_366'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '662_366'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '11.066666666667'^^xsd:double;
  dwc:longitude '7.331167'^^xsd:double;
  dwc:startLongitude '7.3311667'^^xsd:double;
  dwc:endLongitude '7.3311667'^^xsd:double;
  dwc:latitude '43.5075'^^xsd:double;
  dwc:startLatitude '43.5075'^^xsd:double;
  dwc:endLatitude '43.5075'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3311667 43.5075, 7.3311667 43.5075, 7.3311667 43.5075, 7.3311667 43.5075, 7.3311667 43.5075))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_366'^^xsd:string;
  dwc:observationDate '2011-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_314> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.116167 7.338333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.116167"^^xsd:decimal ;
  dwc:decimalLongitude "7.338333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_314'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '662_314'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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 '8.7666666666667'^^xsd:double;
  dwc:longitude '7.338333'^^xsd:double;
  dwc:startLongitude '7.3383333'^^xsd:double;
  dwc:endLongitude '7.3383333'^^xsd:double;
  dwc:latitude '43.116167'^^xsd:double;
  dwc:startLatitude '43.1161667'^^xsd:double;
  dwc:endLatitude '43.1161667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3383333 43.1161667, 7.3383333 43.1161667, 7.3383333 43.1161667, 7.3383333 43.1161667, 7.3383333 43.1161667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_314'^^xsd:string;
  dwc:observationDate '2010-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_73>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_73> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_73> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.584167 7.345333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.584167"^^xsd:decimal ;
  dwc:decimalLongitude "7.345333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_73>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_73" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_73'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '662_73'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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 '8.5'^^xsd:double;
  dwc:longitude '7.345333'^^xsd:double;
  dwc:startLongitude '7.3453333'^^xsd:double;
  dwc:endLongitude '7.3453333'^^xsd:double;
  dwc:latitude '43.584167'^^xsd:double;
  dwc:startLatitude '43.5841667'^^xsd:double;
  dwc:endLatitude '43.5841667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3453333 43.5841667, 7.3453333 43.5841667, 7.3453333 43.5841667, 7.3453333 43.5841667, 7.3453333 43.5841667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_73'^^xsd:string;
  dwc:observationDate '2009-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_431> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49953 7.346783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49953"^^xsd:decimal ;
  dwc:decimalLongitude "7.346783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_431'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_431'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.266666666667'^^xsd:double;
  dwc:longitude '7.346783'^^xsd:double;
  dwc:startLongitude '7.3467833'^^xsd:double;
  dwc:endLongitude '7.3467833'^^xsd:double;
  dwc:latitude '43.49953'^^xsd:double;
  dwc:startLatitude '43.49953'^^xsd:double;
  dwc:endLatitude '43.49953'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3467833 43.49953, 7.3467833 43.49953, 7.3467833 43.49953, 7.3467833 43.49953, 7.3467833 43.49953))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_431'^^xsd:string;
  dwc:observationDate '2012-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_264> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.626 7.351333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.626"^^xsd:decimal ;
  dwc:decimalLongitude "7.351333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_264'^^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 '25'^^xsd:integer;
  dwc:collectorNumber '662_264'^^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 '7.5166666666667'^^xsd:double;
  dwc:longitude '7.351333'^^xsd:double;
  dwc:startLongitude '7.3513333'^^xsd:double;
  dwc:endLongitude '7.3513333'^^xsd:double;
  dwc:latitude '43.626'^^xsd:double;
  dwc:startLatitude '43.626'^^xsd:double;
  dwc:endLatitude '43.626'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3513333 43.626, 7.3513333 43.626, 7.3513333 43.626, 7.3513333 43.626, 7.3513333 43.626))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_264'^^xsd:string;
  dwc:observationDate '2008-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_369> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.472833 7.352833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.472833"^^xsd:decimal ;
  dwc:decimalLongitude "7.352833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_369'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '662_369'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '11.433333333333'^^xsd:double;
  dwc:longitude '7.352833'^^xsd:double;
  dwc:startLongitude '7.3528333'^^xsd:double;
  dwc:endLongitude '7.3528333'^^xsd:double;
  dwc:latitude '43.472833'^^xsd:double;
  dwc:startLatitude '43.4728333'^^xsd:double;
  dwc:endLatitude '43.4728333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3528333 43.4728333, 7.3528333 43.4728333, 7.3528333 43.4728333, 7.3528333 43.4728333, 7.3528333 43.4728333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_369'^^xsd:string;
  dwc:observationDate '2011-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_270> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.450667 7.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.450667"^^xsd:decimal ;
  dwc:decimalLongitude "7.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_270'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '662_270'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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 '10.65'^^xsd:double;
  dwc:longitude '7.36'^^xsd:double;
  dwc:startLongitude '7.36'^^xsd:double;
  dwc:endLongitude '7.36'^^xsd:double;
  dwc:latitude '43.450667'^^xsd:double;
  dwc:startLatitude '43.4506667'^^xsd:double;
  dwc:endLatitude '43.4506667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.36 43.4506667, 7.36 43.4506667, 7.36 43.4506667, 7.36 43.4506667, 7.36 43.4506667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_270'^^xsd:string;
  dwc:observationDate '2009-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_291> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.396167 7.361333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.396167"^^xsd:decimal ;
  dwc:decimalLongitude "7.361333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_291'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '662_291'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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.766666666667'^^xsd:double;
  dwc:longitude '7.361333'^^xsd:double;
  dwc:startLongitude '7.3613333'^^xsd:double;
  dwc:endLongitude '7.3613333'^^xsd:double;
  dwc:latitude '43.396167'^^xsd:double;
  dwc:startLatitude '43.3961667'^^xsd:double;
  dwc:endLatitude '43.3961667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3613333 43.3961667, 7.3613333 43.3961667, 7.3613333 43.3961667, 7.3613333 43.3961667, 7.3613333 43.3961667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_291'^^xsd:string;
  dwc:observationDate '2009-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_285> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.605667 7.361667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.605667"^^xsd:decimal ;
  dwc:decimalLongitude "7.361667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_285'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '662_285'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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.5'^^xsd:double;
  dwc:longitude '7.361667'^^xsd:double;
  dwc:startLongitude '7.3616667'^^xsd:double;
  dwc:endLongitude '7.3616667'^^xsd:double;
  dwc:latitude '43.605667'^^xsd:double;
  dwc:startLatitude '43.6056667'^^xsd:double;
  dwc:endLatitude '43.6056667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3616667 43.6056667, 7.3616667 43.6056667, 7.3616667 43.6056667, 7.3616667 43.6056667, 7.3616667 43.6056667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_285'^^xsd:string;
  dwc:observationDate '2009-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_284> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.305 7.365)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.305"^^xsd:decimal ;
  dwc:decimalLongitude "7.365"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_284'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '662_284'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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'^^xsd:integer;
  dwc:longitude '7.365'^^xsd:double;
  dwc:startLongitude '7.365'^^xsd:double;
  dwc:endLongitude '7.365'^^xsd:double;
  dwc:latitude '43.305'^^xsd:double;
  dwc:startLatitude '43.305'^^xsd:double;
  dwc:endLatitude '43.305'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.365 43.305, 7.365 43.305, 7.365 43.305, 7.365 43.305, 7.365 43.305))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_284'^^xsd:string;
  dwc:observationDate '2009-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_286> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.580833 7.369833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.580833"^^xsd:decimal ;
  dwc:decimalLongitude "7.369833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_286'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '662_286'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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.8833333333333'^^xsd:double;
  dwc:longitude '7.369833'^^xsd:double;
  dwc:startLongitude '7.3698333'^^xsd:double;
  dwc:endLongitude '7.3698333'^^xsd:double;
  dwc:latitude '43.580833'^^xsd:double;
  dwc:startLatitude '43.5808333'^^xsd:double;
  dwc:endLatitude '43.5808333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3698333 43.5808333, 7.3698333 43.5808333, 7.3698333 43.5808333, 7.3698333 43.5808333, 7.3698333 43.5808333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_286'^^xsd:string;
  dwc:observationDate '2009-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_467> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.235883 7.3705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.235883"^^xsd:decimal ;
  dwc:decimalLongitude "7.3705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_467'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '662_467'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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 '12.25'^^xsd:double;
  dwc:longitude '7.3705'^^xsd:double;
  dwc:startLongitude '7.3705'^^xsd:double;
  dwc:endLongitude '7.3705'^^xsd:double;
  dwc:latitude '43.235883'^^xsd:double;
  dwc:startLatitude '43.235883'^^xsd:double;
  dwc:endLatitude '43.235883'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3705 43.235883, 7.3705 43.235883, 7.3705 43.235883, 7.3705 43.235883, 7.3705 43.235883))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Balaenoptera physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '662_467'^^xsd:string;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_434> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56475 7.37575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56475"^^xsd:decimal ;
  dwc:decimalLongitude "7.37575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_434'^^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 '26'^^xsd:integer;
  dwc:collectorNumber '662_434'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:longitude '7.37575'^^xsd:double;
  dwc:startLongitude '7.37575'^^xsd:double;
  dwc:endLongitude '7.37575'^^xsd:double;
  dwc:latitude '43.56475'^^xsd:double;
  dwc:startLatitude '43.56475'^^xsd:double;
  dwc:endLatitude '43.56475'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.37575 43.56475, 7.37575 43.56475, 7.37575 43.56475, 7.37575 43.56475, 7.37575 43.56475))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_434'^^xsd:string;
  dwc:observationDate '2013-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_442> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.595583 7.37675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.595583"^^xsd:decimal ;
  dwc:decimalLongitude "7.37675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_442'^^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 '2'^^xsd:integer;
  dwc:collectorNumber '662_442'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '17.233333333333'^^xsd:double;
  dwc:longitude '7.37675'^^xsd:double;
  dwc:startLongitude '7.37675'^^xsd:double;
  dwc:endLongitude '7.37675'^^xsd:double;
  dwc:latitude '43.595583'^^xsd:double;
  dwc:startLatitude '43.5955833'^^xsd:double;
  dwc:endLatitude '43.5955833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.37675 43.5955833, 7.37675 43.5955833, 7.37675 43.5955833, 7.37675 43.5955833, 7.37675 43.5955833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_442'^^xsd:string;
  dwc:observationDate '2013-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_447> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57633 7.382208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.57633"^^xsd:decimal ;
  dwc:decimalLongitude "7.382208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_447'^^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 '4'^^xsd:integer;
  dwc:collectorNumber '662_447'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.933333333333'^^xsd:double;
  dwc:longitude '7.382208'^^xsd:double;
  dwc:startLongitude '7.382208'^^xsd:double;
  dwc:endLongitude '7.382208'^^xsd:double;
  dwc:latitude '43.57633'^^xsd:double;
  dwc:startLatitude '43.57633'^^xsd:double;
  dwc:endLatitude '43.57633'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.382208 43.57633, 7.382208 43.57633, 7.382208 43.57633, 7.382208 43.57633, 7.382208 43.57633))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_447'^^xsd:string;
  dwc:observationDate '2013-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_348> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5395 7.384667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5395"^^xsd:decimal ;
  dwc:decimalLongitude "7.384667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_348'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_348'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.283333333333'^^xsd:double;
  dwc:longitude '7.384667'^^xsd:double;
  dwc:startLongitude '7.3846667'^^xsd:double;
  dwc:endLongitude '7.3846667'^^xsd:double;
  dwc:latitude '43.5395'^^xsd:double;
  dwc:startLatitude '43.5395'^^xsd:double;
  dwc:endLatitude '43.5395'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3846667 43.5395, 7.3846667 43.5395, 7.3846667 43.5395, 7.3846667 43.5395, 7.3846667 43.5395))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_348'^^xsd:string;
  dwc:observationDate '2011-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_432> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.502667 7.384833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.502667"^^xsd:decimal ;
  dwc:decimalLongitude "7.384833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_432'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_432'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:longitude '7.384833'^^xsd:double;
  dwc:startLongitude '7.3848333'^^xsd:double;
  dwc:endLongitude '7.3848333'^^xsd:double;
  dwc:latitude '43.502667'^^xsd:double;
  dwc:startLatitude '43.5026667'^^xsd:double;
  dwc:endLatitude '43.5026667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3848333 43.5026667, 7.3848333 43.5026667, 7.3848333 43.5026667, 7.3848333 43.5026667, 7.3848333 43.5026667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_432'^^xsd:string;
  dwc:observationDate '2012-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_479> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.208683 7.385167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.208683"^^xsd:decimal ;
  dwc:decimalLongitude "7.385167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_479'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '662_479'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^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.766666666667'^^xsd:double;
  dwc:longitude '7.385167'^^xsd:double;
  dwc:startLongitude '7.385167'^^xsd:double;
  dwc:endLongitude '7.385167'^^xsd:double;
  dwc:latitude '43.208683'^^xsd:double;
  dwc:startLatitude '43.208683'^^xsd:double;
  dwc:endLatitude '43.208683'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.385167 43.208683, 7.385167 43.208683, 7.385167 43.208683, 7.385167 43.208683, 7.385167 43.208683))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_479'^^xsd:string;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_82>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_82> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_82> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.396833 7.385167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.396833"^^xsd:decimal ;
  dwc:decimalLongitude "7.385167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_82>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_82" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_82'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '662_82'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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 '14.416666666667'^^xsd:double;
  dwc:longitude '7.385167'^^xsd:double;
  dwc:startLongitude '7.3851667'^^xsd:double;
  dwc:endLongitude '7.3851667'^^xsd:double;
  dwc:latitude '43.396833'^^xsd:double;
  dwc:startLatitude '43.3968333'^^xsd:double;
  dwc:endLatitude '43.3968333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3851667 43.3968333, 7.3851667 43.3968333, 7.3851667 43.3968333, 7.3851667 43.3968333, 7.3851667 43.3968333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_82'^^xsd:string;
  dwc:observationDate '2010-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_370> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.416667 7.3915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.416667"^^xsd:decimal ;
  dwc:decimalLongitude "7.3915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_370'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '662_370'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '12.133333333333'^^xsd:double;
  dwc:longitude '7.3915'^^xsd:double;
  dwc:startLongitude '7.3915'^^xsd:double;
  dwc:endLongitude '7.3915'^^xsd:double;
  dwc:latitude '43.416667'^^xsd:double;
  dwc:startLatitude '43.4166667'^^xsd:double;
  dwc:endLatitude '43.4166667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3915 43.4166667, 7.3915 43.4166667, 7.3915 43.4166667, 7.3915 43.4166667, 7.3915 43.4166667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_370'^^xsd:string;
  dwc:observationDate '2011-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_267> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.412833 7.391667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.412833"^^xsd:decimal ;
  dwc:decimalLongitude "7.391667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_267'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '662_267'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.2'^^xsd:double;
  dwc:longitude '7.391667'^^xsd:double;
  dwc:startLongitude '7.3916667'^^xsd:double;
  dwc:endLongitude '7.3916667'^^xsd:double;
  dwc:latitude '43.412833'^^xsd:double;
  dwc:startLatitude '43.4128333'^^xsd:double;
  dwc:endLatitude '43.4128333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3916667 43.4128333, 7.3916667 43.4128333, 7.3916667 43.4128333, 7.3916667 43.4128333, 7.3916667 43.4128333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_267'^^xsd:string;
  dwc:observationDate '2009-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_435> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5255 7.39505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5255"^^xsd:decimal ;
  dwc:decimalLongitude "7.39505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_435'^^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 '26'^^xsd:integer;
  dwc:collectorNumber '662_435'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.5166666666667'^^xsd:double;
  dwc:longitude '7.39505'^^xsd:double;
  dwc:startLongitude '7.39505'^^xsd:double;
  dwc:endLongitude '7.39505'^^xsd:double;
  dwc:latitude '43.5255'^^xsd:double;
  dwc:startLatitude '43.5255'^^xsd:double;
  dwc:endLatitude '43.5255'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.39505 43.5255, 7.39505 43.5255, 7.39505 43.5255, 7.39505 43.5255, 7.39505 43.5255))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_435'^^xsd:string;
  dwc:observationDate '2013-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_373> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.382833 7.397667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.382833"^^xsd:decimal ;
  dwc:decimalLongitude "7.397667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_373'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '662_373'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '16.266666666667'^^xsd:double;
  dwc:longitude '7.397667'^^xsd:double;
  dwc:startLongitude '7.3976667'^^xsd:double;
  dwc:endLongitude '7.3976667'^^xsd:double;
  dwc:latitude '43.382833'^^xsd:double;
  dwc:startLatitude '43.3828333'^^xsd:double;
  dwc:endLatitude '43.3828333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3976667 43.3828333, 7.3976667 43.3828333, 7.3976667 43.3828333, 7.3976667 43.3828333, 7.3976667 43.3828333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_373'^^xsd:string;
  dwc:observationDate '2011-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_436> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51625 7.39955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51625"^^xsd:decimal ;
  dwc:decimalLongitude "7.39955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_436'^^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 '26'^^xsd:integer;
  dwc:collectorNumber '662_436'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.6666666666667'^^xsd:double;
  dwc:longitude '7.39955'^^xsd:double;
  dwc:startLongitude '7.39955'^^xsd:double;
  dwc:endLongitude '7.39955'^^xsd:double;
  dwc:latitude '43.51625'^^xsd:double;
  dwc:startLatitude '43.51625'^^xsd:double;
  dwc:endLatitude '43.51625'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.39955 43.51625, 7.39955 43.51625, 7.39955 43.51625, 7.39955 43.51625, 7.39955 43.51625))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_436'^^xsd:string;
  dwc:observationDate '2013-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_437> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.510917 7.4021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.510917"^^xsd:decimal ;
  dwc:decimalLongitude "7.4021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_437'^^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 '26'^^xsd:integer;
  dwc:collectorNumber '662_437'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.8333333333333'^^xsd:double;
  dwc:longitude '7.4021'^^xsd:double;
  dwc:startLongitude '7.4021'^^xsd:double;
  dwc:endLongitude '7.4021'^^xsd:double;
  dwc:latitude '43.510917'^^xsd:double;
  dwc:startLatitude '43.5109167'^^xsd:double;
  dwc:endLatitude '43.5109167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.4021 43.5109167, 7.4021 43.5109167, 7.4021 43.5109167, 7.4021 43.5109167, 7.4021 43.5109167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_437'^^xsd:string;
  dwc:observationDate '2013-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_343> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.549333 7.4025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.549333"^^xsd:decimal ;
  dwc:decimalLongitude "7.4025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_343'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_343'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:longitude '7.4025'^^xsd:double;
  dwc:startLongitude '7.4025'^^xsd:double;
  dwc:endLongitude '7.4025'^^xsd:double;
  dwc:latitude '43.549333'^^xsd:double;
  dwc:startLatitude '43.5493333'^^xsd:double;
  dwc:endLatitude '43.5493333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.4025 43.5493333, 7.4025 43.5493333, 7.4025 43.5493333, 7.4025 43.5493333, 7.4025 43.5493333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_343'^^xsd:string;
  dwc:observationDate '2011-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_328> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.515 7.403333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.515"^^xsd:decimal ;
  dwc:decimalLongitude "7.403333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_328'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '662_328'^^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 '12'^^xsd:integer;
  dwc:longitude '7.403333'^^xsd:double;
  dwc:startLongitude '7.4033333'^^xsd:double;
  dwc:endLongitude '7.4033333'^^xsd:double;
  dwc:latitude '43.515'^^xsd:double;
  dwc:startLatitude '43.515'^^xsd:double;
  dwc:endLatitude '43.515'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.4033333 43.515, 7.4033333 43.515, 7.4033333 43.515, 7.4033333 43.515, 7.4033333 43.515))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_328'^^xsd:string;
  dwc:observationDate '2010-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_283> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.447 7.408333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.447"^^xsd:decimal ;
  dwc:decimalLongitude "7.408333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_283'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '662_283'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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 '8.3333333333333'^^xsd:double;
  dwc:longitude '7.408333'^^xsd:double;
  dwc:startLongitude '7.4083333'^^xsd:double;
  dwc:endLongitude '7.4083333'^^xsd:double;
  dwc:latitude '43.447'^^xsd:double;
  dwc:startLatitude '43.447'^^xsd:double;
  dwc:endLatitude '43.447'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.4083333 43.447, 7.4083333 43.447, 7.4083333 43.447, 7.4083333 43.447, 7.4083333 43.447))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_283'^^xsd:string;
  dwc:observationDate '2009-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_454> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.622883 7.414683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.622883"^^xsd:decimal ;
  dwc:decimalLongitude "7.414683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_454'^^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 '17'^^xsd:integer;
  dwc:collectorNumber '662_454'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.2333333333333'^^xsd:double;
  dwc:longitude '7.414683'^^xsd:double;
  dwc:startLongitude '7.4146833'^^xsd:double;
  dwc:endLongitude '7.4146833'^^xsd:double;
  dwc:latitude '43.622883'^^xsd:double;
  dwc:startLatitude '43.6228833'^^xsd:double;
  dwc:endLatitude '43.6228833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.4146833 43.6228833, 7.4146833 43.6228833, 7.4146833 43.6228833, 7.4146833 43.6228833, 7.4146833 43.6228833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_454'^^xsd:string;
  dwc:observationDate '2013-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_443> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.633683 7.420783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.633683"^^xsd:decimal ;
  dwc:decimalLongitude "7.420783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_443'^^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 '3'^^xsd:integer;
  dwc:collectorNumber '662_443'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:longitude '7.420783'^^xsd:double;
  dwc:startLongitude '7.4207833'^^xsd:double;
  dwc:endLongitude '7.4207833'^^xsd:double;
  dwc:latitude '43.633683'^^xsd:double;
  dwc:startLatitude '43.6336833'^^xsd:double;
  dwc:endLatitude '43.6336833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.4207833 43.6336833, 7.4207833 43.6336833, 7.4207833 43.6336833, 7.4207833 43.6336833, 7.4207833 43.6336833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_443'^^xsd:string;
  dwc:observationDate '2013-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_378> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.625167 7.422333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.625167"^^xsd:decimal ;
  dwc:decimalLongitude "7.422333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_378'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '662_378'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '10.3'^^xsd:double;
  dwc:longitude '7.422333'^^xsd:double;
  dwc:startLongitude '7.4223333'^^xsd:double;
  dwc:endLongitude '7.4223333'^^xsd:double;
  dwc:latitude '43.625167'^^xsd:double;
  dwc:startLatitude '43.6251667'^^xsd:double;
  dwc:endLatitude '43.6251667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.4223333 43.6251667, 7.4223333 43.6251667, 7.4223333 43.6251667, 7.4223333 43.6251667, 7.4223333 43.6251667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_378'^^xsd:string;
  dwc:observationDate '2011-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_103> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.470833 7.425833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.470833"^^xsd:decimal ;
  dwc:decimalLongitude "7.425833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_103'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '662_103'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.75'^^xsd:double;
  dwc:longitude '7.425833'^^xsd:double;
  dwc:startLongitude '7.4258333'^^xsd:double;
  dwc:endLongitude '7.4258333'^^xsd:double;
  dwc:latitude '43.470833'^^xsd:double;
  dwc:startLatitude '43.4708333'^^xsd:double;
  dwc:endLatitude '43.4708333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.4258333 43.4708333, 7.4258333 43.4708333, 7.4258333 43.4708333, 7.4258333 43.4708333, 7.4258333 43.4708333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_103'^^xsd:string;
  dwc:observationDate '2001-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_444> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.633833 7.433183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.633833"^^xsd:decimal ;
  dwc:decimalLongitude "7.433183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_444'^^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 '3'^^xsd:integer;
  dwc:collectorNumber '662_444'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '7.433183'^^xsd:double;
  dwc:startLongitude '7.4331833'^^xsd:double;
  dwc:endLongitude '7.4331833'^^xsd:double;
  dwc:latitude '43.633833'^^xsd:double;
  dwc:startLatitude '43.6338333'^^xsd:double;
  dwc:endLatitude '43.6338333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.4331833 43.6338333, 7.4331833 43.6338333, 7.4331833 43.6338333, 7.4331833 43.6338333, 7.4331833 43.6338333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_444'^^xsd:string;
  dwc:observationDate '2013-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_461> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4745 7.438083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4745"^^xsd:decimal ;
  dwc:decimalLongitude "7.438083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_461'^^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 '28'^^xsd:integer;
  dwc:collectorNumber '662_461'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:longitude '7.438083'^^xsd:double;
  dwc:startLongitude '7.4380833'^^xsd:double;
  dwc:endLongitude '7.4380833'^^xsd:double;
  dwc:latitude '43.4745'^^xsd:double;
  dwc:startLatitude '43.4745'^^xsd:double;
  dwc:endLatitude '43.4745'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.4380833 43.4745, 7.4380833 43.4745, 7.4380833 43.4745, 7.4380833 43.4745, 7.4380833 43.4745))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_461'^^xsd:string;
  dwc:observationDate '2013-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_374> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.416833 7.443667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.416833"^^xsd:decimal ;
  dwc:decimalLongitude "7.443667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_374'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '662_374'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '16.916666666667'^^xsd:double;
  dwc:longitude '7.443667'^^xsd:double;
  dwc:startLongitude '7.4436667'^^xsd:double;
  dwc:endLongitude '7.4436667'^^xsd:double;
  dwc:latitude '43.416833'^^xsd:double;
  dwc:startLatitude '43.4168333'^^xsd:double;
  dwc:endLatitude '43.4168333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.4436667 43.4168333, 7.4436667 43.4168333, 7.4436667 43.4168333, 7.4436667 43.4168333, 7.4436667 43.4168333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_374'^^xsd:string;
  dwc:observationDate '2011-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_372> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5955 7.4455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5955"^^xsd:decimal ;
  dwc:decimalLongitude "7.4455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_372'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '662_372'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '19.2'^^xsd:double;
  dwc:longitude '7.4455'^^xsd:double;
  dwc:startLongitude '7.4455'^^xsd:double;
  dwc:endLongitude '7.4455'^^xsd:double;
  dwc:latitude '43.5955'^^xsd:double;
  dwc:startLatitude '43.5955'^^xsd:double;
  dwc:endLatitude '43.5955'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.4455 43.5955, 7.4455 43.5955, 7.4455 43.5955, 7.4455 43.5955, 7.4455 43.5955))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_372'^^xsd:string;
  dwc:observationDate '2011-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_376> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.603333 7.4455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.603333"^^xsd:decimal ;
  dwc:decimalLongitude "7.4455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_376'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '662_376'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '10.733333333333'^^xsd:double;
  dwc:longitude '7.4455'^^xsd:double;
  dwc:startLongitude '7.4455'^^xsd:double;
  dwc:endLongitude '7.4455'^^xsd:double;
  dwc:latitude '43.603333'^^xsd:double;
  dwc:startLatitude '43.6033333'^^xsd:double;
  dwc:endLatitude '43.6033333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.4455 43.6033333, 7.4455 43.6033333, 7.4455 43.6033333, 7.4455 43.6033333, 7.4455 43.6033333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_376'^^xsd:string;
  dwc:observationDate '2011-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_445> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.635867 7.448017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.635867"^^xsd:decimal ;
  dwc:decimalLongitude "7.448017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_445'^^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 '3'^^xsd:integer;
  dwc:collectorNumber '662_445'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:longitude '7.448017'^^xsd:double;
  dwc:startLongitude '7.4480167'^^xsd:double;
  dwc:endLongitude '7.4480167'^^xsd:double;
  dwc:latitude '43.635867'^^xsd:double;
  dwc:startLatitude '43.6358667'^^xsd:double;
  dwc:endLatitude '43.6358667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.4480167 43.6358667, 7.4480167 43.6358667, 7.4480167 43.6358667, 7.4480167 43.6358667, 7.4480167 43.6358667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_445'^^xsd:string;
  dwc:observationDate '2013-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_375> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.556167 7.4525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.556167"^^xsd:decimal ;
  dwc:decimalLongitude "7.4525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_375'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '662_375'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '18.7'^^xsd:double;
  dwc:longitude '7.4525'^^xsd:double;
  dwc:startLongitude '7.4525'^^xsd:double;
  dwc:endLongitude '7.4525'^^xsd:double;
  dwc:latitude '43.556167'^^xsd:double;
  dwc:startLatitude '43.5561667'^^xsd:double;
  dwc:endLatitude '43.5561667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.4525 43.5561667, 7.4525 43.5561667, 7.4525 43.5561667, 7.4525 43.5561667, 7.4525 43.5561667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_375'^^xsd:string;
  dwc:observationDate '2011-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_429> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5084 7.454667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5084"^^xsd:decimal ;
  dwc:decimalLongitude "7.454667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_429'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '662_429'^^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 '12.133333333333'^^xsd:double;
  dwc:longitude '7.454667'^^xsd:double;
  dwc:startLongitude '7.4546667'^^xsd:double;
  dwc:endLongitude '7.4546667'^^xsd:double;
  dwc:latitude '43.5084'^^xsd:double;
  dwc:startLatitude '43.5084'^^xsd:double;
  dwc:endLatitude '43.5084'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.4546667 43.5084, 7.4546667 43.5084, 7.4546667 43.5084, 7.4546667 43.5084, 7.4546667 43.5084))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_429'^^xsd:string;
  dwc:observationDate '2012-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_368> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.518 7.456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.518"^^xsd:decimal ;
  dwc:decimalLongitude "7.456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_368'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '662_368'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '18.233333333333'^^xsd:double;
  dwc:longitude '7.456'^^xsd:double;
  dwc:startLongitude '7.456'^^xsd:double;
  dwc:endLongitude '7.456'^^xsd:double;
  dwc:latitude '43.518'^^xsd:double;
  dwc:startLatitude '43.518'^^xsd:double;
  dwc:endLatitude '43.518'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.456 43.518, 7.456 43.518, 7.456 43.518, 7.456 43.518, 7.456 43.518))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_368'^^xsd:string;
  dwc:observationDate '2011-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_367> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.493667 7.457667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.493667"^^xsd:decimal ;
  dwc:decimalLongitude "7.457667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_367'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '662_367'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '17.916666666667'^^xsd:double;
  dwc:longitude '7.457667'^^xsd:double;
  dwc:startLongitude '7.4576667'^^xsd:double;
  dwc:endLongitude '7.4576667'^^xsd:double;
  dwc:latitude '43.493667'^^xsd:double;
  dwc:startLatitude '43.4936667'^^xsd:double;
  dwc:endLatitude '43.4936667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.4576667 43.4936667, 7.4576667 43.4936667, 7.4576667 43.4936667, 7.4576667 43.4936667, 7.4576667 43.4936667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_367'^^xsd:string;
  dwc:observationDate '2011-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_446> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65325 7.461167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65325"^^xsd:decimal ;
  dwc:decimalLongitude "7.461167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_446'^^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 '3'^^xsd:integer;
  dwc:collectorNumber '662_446'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.816666666667'^^xsd:double;
  dwc:longitude '7.461167'^^xsd:double;
  dwc:startLongitude '7.4611667'^^xsd:double;
  dwc:endLongitude '7.4611667'^^xsd:double;
  dwc:latitude '43.65325'^^xsd:double;
  dwc:startLatitude '43.65325'^^xsd:double;
  dwc:endLatitude '43.65325'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.4611667 43.65325, 7.4611667 43.65325, 7.4611667 43.65325, 7.4611667 43.65325, 7.4611667 43.65325))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_446'^^xsd:string;
  dwc:observationDate '2013-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_377> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.587333 7.461833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.587333"^^xsd:decimal ;
  dwc:decimalLongitude "7.461833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_377'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '662_377'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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 '11.05'^^xsd:double;
  dwc:longitude '7.461833'^^xsd:double;
  dwc:startLongitude '7.4618333'^^xsd:double;
  dwc:endLongitude '7.4618333'^^xsd:double;
  dwc:latitude '43.587333'^^xsd:double;
  dwc:startLatitude '43.5873333'^^xsd:double;
  dwc:endLatitude '43.5873333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.4618333 43.5873333, 7.4618333 43.5873333, 7.4618333 43.5873333, 7.4618333 43.5873333, 7.4618333 43.5873333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_377'^^xsd:string;
  dwc:observationDate '2011-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_287> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.278 7.470833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.278"^^xsd:decimal ;
  dwc:decimalLongitude "7.470833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_287'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '662_287'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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 '10.2'^^xsd:double;
  dwc:longitude '7.470833'^^xsd:double;
  dwc:startLongitude '7.4708333'^^xsd:double;
  dwc:endLongitude '7.4708333'^^xsd:double;
  dwc:latitude '43.278'^^xsd:double;
  dwc:startLatitude '43.278'^^xsd:double;
  dwc:endLatitude '43.278'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.4708333 43.278, 7.4708333 43.278, 7.4708333 43.278, 7.4708333 43.278, 7.4708333 43.278))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_287'^^xsd:string;
  dwc:observationDate '2009-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_90>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_90> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_90> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.35 7.479167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.35"^^xsd:decimal ;
  dwc:decimalLongitude "7.479167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_90>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_90" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_90'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '662_90'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^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.333333333333'^^xsd:double;
  dwc:longitude '7.479167'^^xsd:double;
  dwc:startLongitude '7.4791667'^^xsd:double;
  dwc:endLongitude '7.4791667'^^xsd:double;
  dwc:latitude '43.35'^^xsd:double;
  dwc:startLatitude '43.35'^^xsd:double;
  dwc:endLatitude '43.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.4791667 43.35, 7.4791667 43.35, 7.4791667 43.35, 7.4791667 43.35, 7.4791667 43.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '662_90'^^xsd:string;
  dwc:observationDate '2011-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_347> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.661167 7.4825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.661167"^^xsd:decimal ;
  dwc:decimalLongitude "7.4825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_347'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_347'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15.9'^^xsd:double;
  dwc:longitude '7.4825'^^xsd:double;
  dwc:startLongitude '7.4825'^^xsd:double;
  dwc:endLongitude '7.4825'^^xsd:double;
  dwc:latitude '43.661167'^^xsd:double;
  dwc:startLatitude '43.6611667'^^xsd:double;
  dwc:endLatitude '43.6611667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.4825 43.6611667, 7.4825 43.6611667, 7.4825 43.6611667, 7.4825 43.6611667, 7.4825 43.6611667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_347'^^xsd:string;
  dwc:observationDate '2011-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_101> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.549167 7.487)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.549167"^^xsd:decimal ;
  dwc:decimalLongitude "7.487"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_101'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '662_101'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:longitude '7.487'^^xsd:double;
  dwc:startLongitude '7.487'^^xsd:double;
  dwc:endLongitude '7.487'^^xsd:double;
  dwc:latitude '43.549167'^^xsd:double;
  dwc:startLatitude '43.5491667'^^xsd:double;
  dwc:endLatitude '43.5491667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.487 43.5491667, 7.487 43.5491667, 7.487 43.5491667, 7.487 43.5491667, 7.487 43.5491667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_101'^^xsd:string;
  dwc:observationDate '2001-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_102> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.55 7.489333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.55"^^xsd:decimal ;
  dwc:decimalLongitude "7.489333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_102'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '662_102'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.333333333333'^^xsd:double;
  dwc:longitude '7.489333'^^xsd:double;
  dwc:startLongitude '7.4893333'^^xsd:double;
  dwc:endLongitude '7.4893333'^^xsd:double;
  dwc:latitude '43.55'^^xsd:double;
  dwc:startLatitude '43.55'^^xsd:double;
  dwc:endLatitude '43.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.4893333 43.55, 7.4893333 43.55, 7.4893333 43.55, 7.4893333 43.55, 7.4893333 43.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_102'^^xsd:string;
  dwc:observationDate '2001-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_318> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1845 7.491667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1845"^^xsd:decimal ;
  dwc:decimalLongitude "7.491667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_318'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '662_318'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^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.466666666667'^^xsd:double;
  dwc:longitude '7.491667'^^xsd:double;
  dwc:startLongitude '7.4916667'^^xsd:double;
  dwc:endLongitude '7.4916667'^^xsd:double;
  dwc:latitude '43.1845'^^xsd:double;
  dwc:startLatitude '43.1845'^^xsd:double;
  dwc:endLatitude '43.1845'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.4916667 43.1845, 7.4916667 43.1845, 7.4916667 43.1845, 7.4916667 43.1845, 7.4916667 43.1845))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_318'^^xsd:string;
  dwc:observationDate '2010-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_460> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.50881 7.497155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.50881"^^xsd:decimal ;
  dwc:decimalLongitude "7.497155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_460'^^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 '28'^^xsd:integer;
  dwc:collectorNumber '662_460'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.616666666667'^^xsd:double;
  dwc:longitude '7.497155'^^xsd:double;
  dwc:startLongitude '7.497155'^^xsd:double;
  dwc:endLongitude '7.497155'^^xsd:double;
  dwc:latitude '43.50881'^^xsd:double;
  dwc:startLatitude '43.50881'^^xsd:double;
  dwc:endLatitude '43.50881'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.497155 43.50881, 7.497155 43.50881, 7.497155 43.50881, 7.497155 43.50881, 7.497155 43.50881))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_460'^^xsd:string;
  dwc:observationDate '2013-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_392> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53076 7.5002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53076"^^xsd:decimal ;
  dwc:decimalLongitude "7.5002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_392'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2013'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '662_392'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.283333333333'^^xsd:double;
  dwc:longitude '7.5002'^^xsd:double;
  dwc:startLongitude '7.5002'^^xsd:double;
  dwc:endLongitude '7.5002'^^xsd:double;
  dwc:latitude '43.53076'^^xsd:double;
  dwc:startLatitude '43.53076'^^xsd:double;
  dwc:endLatitude '43.53076'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.5002 43.53076, 7.5002 43.53076, 7.5002 43.53076, 7.5002 43.53076, 7.5002 43.53076))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Balaenoptera physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '662_392'^^xsd:string;
  dwc:observationDate '2013-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_326> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.506667 7.506167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.506667"^^xsd:decimal ;
  dwc:decimalLongitude "7.506167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_326'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '662_326'^^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 '13.05'^^xsd:double;
  dwc:longitude '7.506167'^^xsd:double;
  dwc:startLongitude '7.5061667'^^xsd:double;
  dwc:endLongitude '7.5061667'^^xsd:double;
  dwc:latitude '43.506667'^^xsd:double;
  dwc:startLatitude '43.5066667'^^xsd:double;
  dwc:endLatitude '43.5066667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.5061667 43.5066667, 7.5061667 43.5066667, 7.5061667 43.5066667, 7.5061667 43.5066667, 7.5061667 43.5066667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_326'^^xsd:string;
  dwc:observationDate '2010-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_459> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.596167 7.5075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.596167"^^xsd:decimal ;
  dwc:decimalLongitude "7.5075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_459'^^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 '28'^^xsd:integer;
  dwc:collectorNumber '662_459'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '7.5075'^^xsd:double;
  dwc:startLongitude '7.5075'^^xsd:double;
  dwc:endLongitude '7.5075'^^xsd:double;
  dwc:latitude '43.596167'^^xsd:double;
  dwc:startLatitude '43.5961667'^^xsd:double;
  dwc:endLatitude '43.5961667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.5075 43.5961667, 7.5075 43.5961667, 7.5075 43.5961667, 7.5075 43.5961667, 7.5075 43.5961667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_459'^^xsd:string;
  dwc:observationDate '2013-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_327> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.50668 7.5095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.50668"^^xsd:decimal ;
  dwc:decimalLongitude "7.5095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_327'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '662_327'^^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 '13.083333333333'^^xsd:double;
  dwc:longitude '7.5095'^^xsd:double;
  dwc:startLongitude '7.5095'^^xsd:double;
  dwc:endLongitude '7.5095'^^xsd:double;
  dwc:latitude '43.50668'^^xsd:double;
  dwc:startLatitude '43.50668'^^xsd:double;
  dwc:endLatitude '43.50668'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.5095 43.50668, 7.5095 43.50668, 7.5095 43.50668, 7.5095 43.50668, 7.5095 43.50668))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_327'^^xsd:string;
  dwc:observationDate '2010-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_438> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.457567 7.526617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.457567"^^xsd:decimal ;
  dwc:decimalLongitude "7.526617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_438'^^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 '26'^^xsd:integer;
  dwc:collectorNumber '662_438'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.9166666666667'^^xsd:double;
  dwc:longitude '7.526617'^^xsd:double;
  dwc:startLongitude '7.5266167'^^xsd:double;
  dwc:endLongitude '7.5266167'^^xsd:double;
  dwc:latitude '43.457567'^^xsd:double;
  dwc:startLatitude '43.4575667'^^xsd:double;
  dwc:endLatitude '43.4575667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.5266167 43.4575667, 7.5266167 43.4575667, 7.5266167 43.4575667, 7.5266167 43.4575667, 7.5266167 43.4575667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_438'^^xsd:string;
  dwc:observationDate '2013-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.215 7.534167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.215"^^xsd:decimal ;
  dwc:decimalLongitude "7.534167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_13'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '662_13'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^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.05'^^xsd:double;
  dwc:longitude '7.534167'^^xsd:double;
  dwc:startLongitude '7.5341667'^^xsd:double;
  dwc:endLongitude '7.5341667'^^xsd:double;
  dwc:latitude '43.215'^^xsd:double;
  dwc:startLatitude '43.215'^^xsd:double;
  dwc:endLatitude '43.215'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.5341667 43.215, 7.5341667 43.215, 7.5341667 43.215, 7.5341667 43.215, 7.5341667 43.215))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Balaenoptera physalus" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '662_13'^^xsd:string;
  dwc:observationDate '2009-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_256> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.630667 7.540333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.630667"^^xsd:decimal ;
  dwc:decimalLongitude "7.540333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_256'^^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 '2'^^xsd:integer;
  dwc:collectorNumber '662_256'^^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 '13.3'^^xsd:double;
  dwc:longitude '7.540333'^^xsd:double;
  dwc:startLongitude '7.5403333'^^xsd:double;
  dwc:endLongitude '7.5403333'^^xsd:double;
  dwc:latitude '43.630667'^^xsd:double;
  dwc:startLatitude '43.6306667'^^xsd:double;
  dwc:endLatitude '43.6306667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.5403333 43.6306667, 7.5403333 43.6306667, 7.5403333 43.6306667, 7.5403333 43.6306667, 7.5403333 43.6306667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_256'^^xsd:string;
  dwc:observationDate '2008-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_257> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.660833 7.5415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.660833"^^xsd:decimal ;
  dwc:decimalLongitude "7.5415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_257'^^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 '2'^^xsd:integer;
  dwc:collectorNumber '662_257'^^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 '13.633333333333'^^xsd:double;
  dwc:longitude '7.5415'^^xsd:double;
  dwc:startLongitude '7.5415'^^xsd:double;
  dwc:endLongitude '7.5415'^^xsd:double;
  dwc:latitude '43.660833'^^xsd:double;
  dwc:startLatitude '43.6608333'^^xsd:double;
  dwc:endLatitude '43.6608333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.5415 43.6608333, 7.5415 43.6608333, 7.5415 43.6608333, 7.5415 43.6608333, 7.5415 43.6608333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_257'^^xsd:string;
  dwc:observationDate '2008-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_430> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.595667 7.607333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.595667"^^xsd:decimal ;
  dwc:decimalLongitude "7.607333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_430'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '662_430'^^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 '14.016666666667'^^xsd:double;
  dwc:longitude '7.607333'^^xsd:double;
  dwc:startLongitude '7.6073333'^^xsd:double;
  dwc:endLongitude '7.6073333'^^xsd:double;
  dwc:latitude '43.595667'^^xsd:double;
  dwc:startLatitude '43.5956667'^^xsd:double;
  dwc:endLatitude '43.5956667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.6073333 43.5956667, 7.6073333 43.5956667, 7.6073333 43.5956667, 7.6073333 43.5956667, 7.6073333 43.5956667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_430'^^xsd:string;
  dwc:observationDate '2012-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_155> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.472333 7.6525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.472333"^^xsd:decimal ;
  dwc:decimalLongitude "7.6525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_155'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '662_155'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:longitude '7.6525'^^xsd:double;
  dwc:startLongitude '7.6525'^^xsd:double;
  dwc:endLongitude '7.6525'^^xsd:double;
  dwc:latitude '43.472333'^^xsd:double;
  dwc:startLatitude '43.4723333'^^xsd:double;
  dwc:endLatitude '43.4723333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.6525 43.4723333, 7.6525 43.4723333, 7.6525 43.4723333, 7.6525 43.4723333, 7.6525 43.4723333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_155'^^xsd:string;
  dwc:observationDate '2004-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_456> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.666583 7.792083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.666583"^^xsd:decimal ;
  dwc:decimalLongitude "7.792083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_456'^^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 '17'^^xsd:integer;
  dwc:collectorNumber '662_456'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.75'^^xsd:double;
  dwc:longitude '7.792083'^^xsd:double;
  dwc:startLongitude '7.7920833'^^xsd:double;
  dwc:endLongitude '7.7920833'^^xsd:double;
  dwc:latitude '43.666583'^^xsd:double;
  dwc:startLatitude '43.6665833'^^xsd:double;
  dwc:endLatitude '43.6665833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.7920833 43.6665833, 7.7920833 43.6665833, 7.7920833 43.6665833, 7.7920833 43.6665833, 7.7920833 43.6665833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_456'^^xsd:string;
  dwc:observationDate '2013-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2827__662_455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2827__662_455> ;
  mr:hasGeometry <https://eurobis.org/id/point/2827__662_455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64819 7.83517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64819"^^xsd:decimal ;
  dwc:decimalLongitude "7.83517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2827__662_455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "662_455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2827_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-22'^^xsd:date;
  dwc:institutionCode 'OceanCare'^^xsd:string;
  dwc:collectionCode '662'^^xsd:integer;
  dwc:catalogNumber '662_455'^^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 '17'^^xsd:integer;
  dwc:collectorNumber '662_455'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.25'^^xsd:double;
  dwc:longitude '7.83517'^^xsd:double;
  dwc:startLongitude '7.83517'^^xsd:double;
  dwc:endLongitude '7.83517'^^xsd:double;
  dwc:latitude '43.64819'^^xsd:double;
  dwc:startLatitude '43.64819'^^xsd:double;
  dwc:endLatitude '43.64819'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.83517 43.64819, 7.83517 43.64819, 7.83517 43.64819, 7.83517 43.64819, 7.83517 43.64819))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '662_455'^^xsd:string;
  dwc:observationDate '2013-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF