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

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

<https://eurobis.org/id/occurrence/3078__812_124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_124'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '812_124'^^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 '18'^^xsd:integer;
  dwc:longitude '16.87615'^^xsd:double;
  dwc:startLongitude '16.87615'^^xsd:double;
  dwc:endLongitude '16.87615'^^xsd:double;
  dwc:latitude '40.343917'^^xsd:double;
  dwc:startLatitude '40.343917'^^xsd:double;
  dwc:endLatitude '40.343917'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.87615 40.343917, 16.87615 40.343917, 16.87615 40.343917, 16.87615 40.343917, 16.87615 40.343917))'^^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 '812_124'^^xsd:string;
  dwc:observationDate '2012-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_81>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_81> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_81> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3738 16.876333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3738"^^xsd:decimal ;
  dwc:decimalLongitude "16.876333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_81>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_81" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_81'^^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 '29'^^xsd:integer;
  dwc:collectorNumber '812_81'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.833333333333'^^xsd:double;
  dwc:longitude '16.876333'^^xsd:double;
  dwc:startLongitude '16.876333'^^xsd:double;
  dwc:endLongitude '16.876333'^^xsd:double;
  dwc:latitude '40.3738'^^xsd:double;
  dwc:startLatitude '40.3738'^^xsd:double;
  dwc:endLatitude '40.3738'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.876333 40.3738, 16.876333 40.3738, 16.876333 40.3738, 16.876333 40.3738, 16.876333 40.3738))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_81'^^xsd:string;
  dwc:observationDate '2011-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_127> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.369483 16.884933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.369483"^^xsd:decimal ;
  dwc:decimalLongitude "16.884933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_127'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '812_127'^^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 '16.333333333333'^^xsd:double;
  dwc:longitude '16.884933'^^xsd:double;
  dwc:startLongitude '16.884933'^^xsd:double;
  dwc:endLongitude '16.884933'^^xsd:double;
  dwc:latitude '40.369483'^^xsd:double;
  dwc:startLatitude '40.369483'^^xsd:double;
  dwc:endLatitude '40.369483'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.884933 40.369483, 16.884933 40.369483, 16.884933 40.369483, 16.884933 40.369483, 16.884933 40.369483))'^^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 '812_127'^^xsd:string;
  dwc:observationDate '2012-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_101> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.369317 16.891817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.369317"^^xsd:decimal ;
  dwc:decimalLongitude "16.891817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_101'^^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 '812_101'^^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 '10.25'^^xsd:double;
  dwc:longitude '16.891817'^^xsd:double;
  dwc:startLongitude '16.891817'^^xsd:double;
  dwc:endLongitude '16.891817'^^xsd:double;
  dwc:latitude '40.369317'^^xsd:double;
  dwc:startLatitude '40.369317'^^xsd:double;
  dwc:endLatitude '40.369317'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.891817 40.369317, 16.891817 40.369317, 16.891817 40.369317, 16.891817 40.369317, 16.891817 40.369317))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_101'^^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/3078__812_123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_123> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.395817 16.900667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.395817"^^xsd:decimal ;
  dwc:decimalLongitude "16.900667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_123'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '812_123'^^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 '9.6333333333333'^^xsd:double;
  dwc:longitude '16.900667'^^xsd:double;
  dwc:startLongitude '16.900667'^^xsd:double;
  dwc:endLongitude '16.900667'^^xsd:double;
  dwc:latitude '40.395817'^^xsd:double;
  dwc:startLatitude '40.395817'^^xsd:double;
  dwc:endLatitude '40.395817'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.900667 40.395817, 16.900667 40.395817, 16.900667 40.395817, 16.900667 40.395817, 16.900667 40.395817))'^^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 '812_123'^^xsd:string;
  dwc:observationDate '2012-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_73>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_73> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_73> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.396767 16.901567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.396767"^^xsd:decimal ;
  dwc:decimalLongitude "16.901567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_73>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_73" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_73'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '812_73'^^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 '9.7833333333333'^^xsd:double;
  dwc:longitude '16.901567'^^xsd:double;
  dwc:startLongitude '16.901567'^^xsd:double;
  dwc:endLongitude '16.901567'^^xsd:double;
  dwc:latitude '40.396767'^^xsd:double;
  dwc:startLatitude '40.396767'^^xsd:double;
  dwc:endLatitude '40.396767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.901567 40.396767, 16.901567 40.396767, 16.901567 40.396767, 16.901567 40.396767, 16.901567 40.396767))'^^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 '812_73'^^xsd:string;
  dwc:observationDate '2011-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_92>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_92> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_92> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.391217 16.9043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.391217"^^xsd:decimal ;
  dwc:decimalLongitude "16.9043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_92>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_92" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_92'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '812_92'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.25'^^xsd:double;
  dwc:longitude '16.9043'^^xsd:double;
  dwc:startLongitude '16.9043'^^xsd:double;
  dwc:endLongitude '16.9043'^^xsd:double;
  dwc:latitude '40.391217'^^xsd:double;
  dwc:startLatitude '40.391217'^^xsd:double;
  dwc:endLatitude '40.391217'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.9043 40.391217, 16.9043 40.391217, 16.9043 40.391217, 16.9043 40.391217, 16.9043 40.391217))'^^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 '812_92'^^xsd:string;
  dwc:observationDate '2011-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_65>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_65> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_65> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.409617 16.905667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.409617"^^xsd:decimal ;
  dwc:decimalLongitude "16.905667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_65>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_65" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_65'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '812_65'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.283333333333'^^xsd:double;
  dwc:longitude '16.905667'^^xsd:double;
  dwc:startLongitude '16.905667'^^xsd:double;
  dwc:endLongitude '16.905667'^^xsd:double;
  dwc:latitude '40.409617'^^xsd:double;
  dwc:startLatitude '40.409617'^^xsd:double;
  dwc:endLatitude '40.409617'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.905667 40.409617, 16.905667 40.409617, 16.905667 40.409617, 16.905667 40.409617, 16.905667 40.409617))'^^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 '812_65'^^xsd:string;
  dwc:observationDate '2011-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_56> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4095 16.905917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4095"^^xsd:decimal ;
  dwc:decimalLongitude "16.905917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_56'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '812_56'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.283333333333'^^xsd:double;
  dwc:longitude '16.905917'^^xsd:double;
  dwc:startLongitude '16.905917'^^xsd:double;
  dwc:endLongitude '16.905917'^^xsd:double;
  dwc:latitude '40.4095'^^xsd:double;
  dwc:startLatitude '40.4095'^^xsd:double;
  dwc:endLatitude '40.4095'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.905917 40.4095, 16.905917 40.4095, 16.905917 40.4095, 16.905917 40.4095, 16.905917 40.4095))'^^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 '812_56'^^xsd:string;
  dwc:observationDate '2011-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_103> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.379317 16.908483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.379317"^^xsd:decimal ;
  dwc:decimalLongitude "16.908483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

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

<https://eurobis.org/id/occurrence/3078__812_60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_60'^^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 '812_60'^^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 '9.9166666666667'^^xsd:double;
  dwc:longitude '16.909367'^^xsd:double;
  dwc:startLongitude '16.909367'^^xsd:double;
  dwc:endLongitude '16.909367'^^xsd:double;
  dwc:latitude '40.370417'^^xsd:double;
  dwc:startLatitude '40.370417'^^xsd:double;
  dwc:endLatitude '40.370417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.909367 40.370417, 16.909367 40.370417, 16.909367 40.370417, 16.909367 40.370417, 16.909367 40.370417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_60'^^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/3078__812_95>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_95> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_95> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.38725 16.909533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.38725"^^xsd:decimal ;
  dwc:decimalLongitude "16.909533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

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

<https://eurobis.org/id/occurrence/3078__812_142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_142'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '812_142'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:longitude '16.9118'^^xsd:double;
  dwc:startLongitude '16.9118'^^xsd:double;
  dwc:endLongitude '16.9118'^^xsd:double;
  dwc:latitude '40.371917'^^xsd:double;
  dwc:startLatitude '40.371917'^^xsd:double;
  dwc:endLatitude '40.371917'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.9118 40.371917, 16.9118 40.371917, 16.9118 40.371917, 16.9118 40.371917, 16.9118 40.371917))'^^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 '812_142'^^xsd:string;
  dwc:observationDate '2012-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_77>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_77> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_77> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.38645 16.912017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.38645"^^xsd:decimal ;
  dwc:decimalLongitude "16.912017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

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

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

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

<https://eurobis.org/id/occurrence/3078__812_98>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_98" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_98'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '812_98'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.9333333333333'^^xsd:double;
  dwc:longitude '16.917117'^^xsd:double;
  dwc:startLongitude '16.917117'^^xsd:double;
  dwc:endLongitude '16.917117'^^xsd:double;
  dwc:latitude '40.41955'^^xsd:double;
  dwc:startLatitude '40.41955'^^xsd:double;
  dwc:endLatitude '40.41955'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.917117 40.41955, 16.917117 40.41955, 16.917117 40.41955, 16.917117 40.41955, 16.917117 40.41955))'^^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 '812_98'^^xsd:string;
  dwc:observationDate '2011-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_51> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.419883 16.917117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.419883"^^xsd:decimal ;
  dwc:decimalLongitude "16.917117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_51'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '812_51'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.75'^^xsd:double;
  dwc:longitude '16.917117'^^xsd:double;
  dwc:startLongitude '16.917117'^^xsd:double;
  dwc:endLongitude '16.917117'^^xsd:double;
  dwc:latitude '40.419883'^^xsd:double;
  dwc:startLatitude '40.419883'^^xsd:double;
  dwc:endLatitude '40.419883'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.917117 40.419883, 16.917117 40.419883, 16.917117 40.419883, 16.917117 40.419883, 16.917117 40.419883))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_51'^^xsd:string;
  dwc:observationDate '2011-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_59>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_59> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_59> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.431217 16.91715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.431217"^^xsd:decimal ;
  dwc:decimalLongitude "16.91715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_59>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_59" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_59'^^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 '812_59'^^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 '10.5'^^xsd:double;
  dwc:longitude '16.91715'^^xsd:double;
  dwc:startLongitude '16.91715'^^xsd:double;
  dwc:endLongitude '16.91715'^^xsd:double;
  dwc:latitude '40.431217'^^xsd:double;
  dwc:startLatitude '40.431217'^^xsd:double;
  dwc:endLatitude '40.431217'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.91715 40.431217, 16.91715 40.431217, 16.91715 40.431217, 16.91715 40.431217, 16.91715 40.431217))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_59'^^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/3078__812_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.40405 16.920633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.40405"^^xsd:decimal ;
  dwc:decimalLongitude "16.920633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_3'^^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 '16'^^xsd:integer;
  dwc:collectorNumber '812_3'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:longitude '16.920633'^^xsd:double;
  dwc:startLongitude '16.920633'^^xsd:double;
  dwc:endLongitude '16.920633'^^xsd:double;
  dwc:latitude '40.40405'^^xsd:double;
  dwc:startLatitude '40.40405'^^xsd:double;
  dwc:endLatitude '40.40405'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.920633 40.40405, 16.920633 40.40405, 16.920633 40.40405, 16.920633 40.40405, 16.920633 40.40405))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_3'^^xsd:string;
  dwc:observationDate '2009-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_68>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_68> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_68> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.38865 16.92125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.38865"^^xsd:decimal ;
  dwc:decimalLongitude "16.92125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_68>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_68" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_68'^^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 '812_68'^^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 '11.05'^^xsd:double;
  dwc:longitude '16.92125'^^xsd:double;
  dwc:startLongitude '16.92125'^^xsd:double;
  dwc:endLongitude '16.92125'^^xsd:double;
  dwc:latitude '40.38865'^^xsd:double;
  dwc:startLatitude '40.38865'^^xsd:double;
  dwc:endLatitude '40.38865'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.92125 40.38865, 16.92125 40.38865, 16.92125 40.38865, 16.92125 40.38865, 16.92125 40.38865))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_68'^^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/3078__812_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4013 16.92125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4013"^^xsd:decimal ;
  dwc:decimalLongitude "16.92125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_29'^^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 '14'^^xsd:integer;
  dwc:collectorNumber '812_29'^^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 '10.166666666667'^^xsd:double;
  dwc:longitude '16.92125'^^xsd:double;
  dwc:startLongitude '16.92125'^^xsd:double;
  dwc:endLongitude '16.92125'^^xsd:double;
  dwc:latitude '40.4013'^^xsd:double;
  dwc:startLatitude '40.4013'^^xsd:double;
  dwc:endLatitude '40.4013'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.92125 40.4013, 16.92125 40.4013, 16.92125 40.4013, 16.92125 40.4013, 16.92125 40.4013))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_29'^^xsd:string;
  dwc:observationDate '2010-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_64>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_64> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_64> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.380783 16.921833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.380783"^^xsd:decimal ;
  dwc:decimalLongitude "16.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/3078__812_64>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.380783 16.921833)"^^geo:wktLiteral ;
  geo-pos:lat "40.380783"^^xsd:decimal ;
  geo-pos:long "16.921833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/3078__812_64>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_64" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_64'^^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 '812_64'^^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 '12.333333333333'^^xsd:double;
  dwc:longitude '16.921833'^^xsd:double;
  dwc:startLongitude '16.921833'^^xsd:double;
  dwc:endLongitude '16.921833'^^xsd:double;
  dwc:latitude '40.380783'^^xsd:double;
  dwc:startLatitude '40.380783'^^xsd:double;
  dwc:endLatitude '40.380783'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.921833 40.380783, 16.921833 40.380783, 16.921833 40.380783, 16.921833 40.380783, 16.921833 40.380783))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_64'^^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/3078__812_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.407133 16.92195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.407133"^^xsd:decimal ;
  dwc:decimalLongitude "16.92195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_21'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '812_21'^^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 '12.416666666667'^^xsd:double;
  dwc:longitude '16.92195'^^xsd:double;
  dwc:startLongitude '16.92195'^^xsd:double;
  dwc:endLongitude '16.92195'^^xsd:double;
  dwc:latitude '40.407133'^^xsd:double;
  dwc:startLatitude '40.407133'^^xsd:double;
  dwc:endLatitude '40.407133'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.92195 40.407133, 16.92195 40.407133, 16.92195 40.407133, 16.92195 40.407133, 16.92195 40.407133))'^^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 '812_21'^^xsd:string;
  dwc:observationDate '2010-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_85>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_85> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_85> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.397433 16.922533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.397433"^^xsd:decimal ;
  dwc:decimalLongitude "16.922533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_85>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_85" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_85'^^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 '4'^^xsd:integer;
  dwc:collectorNumber '812_85'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:longitude '16.922533'^^xsd:double;
  dwc:startLongitude '16.922533'^^xsd:double;
  dwc:endLongitude '16.922533'^^xsd:double;
  dwc:latitude '40.397433'^^xsd:double;
  dwc:startLatitude '40.397433'^^xsd:double;
  dwc:endLatitude '40.397433'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.922533 40.397433, 16.922533 40.397433, 16.922533 40.397433, 16.922533 40.397433, 16.922533 40.397433))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_85'^^xsd:string;
  dwc:observationDate '2011-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_130> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3858 16.923833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3858"^^xsd:decimal ;
  dwc:decimalLongitude "16.923833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_130'^^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 '9'^^xsd:integer;
  dwc:collectorNumber '812_130'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.8333333333333'^^xsd:double;
  dwc:longitude '16.923833'^^xsd:double;
  dwc:startLongitude '16.923833'^^xsd:double;
  dwc:endLongitude '16.923833'^^xsd:double;
  dwc:latitude '40.3858'^^xsd:double;
  dwc:startLatitude '40.3858'^^xsd:double;
  dwc:endLatitude '40.3858'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.923833 40.3858, 16.923833 40.3858, 16.923833 40.3858, 16.923833 40.3858, 16.923833 40.3858))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_130'^^xsd:string;
  dwc:observationDate '2012-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.392983 16.92385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.392983"^^xsd:decimal ;
  dwc:decimalLongitude "16.92385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_35'^^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 '21'^^xsd:integer;
  dwc:collectorNumber '812_35'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10.083333333333'^^xsd:double;
  dwc:longitude '16.92385'^^xsd:double;
  dwc:startLongitude '16.92385'^^xsd:double;
  dwc:endLongitude '16.92385'^^xsd:double;
  dwc:latitude '40.392983'^^xsd:double;
  dwc:startLatitude '40.392983'^^xsd:double;
  dwc:endLatitude '40.392983'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.92385 40.392983, 16.92385 40.392983, 16.92385 40.392983, 16.92385 40.392983, 16.92385 40.392983))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_35'^^xsd:string;
  dwc:observationDate '2010-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_120> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3922 16.924167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3922"^^xsd:decimal ;
  dwc:decimalLongitude "16.924167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_120'^^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 '812_120'^^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 '9.6833333333333'^^xsd:double;
  dwc:longitude '16.924167'^^xsd:double;
  dwc:startLongitude '16.924167'^^xsd:double;
  dwc:endLongitude '16.924167'^^xsd:double;
  dwc:latitude '40.3922'^^xsd:double;
  dwc:startLatitude '40.3922'^^xsd:double;
  dwc:endLatitude '40.3922'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.924167 40.3922, 16.924167 40.3922, 16.924167 40.3922, 16.924167 40.3922, 16.924167 40.3922))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_120'^^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/3078__812_125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_125> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.40885 16.924333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.40885"^^xsd:decimal ;
  dwc:decimalLongitude "16.924333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_125'^^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 '812_125'^^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 '9.9666666666667'^^xsd:double;
  dwc:longitude '16.924333'^^xsd:double;
  dwc:startLongitude '16.924333'^^xsd:double;
  dwc:endLongitude '16.924333'^^xsd:double;
  dwc:latitude '40.40885'^^xsd:double;
  dwc:startLatitude '40.40885'^^xsd:double;
  dwc:endLatitude '40.40885'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.924333 40.40885, 16.924333 40.40885, 16.924333 40.40885, 16.924333 40.40885, 16.924333 40.40885))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_125'^^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/3078__812_154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_154> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.391183 16.925833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.391183"^^xsd:decimal ;
  dwc:decimalLongitude "16.925833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

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

<https://eurobis.org/id/occurrence/3078__812_87>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_87" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_87'^^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 '6'^^xsd:integer;
  dwc:collectorNumber '812_87'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.8'^^xsd:double;
  dwc:longitude '16.926033'^^xsd:double;
  dwc:startLongitude '16.926033'^^xsd:double;
  dwc:endLongitude '16.926033'^^xsd:double;
  dwc:latitude '40.397083'^^xsd:double;
  dwc:startLatitude '40.397083'^^xsd:double;
  dwc:endLatitude '40.397083'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.926033 40.397083, 16.926033 40.397083, 16.926033 40.397083, 16.926033 40.397083, 16.926033 40.397083))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_87'^^xsd:string;
  dwc:observationDate '2011-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_99>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_99> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_99> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.42245 16.926167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.42245"^^xsd:decimal ;
  dwc:decimalLongitude "16.926167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_99>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_99" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_99'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '812_99'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.3'^^xsd:double;
  dwc:longitude '16.926167'^^xsd:double;
  dwc:startLongitude '16.926167'^^xsd:double;
  dwc:endLongitude '16.926167'^^xsd:double;
  dwc:latitude '40.42245'^^xsd:double;
  dwc:startLatitude '40.42245'^^xsd:double;
  dwc:endLatitude '40.42245'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.926167 40.42245, 16.926167 40.42245, 16.926167 40.42245, 16.926167 40.42245, 16.926167 40.42245))'^^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 '812_99'^^xsd:string;
  dwc:observationDate '2011-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_153> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.356517 16.92725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.356517"^^xsd:decimal ;
  dwc:decimalLongitude "16.92725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

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

<https://eurobis.org/id/occurrence/3078__812_84>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_84" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_84'^^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 '3'^^xsd:integer;
  dwc:collectorNumber '812_84'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.583333333333'^^xsd:double;
  dwc:longitude '16.927333'^^xsd:double;
  dwc:startLongitude '16.927333'^^xsd:double;
  dwc:endLongitude '16.927333'^^xsd:double;
  dwc:latitude '40.386967'^^xsd:double;
  dwc:startLatitude '40.386967'^^xsd:double;
  dwc:endLatitude '40.386967'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.927333 40.386967, 16.927333 40.386967, 16.927333 40.386967, 16.927333 40.386967, 16.927333 40.386967))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_84'^^xsd:string;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_83>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_83> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_83> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3655 16.928117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3655"^^xsd:decimal ;
  dwc:decimalLongitude "16.928117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_83>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_83" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_83'^^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 '3'^^xsd:integer;
  dwc:collectorNumber '812_83'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.55'^^xsd:double;
  dwc:longitude '16.928117'^^xsd:double;
  dwc:startLongitude '16.928117'^^xsd:double;
  dwc:endLongitude '16.928117'^^xsd:double;
  dwc:latitude '40.3655'^^xsd:double;
  dwc:startLatitude '40.3655'^^xsd:double;
  dwc:endLatitude '40.3655'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.928117 40.3655, 16.928117 40.3655, 16.928117 40.3655, 16.928117 40.3655, 16.928117 40.3655))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_83'^^xsd:string;
  dwc:observationDate '2011-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.394317 16.928917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.394317"^^xsd:decimal ;
  dwc:decimalLongitude "16.928917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_24'^^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 '812_24'^^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.666666666667'^^xsd:double;
  dwc:longitude '16.928917'^^xsd:double;
  dwc:startLongitude '16.928917'^^xsd:double;
  dwc:endLongitude '16.928917'^^xsd:double;
  dwc:latitude '40.394317'^^xsd:double;
  dwc:startLatitude '40.394317'^^xsd:double;
  dwc:endLatitude '40.394317'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.928917 40.394317, 16.928917 40.394317, 16.928917 40.394317, 16.928917 40.394317, 16.928917 40.394317))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_24'^^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/3078__812_132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_132> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.398617 16.9296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.398617"^^xsd:decimal ;
  dwc:decimalLongitude "16.9296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_132'^^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 '11'^^xsd:integer;
  dwc:collectorNumber '812_132'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.9166666666667'^^xsd:double;
  dwc:longitude '16.9296'^^xsd:double;
  dwc:startLongitude '16.9296'^^xsd:double;
  dwc:endLongitude '16.9296'^^xsd:double;
  dwc:latitude '40.398617'^^xsd:double;
  dwc:startLatitude '40.398617'^^xsd:double;
  dwc:endLatitude '40.398617'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.9296 40.398617, 16.9296 40.398617, 16.9296 40.398617, 16.9296 40.398617, 16.9296 40.398617))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_132'^^xsd:string;
  dwc:observationDate '2012-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_106> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3915 16.930033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3915"^^xsd:decimal ;
  dwc:decimalLongitude "16.930033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_106'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '812_106'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.35'^^xsd:double;
  dwc:longitude '16.930033'^^xsd:double;
  dwc:startLongitude '16.930033'^^xsd:double;
  dwc:endLongitude '16.930033'^^xsd:double;
  dwc:latitude '40.3915'^^xsd:double;
  dwc:startLatitude '40.3915'^^xsd:double;
  dwc:endLatitude '40.3915'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.930033 40.3915, 16.930033 40.3915, 16.930033 40.3915, 16.930033 40.3915, 16.930033 40.3915))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_106'^^xsd:string;
  dwc:observationDate '2011-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_147> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3765 16.932483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3765"^^xsd:decimal ;
  dwc:decimalLongitude "16.932483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_147'^^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 '5'^^xsd:integer;
  dwc:collectorNumber '812_147'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.833333333333'^^xsd:double;
  dwc:longitude '16.932483'^^xsd:double;
  dwc:startLongitude '16.932483'^^xsd:double;
  dwc:endLongitude '16.932483'^^xsd:double;
  dwc:latitude '40.3765'^^xsd:double;
  dwc:startLatitude '40.3765'^^xsd:double;
  dwc:endLatitude '40.3765'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.932483 40.3765, 16.932483 40.3765, 16.932483 40.3765, 16.932483 40.3765, 16.932483 40.3765))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_147'^^xsd:string;
  dwc:observationDate '2012-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_70>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_70> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_70> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.375267 16.93255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.375267"^^xsd:decimal ;
  dwc:decimalLongitude "16.93255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_70>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_70" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_70'^^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 '812_70'^^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 '18.466666666667'^^xsd:double;
  dwc:longitude '16.93255'^^xsd:double;
  dwc:startLongitude '16.93255'^^xsd:double;
  dwc:endLongitude '16.93255'^^xsd:double;
  dwc:latitude '40.375267'^^xsd:double;
  dwc:startLatitude '40.375267'^^xsd:double;
  dwc:endLatitude '40.375267'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.93255 40.375267, 16.93255 40.375267, 16.93255 40.375267, 16.93255 40.375267, 16.93255 40.375267))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_70'^^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/3078__812_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.392867 16.933317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.392867"^^xsd:decimal ;
  dwc:decimalLongitude "16.933317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_31'^^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 '16'^^xsd:integer;
  dwc:collectorNumber '812_31'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '16.933317'^^xsd:double;
  dwc:startLongitude '16.933317'^^xsd:double;
  dwc:endLongitude '16.933317'^^xsd:double;
  dwc:latitude '40.392867'^^xsd:double;
  dwc:startLatitude '40.392867'^^xsd:double;
  dwc:endLatitude '40.392867'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.933317 40.392867, 16.933317 40.392867, 16.933317 40.392867, 16.933317 40.392867, 16.933317 40.392867))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_31'^^xsd:string;
  dwc:observationDate '2010-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.398533 16.93335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.398533"^^xsd:decimal ;
  dwc:decimalLongitude "16.93335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_28'^^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 '13'^^xsd:integer;
  dwc:collectorNumber '812_28'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.05'^^xsd:double;
  dwc:longitude '16.93335'^^xsd:double;
  dwc:startLongitude '16.93335'^^xsd:double;
  dwc:endLongitude '16.93335'^^xsd:double;
  dwc:latitude '40.398533'^^xsd:double;
  dwc:startLatitude '40.398533'^^xsd:double;
  dwc:endLatitude '40.398533'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.93335 40.398533, 16.93335 40.398533, 16.93335 40.398533, 16.93335 40.398533, 16.93335 40.398533))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_28'^^xsd:string;
  dwc:observationDate '2010-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_131> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.386617 16.9339)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.386617"^^xsd:decimal ;
  dwc:decimalLongitude "16.9339"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_131'^^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 '812_131'^^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 '9.7833333333333'^^xsd:double;
  dwc:longitude '16.9339'^^xsd:double;
  dwc:startLongitude '16.9339'^^xsd:double;
  dwc:endLongitude '16.9339'^^xsd:double;
  dwc:latitude '40.386617'^^xsd:double;
  dwc:startLatitude '40.386617'^^xsd:double;
  dwc:endLatitude '40.386617'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.9339 40.386617, 16.9339 40.386617, 16.9339 40.386617, 16.9339 40.386617, 16.9339 40.386617))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_131'^^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/3078__812_102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_102> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4353 16.935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4353"^^xsd:decimal ;
  dwc:decimalLongitude "16.935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_102'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '812_102'^^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'^^xsd:integer;
  dwc:longitude '16.935'^^xsd:double;
  dwc:startLongitude '16.935'^^xsd:double;
  dwc:endLongitude '16.935'^^xsd:double;
  dwc:latitude '40.4353'^^xsd:double;
  dwc:startLatitude '40.4353'^^xsd:double;
  dwc:endLatitude '40.4353'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.935 40.4353, 16.935 40.4353, 16.935 40.4353, 16.935 40.4353, 16.935 40.4353))'^^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 '812_102'^^xsd:string;
  dwc:observationDate '2011-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.388217 16.935383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.388217"^^xsd:decimal ;
  dwc:decimalLongitude "16.935383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_16'^^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 '11'^^xsd:integer;
  dwc:collectorNumber '812_16'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:longitude '16.935383'^^xsd:double;
  dwc:startLongitude '16.935383'^^xsd:double;
  dwc:endLongitude '16.935383'^^xsd:double;
  dwc:latitude '40.388217'^^xsd:double;
  dwc:startLatitude '40.388217'^^xsd:double;
  dwc:endLatitude '40.388217'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.935383 40.388217, 16.935383 40.388217, 16.935383 40.388217, 16.935383 40.388217, 16.935383 40.388217))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_16'^^xsd:string;
  dwc:observationDate '2010-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_100> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3896 16.93705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3896"^^xsd:decimal ;
  dwc:decimalLongitude "16.93705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

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

<https://eurobis.org/id/occurrence/3078__812_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_5'^^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 '21'^^xsd:integer;
  dwc:collectorNumber '812_5'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:longitude '16.93815'^^xsd:double;
  dwc:startLongitude '16.93815'^^xsd:double;
  dwc:endLongitude '16.93815'^^xsd:double;
  dwc:latitude '40.3676'^^xsd:double;
  dwc:startLatitude '40.3676'^^xsd:double;
  dwc:endLatitude '40.3676'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.93815 40.3676, 16.93815 40.3676, 16.93815 40.3676, 16.93815 40.3676, 16.93815 40.3676))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_5'^^xsd:string;
  dwc:observationDate '2009-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_75>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_75> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_75> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.390467 16.9404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.390467"^^xsd:decimal ;
  dwc:decimalLongitude "16.9404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_75>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_75" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_75'^^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 '15'^^xsd:integer;
  dwc:collectorNumber '812_75'^^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 '10.15'^^xsd:double;
  dwc:longitude '16.9404'^^xsd:double;
  dwc:startLongitude '16.9404'^^xsd:double;
  dwc:endLongitude '16.9404'^^xsd:double;
  dwc:latitude '40.390467'^^xsd:double;
  dwc:startLatitude '40.390467'^^xsd:double;
  dwc:endLatitude '40.390467'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.9404 40.390467, 16.9404 40.390467, 16.9404 40.390467, 16.9404 40.390467, 16.9404 40.390467))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_75'^^xsd:string;
  dwc:observationDate '2011-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_36> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.375967 16.942167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.375967"^^xsd:decimal ;
  dwc:decimalLongitude "16.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/3078__812_36>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.375967 16.942167)"^^geo:wktLiteral ;
  geo-pos:lat "40.375967"^^xsd:decimal ;
  geo-pos:long "16.942167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/3078__812_36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_36'^^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 '21'^^xsd:integer;
  dwc:collectorNumber '812_36'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.333333333333'^^xsd:double;
  dwc:longitude '16.942167'^^xsd:double;
  dwc:startLongitude '16.942167'^^xsd:double;
  dwc:endLongitude '16.942167'^^xsd:double;
  dwc:latitude '40.375967'^^xsd:double;
  dwc:startLatitude '40.375967'^^xsd:double;
  dwc:endLatitude '40.375967'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.942167 40.375967, 16.942167 40.375967, 16.942167 40.375967, 16.942167 40.375967, 16.942167 40.375967))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_36'^^xsd:string;
  dwc:observationDate '2010-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.384517 16.943517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.384517"^^xsd:decimal ;
  dwc:decimalLongitude "16.943517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_32'^^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 '17'^^xsd:integer;
  dwc:collectorNumber '812_32'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.083333333333'^^xsd:double;
  dwc:longitude '16.943517'^^xsd:double;
  dwc:startLongitude '16.943517'^^xsd:double;
  dwc:endLongitude '16.943517'^^xsd:double;
  dwc:latitude '40.384517'^^xsd:double;
  dwc:startLatitude '40.384517'^^xsd:double;
  dwc:endLatitude '40.384517'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.943517 40.384517, 16.943517 40.384517, 16.943517 40.384517, 16.943517 40.384517, 16.943517 40.384517))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_32'^^xsd:string;
  dwc:observationDate '2010-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_71>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_71> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_71> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3886 16.94655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3886"^^xsd:decimal ;
  dwc:decimalLongitude "16.94655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_71>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_71" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_71'^^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 '812_71'^^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 '11.866666666667'^^xsd:double;
  dwc:longitude '16.94655'^^xsd:double;
  dwc:startLongitude '16.94655'^^xsd:double;
  dwc:endLongitude '16.94655'^^xsd:double;
  dwc:latitude '40.3886'^^xsd:double;
  dwc:startLatitude '40.3886'^^xsd:double;
  dwc:endLatitude '40.3886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.94655 40.3886, 16.94655 40.3886, 16.94655 40.3886, 16.94655 40.3886, 16.94655 40.3886))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_71'^^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/3078__812_91>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_91> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_91> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.405267 16.946633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.405267"^^xsd:decimal ;
  dwc:decimalLongitude "16.946633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

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

<https://eurobis.org/id/occurrence/3078__812_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_27'^^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 '10'^^xsd:integer;
  dwc:collectorNumber '812_27'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.083333333333'^^xsd:double;
  dwc:longitude '16.9468'^^xsd:double;
  dwc:startLongitude '16.9468'^^xsd:double;
  dwc:endLongitude '16.9468'^^xsd:double;
  dwc:latitude '40.3717'^^xsd:double;
  dwc:startLatitude '40.3717'^^xsd:double;
  dwc:endLatitude '40.3717'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.9468 40.3717, 16.9468 40.3717, 16.9468 40.3717, 16.9468 40.3717, 16.9468 40.3717))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_27'^^xsd:string;
  dwc:observationDate '2010-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_53> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.419867 16.947117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.419867"^^xsd:decimal ;
  dwc:decimalLongitude "16.947117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_53'^^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 '10'^^xsd:integer;
  dwc:collectorNumber '812_53'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.633333333333'^^xsd:double;
  dwc:longitude '16.947117'^^xsd:double;
  dwc:startLongitude '16.947117'^^xsd:double;
  dwc:endLongitude '16.947117'^^xsd:double;
  dwc:latitude '40.419867'^^xsd:double;
  dwc:startLatitude '40.419867'^^xsd:double;
  dwc:endLatitude '40.419867'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.947117 40.419867, 16.947117 40.419867, 16.947117 40.419867, 16.947117 40.419867, 16.947117 40.419867))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_53'^^xsd:string;
  dwc:observationDate '2011-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_105> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.412217 16.947717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.412217"^^xsd:decimal ;
  dwc:decimalLongitude "16.947717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_105'^^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 '812_105'^^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 '13.583333333333'^^xsd:double;
  dwc:longitude '16.947717'^^xsd:double;
  dwc:startLongitude '16.947717'^^xsd:double;
  dwc:endLongitude '16.947717'^^xsd:double;
  dwc:latitude '40.412217'^^xsd:double;
  dwc:startLatitude '40.412217'^^xsd:double;
  dwc:endLatitude '40.412217'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.947717 40.412217, 16.947717 40.412217, 16.947717 40.412217, 16.947717 40.412217, 16.947717 40.412217))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_105'^^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/3078__812_128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_128> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3888 16.947783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3888"^^xsd:decimal ;
  dwc:decimalLongitude "16.947783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_128'^^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 '7'^^xsd:integer;
  dwc:collectorNumber '812_128'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.65'^^xsd:double;
  dwc:longitude '16.947783'^^xsd:double;
  dwc:startLongitude '16.947783'^^xsd:double;
  dwc:endLongitude '16.947783'^^xsd:double;
  dwc:latitude '40.3888'^^xsd:double;
  dwc:startLatitude '40.3888'^^xsd:double;
  dwc:endLatitude '40.3888'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.947783 40.3888, 16.947783 40.3888, 16.947783 40.3888, 16.947783 40.3888, 16.947783 40.3888))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_128'^^xsd:string;
  dwc:observationDate '2012-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_86>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_86> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_86> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.385267 16.94805)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.385267"^^xsd:decimal ;
  dwc:decimalLongitude "16.94805"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_86>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_86" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_86'^^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 '5'^^xsd:integer;
  dwc:collectorNumber '812_86'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9.5833333333333'^^xsd:double;
  dwc:longitude '16.94805'^^xsd:double;
  dwc:startLongitude '16.94805'^^xsd:double;
  dwc:endLongitude '16.94805'^^xsd:double;
  dwc:latitude '40.385267'^^xsd:double;
  dwc:startLatitude '40.385267'^^xsd:double;
  dwc:endLatitude '40.385267'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.94805 40.385267, 16.94805 40.385267, 16.94805 40.385267, 16.94805 40.385267, 16.94805 40.385267))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_86'^^xsd:string;
  dwc:observationDate '2011-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_40> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.40535 16.9495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.40535"^^xsd:decimal ;
  dwc:decimalLongitude "16.9495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_40'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '812_40'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:longitude '16.9495'^^xsd:double;
  dwc:startLongitude '16.9495'^^xsd:double;
  dwc:endLongitude '16.9495'^^xsd:double;
  dwc:latitude '40.40535'^^xsd:double;
  dwc:startLatitude '40.40535'^^xsd:double;
  dwc:endLatitude '40.40535'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.9495 40.40535, 16.9495 40.40535, 16.9495 40.40535, 16.9495 40.40535, 16.9495 40.40535))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_40'^^xsd:string;
  dwc:observationDate '2010-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_146> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.338767 16.950467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.338767"^^xsd:decimal ;
  dwc:decimalLongitude "16.950467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_146'^^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 '4'^^xsd:integer;
  dwc:collectorNumber '812_146'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '16.950467'^^xsd:double;
  dwc:startLongitude '16.950467'^^xsd:double;
  dwc:endLongitude '16.950467'^^xsd:double;
  dwc:latitude '40.338767'^^xsd:double;
  dwc:startLatitude '40.338767'^^xsd:double;
  dwc:endLatitude '40.338767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.950467 40.338767, 16.950467 40.338767, 16.950467 40.338767, 16.950467 40.338767, 16.950467 40.338767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_146'^^xsd:string;
  dwc:observationDate '2012-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_46> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.414717 16.950467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.414717"^^xsd:decimal ;
  dwc:decimalLongitude "16.950467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_46'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '812_46'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.9'^^xsd:double;
  dwc:longitude '16.950467'^^xsd:double;
  dwc:startLongitude '16.950467'^^xsd:double;
  dwc:endLongitude '16.950467'^^xsd:double;
  dwc:latitude '40.414717'^^xsd:double;
  dwc:startLatitude '40.414717'^^xsd:double;
  dwc:endLatitude '40.414717'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.950467 40.414717, 16.950467 40.414717, 16.950467 40.414717, 16.950467 40.414717, 16.950467 40.414717))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_46'^^xsd:string;
  dwc:observationDate '2011-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_78>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_78> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_78> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.385917 16.952817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.385917"^^xsd:decimal ;
  dwc:decimalLongitude "16.952817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_78>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_78" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_78'^^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 '26'^^xsd:integer;
  dwc:collectorNumber '812_78'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.083333333333'^^xsd:double;
  dwc:longitude '16.952817'^^xsd:double;
  dwc:startLongitude '16.952817'^^xsd:double;
  dwc:endLongitude '16.952817'^^xsd:double;
  dwc:latitude '40.385917'^^xsd:double;
  dwc:startLatitude '40.385917'^^xsd:double;
  dwc:endLatitude '40.385917'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.952817 40.385917, 16.952817 40.385917, 16.952817 40.385917, 16.952817 40.385917, 16.952817 40.385917))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_78'^^xsd:string;
  dwc:observationDate '2011-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_93>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_93> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_93> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.418267 16.953667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.418267"^^xsd:decimal ;
  dwc:decimalLongitude "16.953667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

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

<https://eurobis.org/id/occurrence/3078__812_122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_122'^^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 '26'^^xsd:integer;
  dwc:collectorNumber '812_122'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.9'^^xsd:double;
  dwc:longitude '16.954983'^^xsd:double;
  dwc:startLongitude '16.954983'^^xsd:double;
  dwc:endLongitude '16.954983'^^xsd:double;
  dwc:latitude '40.378883'^^xsd:double;
  dwc:startLatitude '40.378883'^^xsd:double;
  dwc:endLatitude '40.378883'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.954983 40.378883, 16.954983 40.378883, 16.954983 40.378883, 16.954983 40.378883, 16.954983 40.378883))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_122'^^xsd:string;
  dwc:observationDate '2012-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.39895 16.95585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.39895"^^xsd:decimal ;
  dwc:decimalLongitude "16.95585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_11'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '812_11'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:longitude '16.95585'^^xsd:double;
  dwc:startLongitude '16.95585'^^xsd:double;
  dwc:endLongitude '16.95585'^^xsd:double;
  dwc:latitude '40.39895'^^xsd:double;
  dwc:startLatitude '40.39895'^^xsd:double;
  dwc:endLatitude '40.39895'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.95585 40.39895, 16.95585 40.39895, 16.95585 40.39895, 16.95585 40.39895, 16.95585 40.39895))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_11'^^xsd:string;
  dwc:observationDate '2009-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.394417 16.95655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.394417"^^xsd:decimal ;
  dwc:decimalLongitude "16.95655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_18'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '812_18'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '16.95655'^^xsd:double;
  dwc:startLongitude '16.95655'^^xsd:double;
  dwc:endLongitude '16.95655'^^xsd:double;
  dwc:latitude '40.394417'^^xsd:double;
  dwc:startLatitude '40.394417'^^xsd:double;
  dwc:endLatitude '40.394417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.95655 40.394417, 16.95655 40.394417, 16.95655 40.394417, 16.95655 40.394417, 16.95655 40.394417))'^^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 '812_18'^^xsd:string;
  dwc:observationDate '2010-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_139> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.392417 16.956617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.392417"^^xsd:decimal ;
  dwc:decimalLongitude "16.956617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_139'^^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 '21'^^xsd:integer;
  dwc:collectorNumber '812_139'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.7333333333333'^^xsd:double;
  dwc:longitude '16.956617'^^xsd:double;
  dwc:startLongitude '16.956617'^^xsd:double;
  dwc:endLongitude '16.956617'^^xsd:double;
  dwc:latitude '40.392417'^^xsd:double;
  dwc:startLatitude '40.392417'^^xsd:double;
  dwc:endLatitude '40.392417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.956617 40.392417, 16.956617 40.392417, 16.956617 40.392417, 16.956617 40.392417, 16.956617 40.392417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_139'^^xsd:string;
  dwc:observationDate '2012-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.388983 16.957917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.388983"^^xsd:decimal ;
  dwc:decimalLongitude "16.957917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_12'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '812_12'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:longitude '16.957917'^^xsd:double;
  dwc:startLongitude '16.957917'^^xsd:double;
  dwc:endLongitude '16.957917'^^xsd:double;
  dwc:latitude '40.388983'^^xsd:double;
  dwc:startLatitude '40.388983'^^xsd:double;
  dwc:endLatitude '40.388983'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.957917 40.388983, 16.957917 40.388983, 16.957917 40.388983, 16.957917 40.388983, 16.957917 40.388983))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_12'^^xsd:string;
  dwc:observationDate '2009-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_138> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.390283 16.9587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.390283"^^xsd:decimal ;
  dwc:decimalLongitude "16.9587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_138'^^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 '20'^^xsd:integer;
  dwc:collectorNumber '812_138'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.633333333333'^^xsd:double;
  dwc:longitude '16.9587'^^xsd:double;
  dwc:startLongitude '16.9587'^^xsd:double;
  dwc:endLongitude '16.9587'^^xsd:double;
  dwc:latitude '40.390283'^^xsd:double;
  dwc:startLatitude '40.390283'^^xsd:double;
  dwc:endLatitude '40.390283'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.9587 40.390283, 16.9587 40.390283, 16.9587 40.390283, 16.9587 40.390283, 16.9587 40.390283))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_138'^^xsd:string;
  dwc:observationDate '2012-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_134> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.34675 16.959067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.34675"^^xsd:decimal ;
  dwc:decimalLongitude "16.959067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_134'^^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 '14'^^xsd:integer;
  dwc:collectorNumber '812_134'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '18.4'^^xsd:double;
  dwc:longitude '16.959067'^^xsd:double;
  dwc:startLongitude '16.959067'^^xsd:double;
  dwc:endLongitude '16.959067'^^xsd:double;
  dwc:latitude '40.34675'^^xsd:double;
  dwc:startLatitude '40.34675'^^xsd:double;
  dwc:endLatitude '40.34675'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.959067 40.34675, 16.959067 40.34675, 16.959067 40.34675, 16.959067 40.34675, 16.959067 40.34675))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_134'^^xsd:string;
  dwc:observationDate '2012-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_88>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_88> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_88> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.451617 16.95955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.451617"^^xsd:decimal ;
  dwc:decimalLongitude "16.95955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_88>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_88" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_88'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '812_88'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11.716666666667'^^xsd:double;
  dwc:longitude '16.95955'^^xsd:double;
  dwc:startLongitude '16.95955'^^xsd:double;
  dwc:endLongitude '16.95955'^^xsd:double;
  dwc:latitude '40.451617'^^xsd:double;
  dwc:startLatitude '40.451617'^^xsd:double;
  dwc:endLatitude '40.451617'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.95955 40.451617, 16.95955 40.451617, 16.95955 40.451617, 16.95955 40.451617, 16.95955 40.451617))'^^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 '812_88'^^xsd:string;
  dwc:observationDate '2011-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_57> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.40565 16.959867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.40565"^^xsd:decimal ;
  dwc:decimalLongitude "16.959867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_57'^^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 '18'^^xsd:integer;
  dwc:collectorNumber '812_57'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:longitude '16.959867'^^xsd:double;
  dwc:startLongitude '16.959867'^^xsd:double;
  dwc:endLongitude '16.959867'^^xsd:double;
  dwc:latitude '40.40565'^^xsd:double;
  dwc:startLatitude '40.40565'^^xsd:double;
  dwc:endLatitude '40.40565'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.959867 40.40565, 16.959867 40.40565, 16.959867 40.40565, 16.959867 40.40565, 16.959867 40.40565))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_57'^^xsd:string;
  dwc:observationDate '2011-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_129> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.388383 16.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.388383"^^xsd:decimal ;
  dwc:decimalLongitude "16.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

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

<https://eurobis.org/id/occurrence/3078__812_126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_126'^^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 '812_126'^^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 '18.816666666667'^^xsd:double;
  dwc:longitude '16.961633'^^xsd:double;
  dwc:startLongitude '16.961633'^^xsd:double;
  dwc:endLongitude '16.961633'^^xsd:double;
  dwc:latitude '40.3915'^^xsd:double;
  dwc:startLatitude '40.3915'^^xsd:double;
  dwc:endLatitude '40.3915'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.961633 40.3915, 16.961633 40.3915, 16.961633 40.3915, 16.961633 40.3915, 16.961633 40.3915))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_126'^^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/3078__812_67>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_67> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_67> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.357417 16.963333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.357417"^^xsd:decimal ;
  dwc:decimalLongitude "16.963333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_67>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_67" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_67'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '812_67'^^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 '12.433333333333'^^xsd:double;
  dwc:longitude '16.963333'^^xsd:double;
  dwc:startLongitude '16.963333'^^xsd:double;
  dwc:endLongitude '16.963333'^^xsd:double;
  dwc:latitude '40.357417'^^xsd:double;
  dwc:startLatitude '40.357417'^^xsd:double;
  dwc:endLatitude '40.357417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.963333 40.357417, 16.963333 40.357417, 16.963333 40.357417, 16.963333 40.357417, 16.963333 40.357417))'^^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 '812_67'^^xsd:string;
  dwc:observationDate '2011-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_54> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.340283 16.963867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.340283"^^xsd:decimal ;
  dwc:decimalLongitude "16.963867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_54'^^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 '14'^^xsd:integer;
  dwc:collectorNumber '812_54'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.8'^^xsd:double;
  dwc:longitude '16.963867'^^xsd:double;
  dwc:startLongitude '16.963867'^^xsd:double;
  dwc:endLongitude '16.963867'^^xsd:double;
  dwc:latitude '40.340283'^^xsd:double;
  dwc:startLatitude '40.340283'^^xsd:double;
  dwc:endLatitude '40.340283'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.963867 40.340283, 16.963867 40.340283, 16.963867 40.340283, 16.963867 40.340283, 16.963867 40.340283))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_54'^^xsd:string;
  dwc:observationDate '2011-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_136> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.37315 16.964783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.37315"^^xsd:decimal ;
  dwc:decimalLongitude "16.964783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_136'^^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 '19'^^xsd:integer;
  dwc:collectorNumber '812_136'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12.6'^^xsd:double;
  dwc:longitude '16.964783'^^xsd:double;
  dwc:startLongitude '16.964783'^^xsd:double;
  dwc:endLongitude '16.964783'^^xsd:double;
  dwc:latitude '40.37315'^^xsd:double;
  dwc:startLatitude '40.37315'^^xsd:double;
  dwc:endLatitude '40.37315'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.964783 40.37315, 16.964783 40.37315, 16.964783 40.37315, 16.964783 40.37315, 16.964783 40.37315))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_136'^^xsd:string;
  dwc:observationDate '2012-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_94>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_94> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_94> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4136 16.964917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4136"^^xsd:decimal ;
  dwc:decimalLongitude "16.964917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

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

<https://eurobis.org/id/occurrence/3078__812_137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_137'^^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 '20'^^xsd:integer;
  dwc:collectorNumber '812_137'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.9166666666667'^^xsd:double;
  dwc:longitude '16.965383'^^xsd:double;
  dwc:startLongitude '16.965383'^^xsd:double;
  dwc:endLongitude '16.965383'^^xsd:double;
  dwc:latitude '40.38455'^^xsd:double;
  dwc:startLatitude '40.38455'^^xsd:double;
  dwc:endLatitude '40.38455'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.965383 40.38455, 16.965383 40.38455, 16.965383 40.38455, 16.965383 40.38455, 16.965383 40.38455))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_137'^^xsd:string;
  dwc:observationDate '2012-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_104> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.397217 16.966717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.397217"^^xsd:decimal ;
  dwc:decimalLongitude "16.966717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_104'^^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 '2'^^xsd:integer;
  dwc:collectorNumber '812_104'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.183333333333'^^xsd:double;
  dwc:longitude '16.966717'^^xsd:double;
  dwc:startLongitude '16.966717'^^xsd:double;
  dwc:endLongitude '16.966717'^^xsd:double;
  dwc:latitude '40.397217'^^xsd:double;
  dwc:startLatitude '40.397217'^^xsd:double;
  dwc:endLatitude '40.397217'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.966717 40.397217, 16.966717 40.397217, 16.966717 40.397217, 16.966717 40.397217, 16.966717 40.397217))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_104'^^xsd:string;
  dwc:observationDate '2011-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_110> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.380917 16.967067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.380917"^^xsd:decimal ;
  dwc:decimalLongitude "16.967067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_110'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '812_110'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.633333333333'^^xsd:double;
  dwc:longitude '16.967067'^^xsd:double;
  dwc:startLongitude '16.967067'^^xsd:double;
  dwc:endLongitude '16.967067'^^xsd:double;
  dwc:latitude '40.380917'^^xsd:double;
  dwc:startLatitude '40.380917'^^xsd:double;
  dwc:endLatitude '40.380917'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.967067 40.380917, 16.967067 40.380917, 16.967067 40.380917, 16.967067 40.380917, 16.967067 40.380917))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_110'^^xsd:string;
  dwc:observationDate '2012-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_58> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.45305 16.96715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.45305"^^xsd:decimal ;
  dwc:decimalLongitude "16.96715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_58'^^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 '19'^^xsd:integer;
  dwc:collectorNumber '812_58'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '9.8'^^xsd:double;
  dwc:longitude '16.96715'^^xsd:double;
  dwc:startLongitude '16.96715'^^xsd:double;
  dwc:endLongitude '16.96715'^^xsd:double;
  dwc:latitude '40.45305'^^xsd:double;
  dwc:startLatitude '40.45305'^^xsd:double;
  dwc:endLatitude '40.45305'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.96715 40.45305, 16.96715 40.45305, 16.96715 40.45305, 16.96715 40.45305, 16.96715 40.45305))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_58'^^xsd:string;
  dwc:observationDate '2011-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_118> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.39655 16.967283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.39655"^^xsd:decimal ;
  dwc:decimalLongitude "16.967283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_118'^^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 '16'^^xsd:integer;
  dwc:collectorNumber '812_118'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.266666666667'^^xsd:double;
  dwc:longitude '16.967283'^^xsd:double;
  dwc:startLongitude '16.967283'^^xsd:double;
  dwc:endLongitude '16.967283'^^xsd:double;
  dwc:latitude '40.39655'^^xsd:double;
  dwc:startLatitude '40.39655'^^xsd:double;
  dwc:endLatitude '40.39655'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.967283 40.39655, 16.967283 40.39655, 16.967283 40.39655, 16.967283 40.39655, 16.967283 40.39655))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_118'^^xsd:string;
  dwc:observationDate '2012-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.385 16.96755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.385"^^xsd:decimal ;
  dwc:decimalLongitude "16.96755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_1'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '812_1'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:longitude '16.96755'^^xsd:double;
  dwc:startLongitude '16.96755'^^xsd:double;
  dwc:endLongitude '16.96755'^^xsd:double;
  dwc:latitude '40.385'^^xsd:double;
  dwc:startLatitude '40.385'^^xsd:double;
  dwc:endLatitude '40.385'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.96755 40.385, 16.96755 40.385, 16.96755 40.385, 16.96755 40.385, 16.96755 40.385))'^^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 '812_1'^^xsd:string;
  dwc:observationDate '2009-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.383883 16.967717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.383883"^^xsd:decimal ;
  dwc:decimalLongitude "16.967717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

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

<https://eurobis.org/id/occurrence/3078__812_66>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_66" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_66'^^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 '2'^^xsd:integer;
  dwc:collectorNumber '812_66'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '16.7'^^xsd:double;
  dwc:longitude '16.96795'^^xsd:double;
  dwc:startLongitude '16.96795'^^xsd:double;
  dwc:endLongitude '16.96795'^^xsd:double;
  dwc:latitude '40.3891'^^xsd:double;
  dwc:startLatitude '40.3891'^^xsd:double;
  dwc:endLatitude '40.3891'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.96795 40.3891, 16.96795 40.3891, 16.96795 40.3891, 16.96795 40.3891, 16.96795 40.3891))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_66'^^xsd:string;
  dwc:observationDate '2011-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_63>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_63> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_63> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.395767 16.968133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.395767"^^xsd:decimal ;
  dwc:decimalLongitude "16.968133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_63>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_63" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_63'^^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 '812_63'^^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.1'^^xsd:double;
  dwc:longitude '16.968133'^^xsd:double;
  dwc:startLongitude '16.968133'^^xsd:double;
  dwc:endLongitude '16.968133'^^xsd:double;
  dwc:latitude '40.395767'^^xsd:double;
  dwc:startLatitude '40.395767'^^xsd:double;
  dwc:endLatitude '40.395767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.968133 40.395767, 16.968133 40.395767, 16.968133 40.395767, 16.968133 40.395767, 16.968133 40.395767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_63'^^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/3078__812_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.39605 16.968133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.39605"^^xsd:decimal ;
  dwc:decimalLongitude "16.968133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_14'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '812_14'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '16.968133'^^xsd:double;
  dwc:startLongitude '16.968133'^^xsd:double;
  dwc:endLongitude '16.968133'^^xsd:double;
  dwc:latitude '40.39605'^^xsd:double;
  dwc:startLatitude '40.39605'^^xsd:double;
  dwc:endLatitude '40.39605'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.968133 40.39605, 16.968133 40.39605, 16.968133 40.39605, 16.968133 40.39605, 16.968133 40.39605))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_14'^^xsd:string;
  dwc:observationDate '2009-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_140> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.395883 16.968883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.395883"^^xsd:decimal ;
  dwc:decimalLongitude "16.968883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_140'^^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 '26'^^xsd:integer;
  dwc:collectorNumber '812_140'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.133333333333'^^xsd:double;
  dwc:longitude '16.968883'^^xsd:double;
  dwc:startLongitude '16.968883'^^xsd:double;
  dwc:endLongitude '16.968883'^^xsd:double;
  dwc:latitude '40.395883'^^xsd:double;
  dwc:startLatitude '40.395883'^^xsd:double;
  dwc:endLatitude '40.395883'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.968883 40.395883, 16.968883 40.395883, 16.968883 40.395883, 16.968883 40.395883, 16.968883 40.395883))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_140'^^xsd:string;
  dwc:observationDate '2012-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_74>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_74> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_74> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.397383 16.969383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.397383"^^xsd:decimal ;
  dwc:decimalLongitude "16.969383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_74>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_74" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_74'^^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 '812_74'^^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 '12.416666666667'^^xsd:double;
  dwc:longitude '16.969383'^^xsd:double;
  dwc:startLongitude '16.969383'^^xsd:double;
  dwc:endLongitude '16.969383'^^xsd:double;
  dwc:latitude '40.397383'^^xsd:double;
  dwc:startLatitude '40.397383'^^xsd:double;
  dwc:endLatitude '40.397383'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.969383 40.397383, 16.969383 40.397383, 16.969383 40.397383, 16.969383 40.397383, 16.969383 40.397383))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_74'^^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/3078__812_133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_133> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.357967 16.971183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.357967"^^xsd:decimal ;
  dwc:decimalLongitude "16.971183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_133'^^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 '14'^^xsd:integer;
  dwc:collectorNumber '812_133'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '9.9166666666667'^^xsd:double;
  dwc:longitude '16.971183'^^xsd:double;
  dwc:startLongitude '16.971183'^^xsd:double;
  dwc:endLongitude '16.971183'^^xsd:double;
  dwc:latitude '40.357967'^^xsd:double;
  dwc:startLatitude '40.357967'^^xsd:double;
  dwc:endLatitude '40.357967'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.971183 40.357967, 16.971183 40.357967, 16.971183 40.357967, 16.971183 40.357967, 16.971183 40.357967))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_133'^^xsd:string;
  dwc:observationDate '2012-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_44> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4089 16.971333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4089"^^xsd:decimal ;
  dwc:decimalLongitude "16.971333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_44'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '812_44'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '16.971333'^^xsd:double;
  dwc:startLongitude '16.971333'^^xsd:double;
  dwc:endLongitude '16.971333'^^xsd:double;
  dwc:latitude '40.4089'^^xsd:double;
  dwc:startLatitude '40.4089'^^xsd:double;
  dwc:endLatitude '40.4089'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.971333 40.4089, 16.971333 40.4089, 16.971333 40.4089, 16.971333 40.4089, 16.971333 40.4089))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_44'^^xsd:string;
  dwc:observationDate '2010-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_121> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.388167 16.971917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.388167"^^xsd:decimal ;
  dwc:decimalLongitude "16.971917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_121'^^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 '26'^^xsd:integer;
  dwc:collectorNumber '812_121'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:longitude '16.971917'^^xsd:double;
  dwc:startLongitude '16.971917'^^xsd:double;
  dwc:endLongitude '16.971917'^^xsd:double;
  dwc:latitude '40.388167'^^xsd:double;
  dwc:startLatitude '40.388167'^^xsd:double;
  dwc:endLatitude '40.388167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.971917 40.388167, 16.971917 40.388167, 16.971917 40.388167, 16.971917 40.388167, 16.971917 40.388167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_121'^^xsd:string;
  dwc:observationDate '2012-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_43> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4137 16.973417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4137"^^xsd:decimal ;
  dwc:decimalLongitude "16.973417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_43'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '812_43'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:longitude '16.973417'^^xsd:double;
  dwc:startLongitude '16.973417'^^xsd:double;
  dwc:endLongitude '16.973417'^^xsd:double;
  dwc:latitude '40.4137'^^xsd:double;
  dwc:startLatitude '40.4137'^^xsd:double;
  dwc:endLatitude '40.4137'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.973417 40.4137, 16.973417 40.4137, 16.973417 40.4137, 16.973417 40.4137, 16.973417 40.4137))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_43'^^xsd:string;
  dwc:observationDate '2010-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.357817 16.978833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.357817"^^xsd:decimal ;
  dwc:decimalLongitude "16.978833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_30'^^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 '16'^^xsd:integer;
  dwc:collectorNumber '812_30'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:longitude '16.978833'^^xsd:double;
  dwc:startLongitude '16.978833'^^xsd:double;
  dwc:endLongitude '16.978833'^^xsd:double;
  dwc:latitude '40.357817'^^xsd:double;
  dwc:startLatitude '40.357817'^^xsd:double;
  dwc:endLatitude '40.357817'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.978833 40.357817, 16.978833 40.357817, 16.978833 40.357817, 16.978833 40.357817, 16.978833 40.357817))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_30'^^xsd:string;
  dwc:observationDate '2010-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4253 16.979083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4253"^^xsd:decimal ;
  dwc:decimalLongitude "16.979083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_25'^^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 '812_25'^^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.166666666667'^^xsd:double;
  dwc:longitude '16.979083'^^xsd:double;
  dwc:startLongitude '16.979083'^^xsd:double;
  dwc:endLongitude '16.979083'^^xsd:double;
  dwc:latitude '40.4253'^^xsd:double;
  dwc:startLatitude '40.4253'^^xsd:double;
  dwc:endLatitude '40.4253'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.979083 40.4253, 16.979083 40.4253, 16.979083 40.4253, 16.979083 40.4253, 16.979083 40.4253))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_25'^^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/3078__812_143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_143> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.352783 16.979283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.352783"^^xsd:decimal ;
  dwc:decimalLongitude "16.979283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

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

<https://eurobis.org/id/occurrence/3078__812_49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_49'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '812_49'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:longitude '16.980717'^^xsd:double;
  dwc:startLongitude '16.980717'^^xsd:double;
  dwc:endLongitude '16.980717'^^xsd:double;
  dwc:latitude '40.373383'^^xsd:double;
  dwc:startLatitude '40.373383'^^xsd:double;
  dwc:endLatitude '40.373383'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.980717 40.373383, 16.980717 40.373383, 16.980717 40.373383, 16.980717 40.373383, 16.980717 40.373383))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_49'^^xsd:string;
  dwc:observationDate '2011-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_82>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_82> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_82> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.39555 16.98105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.39555"^^xsd:decimal ;
  dwc:decimalLongitude "16.98105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_82>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_82" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_82'^^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 '2'^^xsd:integer;
  dwc:collectorNumber '812_82'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '16.98105'^^xsd:double;
  dwc:startLongitude '16.98105'^^xsd:double;
  dwc:endLongitude '16.98105'^^xsd:double;
  dwc:latitude '40.39555'^^xsd:double;
  dwc:startLatitude '40.39555'^^xsd:double;
  dwc:endLatitude '40.39555'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.98105 40.39555, 16.98105 40.39555, 16.98105 40.39555, 16.98105 40.39555, 16.98105 40.39555))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_82'^^xsd:string;
  dwc:observationDate '2011-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_37> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.399767 16.9823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.399767"^^xsd:decimal ;
  dwc:decimalLongitude "16.9823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

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

<https://eurobis.org/id/occurrence/3078__812_61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_61'^^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 '24'^^xsd:integer;
  dwc:collectorNumber '812_61'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.633333333333'^^xsd:double;
  dwc:longitude '16.9837'^^xsd:double;
  dwc:startLongitude '16.9837'^^xsd:double;
  dwc:endLongitude '16.9837'^^xsd:double;
  dwc:latitude '40.407417'^^xsd:double;
  dwc:startLatitude '40.407417'^^xsd:double;
  dwc:endLatitude '40.407417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.9837 40.407417, 16.9837 40.407417, 16.9837 40.407417, 16.9837 40.407417, 16.9837 40.407417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_61'^^xsd:string;
  dwc:observationDate '2011-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_76>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_76> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_76> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.38055 16.984383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.38055"^^xsd:decimal ;
  dwc:decimalLongitude "16.984383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

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

<https://eurobis.org/id/occurrence/3078__812_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_19'^^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 '25'^^xsd:integer;
  dwc:collectorNumber '812_19'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:longitude '16.985267'^^xsd:double;
  dwc:startLongitude '16.985267'^^xsd:double;
  dwc:endLongitude '16.985267'^^xsd:double;
  dwc:latitude '40.394917'^^xsd:double;
  dwc:startLatitude '40.394917'^^xsd:double;
  dwc:endLatitude '40.394917'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.985267 40.394917, 16.985267 40.394917, 16.985267 40.394917, 16.985267 40.394917, 16.985267 40.394917))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_19'^^xsd:string;
  dwc:observationDate '2010-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_45> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.424083 16.98605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.424083"^^xsd:decimal ;
  dwc:decimalLongitude "16.98605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_45'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '812_45'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.833333333333'^^xsd:double;
  dwc:longitude '16.98605'^^xsd:double;
  dwc:startLongitude '16.98605'^^xsd:double;
  dwc:endLongitude '16.98605'^^xsd:double;
  dwc:latitude '40.424083'^^xsd:double;
  dwc:startLatitude '40.424083'^^xsd:double;
  dwc:endLatitude '40.424083'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.98605 40.424083, 16.98605 40.424083, 16.98605 40.424083, 16.98605 40.424083, 16.98605 40.424083))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_45'^^xsd:string;
  dwc:observationDate '2011-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_48> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.411367 16.986133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.411367"^^xsd:decimal ;
  dwc:decimalLongitude "16.986133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_48'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '812_48'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.116666666667'^^xsd:double;
  dwc:longitude '16.986133'^^xsd:double;
  dwc:startLongitude '16.986133'^^xsd:double;
  dwc:endLongitude '16.986133'^^xsd:double;
  dwc:latitude '40.411367'^^xsd:double;
  dwc:startLatitude '40.411367'^^xsd:double;
  dwc:endLatitude '40.411367'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.986133 40.411367, 16.986133 40.411367, 16.986133 40.411367, 16.986133 40.411367, 16.986133 40.411367))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_48'^^xsd:string;
  dwc:observationDate '2011-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_72>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_72> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_72> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.389133 16.986283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.389133"^^xsd:decimal ;
  dwc:decimalLongitude "16.986283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_72>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_72" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_72'^^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 '13'^^xsd:integer;
  dwc:collectorNumber '812_72'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.266666666667'^^xsd:double;
  dwc:longitude '16.986283'^^xsd:double;
  dwc:startLongitude '16.986283'^^xsd:double;
  dwc:endLongitude '16.986283'^^xsd:double;
  dwc:latitude '40.389133'^^xsd:double;
  dwc:startLatitude '40.389133'^^xsd:double;
  dwc:endLatitude '40.389133'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.986283 40.389133, 16.986283 40.389133, 16.986283 40.389133, 16.986283 40.389133, 16.986283 40.389133))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_72'^^xsd:string;
  dwc:observationDate '2011-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.389133 16.987317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.389133"^^xsd:decimal ;
  dwc:decimalLongitude "16.987317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_15'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '812_15'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:longitude '16.987317'^^xsd:double;
  dwc:startLongitude '16.987317'^^xsd:double;
  dwc:endLongitude '16.987317'^^xsd:double;
  dwc:latitude '40.389133'^^xsd:double;
  dwc:startLatitude '40.389133'^^xsd:double;
  dwc:endLatitude '40.389133'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.987317 40.389133, 16.987317 40.389133, 16.987317 40.389133, 16.987317 40.389133, 16.987317 40.389133))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_15'^^xsd:string;
  dwc:observationDate '2010-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_141> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.377833 16.9889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.377833"^^xsd:decimal ;
  dwc:decimalLongitude "16.9889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_141'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '812_141'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:longitude '16.9889'^^xsd:double;
  dwc:startLongitude '16.9889'^^xsd:double;
  dwc:endLongitude '16.9889'^^xsd:double;
  dwc:latitude '40.377833'^^xsd:double;
  dwc:startLatitude '40.377833'^^xsd:double;
  dwc:endLatitude '40.377833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.9889 40.377833, 16.9889 40.377833, 16.9889 40.377833, 16.9889 40.377833, 16.9889 40.377833))'^^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 '812_141'^^xsd:string;
  dwc:observationDate '2012-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_152> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3491 16.989433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3491"^^xsd:decimal ;
  dwc:decimalLongitude "16.989433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

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

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

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

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

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

<https://eurobis.org/id/occurrence/3078__812_69>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_69" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_69'^^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 '812_69'^^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 '10.433333333333'^^xsd:double;
  dwc:longitude '16.997367'^^xsd:double;
  dwc:startLongitude '16.997367'^^xsd:double;
  dwc:endLongitude '16.997367'^^xsd:double;
  dwc:latitude '40.384583'^^xsd:double;
  dwc:startLatitude '40.384583'^^xsd:double;
  dwc:endLatitude '40.384583'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.997367 40.384583, 16.997367 40.384583, 16.997367 40.384583, 16.997367 40.384583, 16.997367 40.384583))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_69'^^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/3078__812_89>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_89> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_89> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.399267 16.9979)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.399267"^^xsd:decimal ;
  dwc:decimalLongitude "16.9979"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_89>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_89" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_89'^^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 '9'^^xsd:integer;
  dwc:collectorNumber '812_89'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.433333333333'^^xsd:double;
  dwc:longitude '16.9979'^^xsd:double;
  dwc:startLongitude '16.9979'^^xsd:double;
  dwc:endLongitude '16.9979'^^xsd:double;
  dwc:latitude '40.399267'^^xsd:double;
  dwc:startLatitude '40.399267'^^xsd:double;
  dwc:endLatitude '40.399267'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.9979 40.399267, 16.9979 40.399267, 16.9979 40.399267, 16.9979 40.399267, 16.9979 40.399267))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_89'^^xsd:string;
  dwc:observationDate '2011-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_155> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.40895 16.99975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.40895"^^xsd:decimal ;
  dwc:decimalLongitude "16.99975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

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

<https://eurobis.org/id/occurrence/3078__812_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_8'^^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 '28'^^xsd:integer;
  dwc:collectorNumber '812_8'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:longitude '17.0035'^^xsd:double;
  dwc:startLongitude '17.0035'^^xsd:double;
  dwc:endLongitude '17.0035'^^xsd:double;
  dwc:latitude '40.397083'^^xsd:double;
  dwc:startLatitude '40.397083'^^xsd:double;
  dwc:endLatitude '40.397083'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.0035 40.397083, 17.0035 40.397083, 17.0035 40.397083, 17.0035 40.397083, 17.0035 40.397083))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_8'^^xsd:string;
  dwc:observationDate '2009-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.398033 17.014117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.398033"^^xsd:decimal ;
  dwc:decimalLongitude "17.014117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_33'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '812_33'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:longitude '17.014117'^^xsd:double;
  dwc:startLongitude '17.014117'^^xsd:double;
  dwc:endLongitude '17.014117'^^xsd:double;
  dwc:latitude '40.398033'^^xsd:double;
  dwc:startLatitude '40.398033'^^xsd:double;
  dwc:endLatitude '40.398033'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.014117 40.398033, 17.014117 40.398033, 17.014117 40.398033, 17.014117 40.398033, 17.014117 40.398033))'^^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 '812_33'^^xsd:string;
  dwc:observationDate '2010-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3786 17.01435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3786"^^xsd:decimal ;
  dwc:decimalLongitude "17.01435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_20'^^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 '812_20'^^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 '10.116666666667'^^xsd:double;
  dwc:longitude '17.01435'^^xsd:double;
  dwc:startLongitude '17.01435'^^xsd:double;
  dwc:endLongitude '17.01435'^^xsd:double;
  dwc:latitude '40.3786'^^xsd:double;
  dwc:startLatitude '40.3786'^^xsd:double;
  dwc:endLatitude '40.3786'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.01435 40.3786, 17.01435 40.3786, 17.01435 40.3786, 17.01435 40.3786, 17.01435 40.3786))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_20'^^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/3078__812_97>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_97> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_97> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4036 17.016783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4036"^^xsd:decimal ;
  dwc:decimalLongitude "17.016783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

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

<https://eurobis.org/id/occurrence/3078__812_47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_47'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '812_47'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:longitude '17.017033'^^xsd:double;
  dwc:startLongitude '17.017033'^^xsd:double;
  dwc:endLongitude '17.017033'^^xsd:double;
  dwc:latitude '40.387083'^^xsd:double;
  dwc:startLatitude '40.387083'^^xsd:double;
  dwc:endLatitude '40.387083'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.017033 40.387083, 17.017033 40.387083, 17.017033 40.387083, 17.017033 40.387083, 17.017033 40.387083))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_47'^^xsd:string;
  dwc:observationDate '2011-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4036 17.026783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4036"^^xsd:decimal ;
  dwc:decimalLongitude "17.026783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_13'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '812_13'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:startYearCollected '2009'^^xsd:integer;
  dwc:endYearCollected '2009'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:longitude '17.026783'^^xsd:double;
  dwc:startLongitude '17.026783'^^xsd:double;
  dwc:endLongitude '17.026783'^^xsd:double;
  dwc:latitude '40.4036'^^xsd:double;
  dwc:startLatitude '40.4036'^^xsd:double;
  dwc:endLatitude '40.4036'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.026783 40.4036, 17.026783 40.4036, 17.026783 40.4036, 17.026783 40.4036, 17.026783 40.4036))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_13'^^xsd:string;
  dwc:observationDate '2009-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.377833 17.029)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.377833"^^xsd:decimal ;
  dwc:decimalLongitude "17.029"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_2'^^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 '812_2'^^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 '12'^^xsd:integer;
  dwc:longitude '17.029'^^xsd:double;
  dwc:startLongitude '17.029'^^xsd:double;
  dwc:endLongitude '17.029'^^xsd:double;
  dwc:latitude '40.377833'^^xsd:double;
  dwc:startLatitude '40.377833'^^xsd:double;
  dwc:endLatitude '40.377833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.029 40.377833, 17.029 40.377833, 17.029 40.377833, 17.029 40.377833, 17.029 40.377833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_2'^^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/3078__812_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.390233 17.029667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.390233"^^xsd:decimal ;
  dwc:decimalLongitude "17.029667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_26'^^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 '9'^^xsd:integer;
  dwc:collectorNumber '812_26'^^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 '10.5'^^xsd:double;
  dwc:longitude '17.029667'^^xsd:double;
  dwc:startLongitude '17.029667'^^xsd:double;
  dwc:endLongitude '17.029667'^^xsd:double;
  dwc:latitude '40.390233'^^xsd:double;
  dwc:startLatitude '40.390233'^^xsd:double;
  dwc:endLatitude '40.390233'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.029667 40.390233, 17.029667 40.390233, 17.029667 40.390233, 17.029667 40.390233, 17.029667 40.390233))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_26'^^xsd:string;
  dwc:observationDate '2010-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_62>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_62> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_62> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4409 17.02975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4409"^^xsd:decimal ;
  dwc:decimalLongitude "17.02975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_62>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_62" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_62'^^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 '812_62'^^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.933333333333'^^xsd:double;
  dwc:longitude '17.02975'^^xsd:double;
  dwc:startLongitude '17.02975'^^xsd:double;
  dwc:endLongitude '17.02975'^^xsd:double;
  dwc:latitude '40.4409'^^xsd:double;
  dwc:startLatitude '40.4409'^^xsd:double;
  dwc:endLatitude '40.4409'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.02975 40.4409, 17.02975 40.4409, 17.02975 40.4409, 17.02975 40.4409, 17.02975 40.4409))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_62'^^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/3078__812_111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_111> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.39735 17.029917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.39735"^^xsd:decimal ;
  dwc:decimalLongitude "17.029917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_111'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '812_111'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.933333333333'^^xsd:double;
  dwc:longitude '17.029917'^^xsd:double;
  dwc:startLongitude '17.029917'^^xsd:double;
  dwc:endLongitude '17.029917'^^xsd:double;
  dwc:latitude '40.39735'^^xsd:double;
  dwc:startLatitude '40.39735'^^xsd:double;
  dwc:endLatitude '40.39735'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.029917 40.39735, 17.029917 40.39735, 17.029917 40.39735, 17.029917 40.39735, 17.029917 40.39735))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_111'^^xsd:string;
  dwc:observationDate '2012-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_96>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_96> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_96> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4186 17.030117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4186"^^xsd:decimal ;
  dwc:decimalLongitude "17.030117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

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

<https://eurobis.org/id/occurrence/3078__812_80>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_80" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_80'^^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 '28'^^xsd:integer;
  dwc:collectorNumber '812_80'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:longitude '17.032333'^^xsd:double;
  dwc:startLongitude '17.032333'^^xsd:double;
  dwc:endLongitude '17.032333'^^xsd:double;
  dwc:latitude '40.38125'^^xsd:double;
  dwc:startLatitude '40.38125'^^xsd:double;
  dwc:endLatitude '40.38125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.032333 40.38125, 17.032333 40.38125, 17.032333 40.38125, 17.032333 40.38125, 17.032333 40.38125))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_80'^^xsd:string;
  dwc:observationDate '2011-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_144> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.383333 17.032883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.383333"^^xsd:decimal ;
  dwc:decimalLongitude "17.032883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

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

<https://eurobis.org/id/occurrence/3078__812_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_34'^^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 '20'^^xsd:integer;
  dwc:collectorNumber '812_34'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.166666666667'^^xsd:double;
  dwc:longitude '17.034'^^xsd:double;
  dwc:startLongitude '17.034'^^xsd:double;
  dwc:endLongitude '17.034'^^xsd:double;
  dwc:latitude '40.42735'^^xsd:double;
  dwc:startLatitude '40.42735'^^xsd:double;
  dwc:endLatitude '40.42735'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.034 40.42735, 17.034 40.42735, 17.034 40.42735, 17.034 40.42735, 17.034 40.42735))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_34'^^xsd:string;
  dwc:observationDate '2010-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.410167 17.0342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.410167"^^xsd:decimal ;
  dwc:decimalLongitude "17.0342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

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

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

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

<https://eurobis.org/id/occurrence/3078__812_117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_117'^^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 '15'^^xsd:integer;
  dwc:collectorNumber '812_117'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.416666666667'^^xsd:double;
  dwc:longitude '17.034267'^^xsd:double;
  dwc:startLongitude '17.034267'^^xsd:double;
  dwc:endLongitude '17.034267'^^xsd:double;
  dwc:latitude '40.386183'^^xsd:double;
  dwc:startLatitude '40.386183'^^xsd:double;
  dwc:endLatitude '40.386183'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.034267 40.386183, 17.034267 40.386183, 17.034267 40.386183, 17.034267 40.386183, 17.034267 40.386183))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_117'^^xsd:string;
  dwc:observationDate '2012-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.416317 17.0387)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.416317"^^xsd:decimal ;
  dwc:decimalLongitude "17.0387"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_4'^^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 '812_4'^^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 '10'^^xsd:integer;
  dwc:longitude '17.0387'^^xsd:double;
  dwc:startLongitude '17.0387'^^xsd:double;
  dwc:endLongitude '17.0387'^^xsd:double;
  dwc:latitude '40.416317'^^xsd:double;
  dwc:startLatitude '40.416317'^^xsd:double;
  dwc:endLatitude '40.416317'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.0387 40.416317, 17.0387 40.416317, 17.0387 40.416317, 17.0387 40.416317, 17.0387 40.416317))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_4'^^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/3078__812_38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_38> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.378067 17.042067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.378067"^^xsd:decimal ;
  dwc:decimalLongitude "17.042067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_38'^^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 '24'^^xsd:integer;
  dwc:collectorNumber '812_38'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.166666666667'^^xsd:double;
  dwc:longitude '17.042067'^^xsd:double;
  dwc:startLongitude '17.042067'^^xsd:double;
  dwc:endLongitude '17.042067'^^xsd:double;
  dwc:latitude '40.378067'^^xsd:double;
  dwc:startLatitude '40.378067'^^xsd:double;
  dwc:endLatitude '40.378067'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.042067 40.378067, 17.042067 40.378067, 17.042067 40.378067, 17.042067 40.378067, 17.042067 40.378067))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_38'^^xsd:string;
  dwc:observationDate '2010-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.416583 17.044467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.416583"^^xsd:decimal ;
  dwc:decimalLongitude "17.044467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_52'^^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 '3'^^xsd:integer;
  dwc:collectorNumber '812_52'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.433333333333'^^xsd:double;
  dwc:longitude '17.044467'^^xsd:double;
  dwc:startLongitude '17.044467'^^xsd:double;
  dwc:endLongitude '17.044467'^^xsd:double;
  dwc:latitude '40.416583'^^xsd:double;
  dwc:startLatitude '40.416583'^^xsd:double;
  dwc:endLatitude '40.416583'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.044467 40.416583, 17.044467 40.416583, 17.044467 40.416583, 17.044467 40.416583, 17.044467 40.416583))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_52'^^xsd:string;
  dwc:observationDate '2011-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_55> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.380967 17.044633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.380967"^^xsd:decimal ;
  dwc:decimalLongitude "17.044633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_55'^^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 '16'^^xsd:integer;
  dwc:collectorNumber '812_55'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.883333333333'^^xsd:double;
  dwc:longitude '17.044633'^^xsd:double;
  dwc:startLongitude '17.044633'^^xsd:double;
  dwc:endLongitude '17.044633'^^xsd:double;
  dwc:latitude '40.380967'^^xsd:double;
  dwc:startLatitude '40.380967'^^xsd:double;
  dwc:endLatitude '40.380967'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.044633 40.380967, 17.044633 40.380967, 17.044633 40.380967, 17.044633 40.380967, 17.044633 40.380967))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_55'^^xsd:string;
  dwc:observationDate '2011-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_150> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.37275 17.0452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.37275"^^xsd:decimal ;
  dwc:decimalLongitude "17.0452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

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

<https://eurobis.org/id/occurrence/3078__812_79>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_79" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_79'^^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 '27'^^xsd:integer;
  dwc:collectorNumber '812_79'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.583333333333'^^xsd:double;
  dwc:longitude '17.045667'^^xsd:double;
  dwc:startLongitude '17.045667'^^xsd:double;
  dwc:endLongitude '17.045667'^^xsd:double;
  dwc:latitude '40.3945'^^xsd:double;
  dwc:startLatitude '40.3945'^^xsd:double;
  dwc:endLatitude '40.3945'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.045667 40.3945, 17.045667 40.3945, 17.045667 40.3945, 17.045667 40.3945, 17.045667 40.3945))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_79'^^xsd:string;
  dwc:observationDate '2011-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_148> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.379717 17.049217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.379717"^^xsd:decimal ;
  dwc:decimalLongitude "17.049217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

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

<https://eurobis.org/id/occurrence/3078__812_115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_115'^^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 '5'^^xsd:integer;
  dwc:collectorNumber '812_115'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.216666666667'^^xsd:double;
  dwc:longitude '17.057533'^^xsd:double;
  dwc:startLongitude '17.057533'^^xsd:double;
  dwc:endLongitude '17.057533'^^xsd:double;
  dwc:latitude '40.394083'^^xsd:double;
  dwc:startLatitude '40.394083'^^xsd:double;
  dwc:endLatitude '40.394083'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.057533 40.394083, 17.057533 40.394083, 17.057533 40.394083, 17.057533 40.394083, 17.057533 40.394083))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_115'^^xsd:string;
  dwc:observationDate '2012-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_107> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3942 17.066467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3942"^^xsd:decimal ;
  dwc:decimalLongitude "17.066467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_107'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '812_107'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.683333333333'^^xsd:double;
  dwc:longitude '17.066467'^^xsd:double;
  dwc:startLongitude '17.066467'^^xsd:double;
  dwc:endLongitude '17.066467'^^xsd:double;
  dwc:latitude '40.3942'^^xsd:double;
  dwc:startLatitude '40.3942'^^xsd:double;
  dwc:endLatitude '40.3942'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.066467 40.3942, 17.066467 40.3942, 17.066467 40.3942, 17.066467 40.3942, 17.066467 40.3942))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_107'^^xsd:string;
  dwc:observationDate '2011-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.39435 17.07295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.39435"^^xsd:decimal ;
  dwc:decimalLongitude "17.07295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_22'^^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 '812_22'^^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.5'^^xsd:double;
  dwc:longitude '17.07295'^^xsd:double;
  dwc:startLongitude '17.07295'^^xsd:double;
  dwc:endLongitude '17.07295'^^xsd:double;
  dwc:latitude '40.39435'^^xsd:double;
  dwc:startLatitude '40.39435'^^xsd:double;
  dwc:endLatitude '40.39435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.07295 40.39435, 17.07295 40.39435, 17.07295 40.39435, 17.07295 40.39435, 17.07295 40.39435))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_22'^^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/3078__812_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.438183 17.07465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.438183"^^xsd:decimal ;
  dwc:decimalLongitude "17.07465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_9'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2009'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '812_9'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '17.07465'^^xsd:double;
  dwc:startLongitude '17.07465'^^xsd:double;
  dwc:endLongitude '17.07465'^^xsd:double;
  dwc:latitude '40.438183'^^xsd:double;
  dwc:startLatitude '40.438183'^^xsd:double;
  dwc:endLatitude '40.438183'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.07465 40.438183, 17.07465 40.438183, 17.07465 40.438183, 17.07465 40.438183, 17.07465 40.438183))'^^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 '812_9'^^xsd:string;
  dwc:observationDate '2009-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_119> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.401067 17.080517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.401067"^^xsd:decimal ;
  dwc:decimalLongitude "17.080517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_119'^^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 '812_119'^^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.433333333333'^^xsd:double;
  dwc:longitude '17.080517'^^xsd:double;
  dwc:startLongitude '17.080517'^^xsd:double;
  dwc:endLongitude '17.080517'^^xsd:double;
  dwc:latitude '40.401067'^^xsd:double;
  dwc:startLatitude '40.401067'^^xsd:double;
  dwc:endLatitude '40.401067'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.080517 40.401067, 17.080517 40.401067, 17.080517 40.401067, 17.080517 40.401067, 17.080517 40.401067))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_119'^^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/3078__812_109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_109> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.372017 17.0865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.372017"^^xsd:decimal ;
  dwc:decimalLongitude "17.0865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_109'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '812_109'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.566666666667'^^xsd:double;
  dwc:longitude '17.0865'^^xsd:double;
  dwc:startLongitude '17.0865'^^xsd:double;
  dwc:endLongitude '17.0865'^^xsd:double;
  dwc:latitude '40.372017'^^xsd:double;
  dwc:startLatitude '40.372017'^^xsd:double;
  dwc:endLatitude '40.372017'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.0865 40.372017, 17.0865 40.372017, 17.0865 40.372017, 17.0865 40.372017, 17.0865 40.372017))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_109'^^xsd:string;
  dwc:observationDate '2012-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4108 17.088683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4108"^^xsd:decimal ;
  dwc:decimalLongitude "17.088683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_23'^^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 '3'^^xsd:integer;
  dwc:collectorNumber '812_23'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '17.088683'^^xsd:double;
  dwc:startLongitude '17.088683'^^xsd:double;
  dwc:endLongitude '17.088683'^^xsd:double;
  dwc:latitude '40.4108'^^xsd:double;
  dwc:startLatitude '40.4108'^^xsd:double;
  dwc:endLatitude '40.4108'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.088683 40.4108, 17.088683 40.4108, 17.088683 40.4108, 17.088683 40.4108, 17.088683 40.4108))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_23'^^xsd:string;
  dwc:observationDate '2010-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_114> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.38765 17.097133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.38765"^^xsd:decimal ;
  dwc:decimalLongitude "17.097133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_114'^^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 '3'^^xsd:integer;
  dwc:collectorNumber '812_114'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16.933333333333'^^xsd:double;
  dwc:longitude '17.097133'^^xsd:double;
  dwc:startLongitude '17.097133'^^xsd:double;
  dwc:endLongitude '17.097133'^^xsd:double;
  dwc:latitude '40.38765'^^xsd:double;
  dwc:startLatitude '40.38765'^^xsd:double;
  dwc:endLatitude '40.38765'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.097133 40.38765, 17.097133 40.38765, 17.097133 40.38765, 17.097133 40.38765, 17.097133 40.38765))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_114'^^xsd:string;
  dwc:observationDate '2012-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_116> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.47435 17.11695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.47435"^^xsd:decimal ;
  dwc:decimalLongitude "17.11695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_116'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '812_116'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.583333333333'^^xsd:double;
  dwc:longitude '17.11695'^^xsd:double;
  dwc:startLongitude '17.11695'^^xsd:double;
  dwc:endLongitude '17.11695'^^xsd:double;
  dwc:latitude '40.47435'^^xsd:double;
  dwc:startLatitude '40.47435'^^xsd:double;
  dwc:endLatitude '40.47435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.11695 40.47435, 17.11695 40.47435, 17.11695 40.47435, 17.11695 40.47435, 17.11695 40.47435))'^^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 '812_116'^^xsd:string;
  dwc:observationDate '2012-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_135> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4432 17.12045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4432"^^xsd:decimal ;
  dwc:decimalLongitude "17.12045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_135'^^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 '15'^^xsd:integer;
  dwc:collectorNumber '812_135'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.216666666667'^^xsd:double;
  dwc:longitude '17.12045'^^xsd:double;
  dwc:startLongitude '17.12045'^^xsd:double;
  dwc:endLongitude '17.12045'^^xsd:double;
  dwc:latitude '40.4432'^^xsd:double;
  dwc:startLatitude '40.4432'^^xsd:double;
  dwc:endLatitude '40.4432'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.12045 40.4432, 17.12045 40.4432, 17.12045 40.4432, 17.12045 40.4432, 17.12045 40.4432))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_135'^^xsd:string;
  dwc:observationDate '2012-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_39> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.386533 17.122467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.386533"^^xsd:decimal ;
  dwc:decimalLongitude "17.122467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_39'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '812_39'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.833333333333'^^xsd:double;
  dwc:longitude '17.122467'^^xsd:double;
  dwc:startLongitude '17.122467'^^xsd:double;
  dwc:endLongitude '17.122467'^^xsd:double;
  dwc:latitude '40.386533'^^xsd:double;
  dwc:startLatitude '40.386533'^^xsd:double;
  dwc:endLatitude '40.386533'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.122467 40.386533, 17.122467 40.386533, 17.122467 40.386533, 17.122467 40.386533, 17.122467 40.386533))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_39'^^xsd:string;
  dwc:observationDate '2010-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_113> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.370617 17.128117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.370617"^^xsd:decimal ;
  dwc:decimalLongitude "17.128117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_113'^^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 '3'^^xsd:integer;
  dwc:collectorNumber '812_113'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '17.128117'^^xsd:double;
  dwc:startLongitude '17.128117'^^xsd:double;
  dwc:endLongitude '17.128117'^^xsd:double;
  dwc:latitude '40.370617'^^xsd:double;
  dwc:startLatitude '40.370617'^^xsd:double;
  dwc:endLatitude '40.370617'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.128117 40.370617, 17.128117 40.370617, 17.128117 40.370617, 17.128117 40.370617, 17.128117 40.370617))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_113'^^xsd:string;
  dwc:observationDate '2012-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_50> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.420283 17.128367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.420283"^^xsd:decimal ;
  dwc:decimalLongitude "17.128367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_50'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2011'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '812_50'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:startYearCollected '2011'^^xsd:integer;
  dwc:endYearCollected '2011'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '10.783333333333'^^xsd:double;
  dwc:longitude '17.128367'^^xsd:double;
  dwc:startLongitude '17.128367'^^xsd:double;
  dwc:endLongitude '17.128367'^^xsd:double;
  dwc:latitude '40.420283'^^xsd:double;
  dwc:startLatitude '40.420283'^^xsd:double;
  dwc:endLatitude '40.420283'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.128367 40.420283, 17.128367 40.420283, 17.128367 40.420283, 17.128367 40.420283, 17.128367 40.420283))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_50'^^xsd:string;
  dwc:observationDate '2011-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.368833 17.134067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.368833"^^xsd:decimal ;
  dwc:decimalLongitude "17.134067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_17'^^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 '18'^^xsd:integer;
  dwc:collectorNumber '812_17'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:longitude '17.134067'^^xsd:double;
  dwc:startLongitude '17.134067'^^xsd:double;
  dwc:endLongitude '17.134067'^^xsd:double;
  dwc:latitude '40.368833'^^xsd:double;
  dwc:startLatitude '40.368833'^^xsd:double;
  dwc:endLatitude '40.368833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.134067 40.368833, 17.134067 40.368833, 17.134067 40.368833, 17.134067 40.368833, 17.134067 40.368833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_17'^^xsd:string;
  dwc:observationDate '2010-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_108> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.418317 17.145217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.418317"^^xsd:decimal ;
  dwc:decimalLongitude "17.145217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_108'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '812_108'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.883333333333'^^xsd:double;
  dwc:longitude '17.145217'^^xsd:double;
  dwc:startLongitude '17.145217'^^xsd:double;
  dwc:endLongitude '17.145217'^^xsd:double;
  dwc:latitude '40.418317'^^xsd:double;
  dwc:startLatitude '40.418317'^^xsd:double;
  dwc:endLatitude '40.418317'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.145217 40.418317, 17.145217 40.418317, 17.145217 40.418317, 17.145217 40.418317, 17.145217 40.418317))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_108'^^xsd:string;
  dwc:observationDate '2012-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3682 17.159167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3682"^^xsd:decimal ;
  dwc:decimalLongitude "17.159167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_10'^^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 '30'^^xsd:integer;
  dwc:collectorNumber '812_10'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.416666666667'^^xsd:double;
  dwc:longitude '17.159167'^^xsd:double;
  dwc:startLongitude '17.159167'^^xsd:double;
  dwc:endLongitude '17.159167'^^xsd:double;
  dwc:latitude '40.3682'^^xsd:double;
  dwc:startLatitude '40.3682'^^xsd:double;
  dwc:endLatitude '40.3682'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.159167 40.3682, 17.159167 40.3682, 17.159167 40.3682, 17.159167 40.3682, 17.159167 40.3682))'^^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 '812_10'^^xsd:string;
  dwc:observationDate '2009-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_41>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_41> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_41> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.374883 17.165083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.374883"^^xsd:decimal ;
  dwc:decimalLongitude "17.165083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3078__812_41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_41'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '812_41'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:startYearCollected '2010'^^xsd:integer;
  dwc:endYearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:longitude '17.165083'^^xsd:double;
  dwc:startLongitude '17.165083'^^xsd:double;
  dwc:endLongitude '17.165083'^^xsd:double;
  dwc:latitude '40.374883'^^xsd:double;
  dwc:startLatitude '40.374883'^^xsd:double;
  dwc:endLatitude '40.374883'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.165083 40.374883, 17.165083 40.374883, 17.165083 40.374883, 17.165083 40.374883, 17.165083 40.374883))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_41'^^xsd:string;
  dwc:observationDate '2010-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3078__812_42>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3078__812_42> ;
  mr:hasGeometry <https://eurobis.org/id/point/3078__812_42> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3662 17.183617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3662"^^xsd:decimal ;
  dwc:decimalLongitude "17.183617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

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

<https://eurobis.org/id/occurrence/3078__812_112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "812_112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3078_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-29'^^xsd:date;
  dwc:institutionCode 'Jonian Dolphin Conservation'^^xsd:string;
  dwc:collectionCode '812'^^xsd:integer;
  dwc:catalogNumber '812_112'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '812_112'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:startYearCollected '2012'^^xsd:integer;
  dwc:endYearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.633333333333'^^xsd:double;
  dwc:longitude '17.231967'^^xsd:double;
  dwc:startLongitude '17.231967'^^xsd:double;
  dwc:endLongitude '17.231967'^^xsd:double;
  dwc:latitude '40.466133'^^xsd:double;
  dwc:startLatitude '40.466133'^^xsd:double;
  dwc:endLatitude '40.466133'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.231967 40.466133, 17.231967 40.466133, 17.231967 40.466133, 17.231967 40.466133, 17.231967 40.466133))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Stenella coeruleoalba" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '812_112'^^xsd:string;
  dwc:observationDate '2012-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF